Try not to use the Servlet API unless you have. Try something similar to this:

  | @In
  | private FacesContext facesContext;
  | private HttpServletRequest request;
  | 
  | public void initComponent(){
  |     request = 
(HttpServletRequest)facesContext.getExternalContext().getRequest();
  | }

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970104#3970104

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970104
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to