I tried to migrate my standalone application into magnolia.
Application is based on Spring. I have many dynamic content like ex. news which
content is resolved on URL.
Sample code:
[code]
@Controller
@Template(id = "book:pages/news", title = "News template")
public class NewsController {
@RequestMapping("news/{newsId:[0-9]+}/{seo}")
public String comic(@PathVariable int newsId, @PathVariable String seo,
Model model) {
//some code
}
[/code]
Is it possible to resolve URL path into params in Magnolia?
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=c3bd3743-3ead-4818-8b65-cf3506fc0552
----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------