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