[jboss-user] [JBoss Seam] - Re: Own HttpServlet and No application context active

fernando_jmt do-not-reply at jboss.com
Mon May 21 14:31:28 EDT 2007


Surrond SeamFilter to your Servlet.



  |  <filter>
  |         <filter-name>Seam Filter</filter-name>
  |         <filter-class>org.jboss.seam.web.SeamFilter</filter-class>
  |     </filter>
  | 
  | 
  |     <filter-mapping>
  |         <filter-name>Seam Filter</filter-name>
  |         <url-pattern>/*</url-pattern>
  |     </filter-mapping> 
  | 
  | 

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

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



More information about the jboss-user mailing list