[jboss-user] [JBoss Seam] - Re: Could not find SeamMultipartFilter when using s:fileUplo
shane.bryzak@jboss.com
do-not-reply at jboss.com
Thu Feb 15 09:15:06 EST 2007
This has been replaced with a universal Seam filter, which incorporates all of the previous functionality of the redirect filter, multipart filter, exception filter and character encoding filter. The configuration chapter in the documentation has been updated to cover this stuff, but in general you configure it in web.xml like this:
| <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=4017034#4017034
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4017034
More information about the jboss-user
mailing list