Author |
Message |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 08/04/2008 19:19:32
|
Lovecannon
Joined: 08/04/2008 19:18:01
Messages: 2
Offline
|
I was reading how to use search-engine friendly URLs in Mentawai, and I absolutely have to have that, and it would be nice if I could use them withouta third party url rewrite module...so I was following the instructions on the recipe book about the matter, and there isn't even a PrettyURLController class in the org.mentawai.core package...anyone know what is wrong?
|
|
 |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 08/04/2008 19:32:43
|
saoj
Joined: 01/07/2005 09:59:17
Messages: 2846
Location: Rio de Janeiro, RJ
Offline
|
This is scheduled to be released for 1.13, but you can get the beta jar from here:
http://www.mentaframework.org/beta/mentawai.jar
It should work with no problems. It is pretty stable right now.
-Sergio
|
Sergio Oliveira
|
|
 |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 09/04/2008 11:37:15
|
Lovecannon
Joined: 08/04/2008 19:18:01
Messages: 2
Offline
|
Well, I did find it shortly after I had posted the previous post, but I am getting a weird error, whenever I use the pretty url controller, inner actions do not work. They work fine on the normal mentawai controller, but whenever I use like /app/hello.sayHi it does not work, but hello.sayHi.mtw works fine.
|
|
 |
![[Post New]](/templates/default/images/icon_minipost_new.gif) 08/05/2008 09:56:44
|
Christoph
Joined: 25/02/2008 04:01:02
Messages: 4
Location: Germany
Offline
|
Lovecannon wrote:
Well, I did find it shortly after I had posted the previous post, but I am getting a weird error, whenever I use the pretty url controller, inner actions do not work. They work fine on the normal mentawai controller, but whenever I use like /app/hello.sayHi it does not work, but hello.sayHi.mtw works fine.
it should look like this:
/app/mtw/hello.sayHi
|
|
 |
|