[jboss-user] [JBoss Seam] - Using the SEAM equivalent to CGI's 'path_info'

DataGazetteer do-not-reply at jboss.com
Thu Nov 30 22:08:08 EST 2006


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#3990335

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3990335



More information about the jboss-user mailing list