I don't think this is really a Seam issue but rather JSF

FacesContext context = FacesContext.getCurrentInstance();
  |     HttpSession session = (HttpSession) 
context.getExternalContext().getSession(false);

Of course you can use a Seam API to get the FacesContext

org.jboss.seam.core.FacesContext

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

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

Reply via email to