Hello!
I have a page action that calls a method that is protected by @Restrict and reads the
parameters with @RequestParameters. If I access the page the login page comes up.
After a succesful login I am redirected to the original page thanks to
#{redirect.returnToCapturedView} but then the protected method fails because of a NPE. The
field that is annotated with @RequestParameter is not set.
Regards
Felix
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028615#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...