Is there a way to trick SEAM into parsing parameters off of the URL path rather than URL
parameters? It would be something equivalent to the PATH_INFO environment variable in the
CGI spec. The reason I'm asking is so that I can make the URLs prettier. For
instance, rather than:
|
http://example.com/application/record.seam?id=1001
|
I'd like to use:
|
http://example.com/application/record.seam/1001
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3990335#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...