[jboss-user] [JBoss Seam] - Could not find SeamMultipartFilter when using s:fileUpload
gus888
do-not-reply at jboss.com
Thu Feb 15 08:32:07 EST 2007
According to the docs, I added the following codes in web.xml <filter>
| <filter-name>Seam Multipart Filter</filter-name>
| <filter-class>org.jboss.seam.servlet.SeamMultipartFilter</filter-class>
| </filter>
|
| <filter-mapping>
| <filter-name>Seam Multipart Filter</filter-name>
| <url-pattern>*.seam</url-pattern>
| </filter-mapping> but when I run project, server could not find org.jboss.seam.servlet.SeamMultipartFilter. I unziped the seam lib files, and I also did not find the class. I use Seam CVS20070214. Anybody can give some direction? Thanks.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017012#4017012
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4017012
More information about the jboss-user
mailing list