[jboss-user] [JBoss Seam] - Re: Seam without JSF + Servlet

reind do-not-reply at jboss.com
Mon Aug 13 16:42:14 EDT 2007


Needed the Seam Filter in web.xml...

  | 	<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>/request/*</url-pattern>
  | 	</filter-mapping>

Works now.

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

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



More information about the jboss-user mailing list