[jboss-user] [JBoss Seam] - Re: How to get a seam components in Filters ?

pete.muir@jboss.org do-not-reply at jboss.com
Mon Jan 14 11:54:23 EST 2008


The Seam context filter does require a different mapping to JSF.

wrap your work in a ContextualHttpServletRequest

new ContextualHttpServletRequest() {

   public void process() {
      // Do you work
   }
}.run();

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4119721



More information about the jboss-user mailing list