[jboss-user] [JBoss Seam] - how to use part of URL as parameter

henrik.lindberg do-not-reply at jboss.com
Fri Mar 16 13:40:29 EDT 2007


Hi, 
I am implementing functionality using seam where I for compatibility reasons need to pick up part of the URL and turn it into a parameter.

As an exampel - I want to treat this URL:
http://www.demo.org/service/a.b.c?param=3
as if it had been written like this:
http://www.demo.org/service.seam?func=a.b.c&param=3

The call does not come in from a browser.

How would you recommend this is implemented with seam?
(I am using Seam 1.2 and a4j/rich faces combination on JBoss EJB)

Regards
- henrik

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028903#4028903

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



More information about the jboss-user mailing list