Hi,
RESTful URLs tend to look like this in SEAM (as far I know):
http://server/app/action.seam?param1=foo¶m2=bar
I would like to use this slightly cleaner variant:
http://server/app/action/foo/bar
I.e. the action should have a URL-pattern associated with it that says that it should
parse URL suffixes as:
http://server/app/action/param1/param2
Any suggestions on how to do this? Have I missed something? Is it suppered already?
Thanks,
Tobias
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063604#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...