My seam application generates an email with a URL in the form of
http://hostname:8080/apage.seam?itemId=222255
Then the user click on the link from email
in the stateful bean i inject the parameter
@RequestParameter
| StringitemId
| ......................
|
| @Restricted("#identity.loggedin")
| public String populate(){
| // COnstruct the entity wth the ID
| return "aPage.xhtml"
| }
How ever this doesnt inject the parameter or redirects it to login page..Is there any way
to call the method directly via URL with out entries in pages.xml
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123052#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...