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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...