Hi ,
I am looking for a way to get the request parameters in a page.I have already found that
in order to other information from your current page you have to run this command;
| String currentPage = Pages.getViewId(facesContext);
| String suffix= Pages.getSuffix();
I want something similar to retrieve the parameters. I have tried this but without
success:
Page pages =Pages.instance().getPage(Pages.getViewId(facesContext));
| List test2 = pages.getParameters();
|
Any ideas or information would be appreciated
Regards,
Vasilis
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101850#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...