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¶m=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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...