Have a look at injecting the FacesContext and the request parameter related
methods on the externalContext:
| @In FacesContext facesContext;
|
| private void hello() {
| Map<String, String> parameters =
facesContext.getExternalContext().getRequestParameterMap();
| //or get the request itself
| HttpServletRequest request =
(HttpServletRequest)facesContext.getExternalContext().getRequest();
| }
Cheers,
Damian.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4102148#4102148
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4102148
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user