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

nathandennis do-not-reply at jboss.com
Tue Jan 15 12:10:45 EST 2008


im sorry. i dont know why did didnt see this last night. you need to add the web multipart filter to you components.xml. 
namespace is 
  | xmlns:web="http://jboss.com/products/seam/web"
  | 


put this in there just above drools and it should make something happen.


	<web:multipart-filter create-temp-files="true"
  | 		max-request-size="1000000"
  | 			url-pattern="*.seam"/>
  | 



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

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



More information about the jboss-user mailing list