vote up 0 vote down star

As we know, grails automatically maps MyController to [root]/my as expected, but if I have MyAnotherController it gets mapped to [root]/myAnother. I would like to get it mapped automatically to [root]/my/another.

Is there a way to do this without putting additional URL mapping directives to conf/UrlMappings.groovy?

flag

1 Answer

vote up 1 vote down check

There is an open JIRA related to this (placing controllers in sub folders/ packages). Go ahead and vote for it. I would love to see this implemented in Grails.

http://jira.codehaus.org/browse/GRAILS-1243

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.