[jboss-user] [JBoss Seam] - Re: seam 1.2.1 -> 1.3 (CVS.20070531) causes wrong content en
tazman
do-not-reply at jboss.com
Thu Jun 7 06:23:11 EDT 2007
I had the same problem and could solve the issue by replacing the following filter mapping in web.xml
<filter-mapping>
| <filter-name>Seam Filter</filter-name>
| <url-pattern>/*</url-pattern>
| </filter-mapping>
with this one
<filter-mapping>
| <filter-name>Seam Filter</filter-name>
| <url-pattern>*.seam</url-pattern>
| </filter-mapping>
tazman
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052040#4052040
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4052040
More information about the jboss-user
mailing list