Re: multipart/form-data request filter

2006-03-16 Thread Meurwinn
lication/x-www-form-urlencoded" so The request isn't considered as a multipart request. Thank again for your help.Your a re the one i've found to find a solution. -- View this message in context: http://www.nabble.com/multipart-form-data-request-filter-t1052410.html#a3440213 Sent from the MyFaces - Users forum at Nabble.com.

Re: multipart/form-data request filter

2006-03-16 Thread Meurwinn
others problems). Thanks. -- View this message in context: http://www.nabble.com/multipart-form-data-request-filter-t1052410.html#a3436095 Sent from the MyFaces - Users forum at Nabble.com.

Re: multipart/form-data request filter

2006-02-03 Thread Patrick Dalla Bernardina
I extended MyFaces to upload work. As I've seen in org.apache.myfaces.custom.fileupload.HtmlFileUploadRenderer.java "decode" method there is only decode of MultipartRequestWrapper. When using portlets with MyFacesGenericPortlet, an ActionRequest is passed in FacesContext. So the decode of th

multipart/form-data request filter

2006-02-03 Thread Sébastien Marin
Hello, i use a portal Jetspeed with a webapp Portlet in JSF. So i want to use the inputfilupload component in a jsp. I have a multipart/form-data enctype form. I have the multipart/form-data filter in the web.xml. But it seems that the filter isn't execute and i just have a refresh of my page. T