I have a need to invoke a seam application from another with a GET request parameter
already known and sent with the url.
e.g.
http://myhost:8080/myseamapp/hello.seam?id=28435345
@RequestParameter has gone in seam 2.0. Using a page.xml does not appear to pick up the...
<param name="id"/>
...I known I must be missing something basic but can't find anything by searching for
the resolution of this issue.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118383#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...