Is it possible for you to set a breakpoint in MultipartFilter.doFilter() and see if the MultipartRequest is created? If it is, you could also set a breakpoint in UIFileUpload.decode() to check that the request is indeed recognized as a multipart request.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4078967#4078967 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4078967 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
