[jboss-user] [JBoss Seam] - Re: null pointer exception with fileUpload

nathandennis do-not-reply at jboss.com
Tue Jan 15 23:35:46 EST 2008


once again i apologize for not reading more closely. you are also missing the multipart filter from your web.xml. add this with the other changes we already discussed and i bet it goes to working.

<filter>
  |   <filter-name>Seam Multipart Filter</filter-name>
  |   <filter-class>org.jboss.seam.web.MultipartFilter</filter-class>
  |  </filter>
  |  <filter>
  |   <filter-name>Seam Filter</filter-name>
  |   <filter-class>org.jboss.seam.web.SeamFilter</filter-class>
  |  </filter>
  | 

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

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



More information about the jboss-user mailing list