Re: Filtering multipart content

2007-03-26 Thread trad-ex
has only "normal text parameters" (you called), doesn't it ? Why doesn't you adopt "getAllElements()" ? But I don't have tested it yet, but if my guess above is right, it does work. Best regards, trad-ex >Hi trad-ex, >In action code, the ActionServlet ha

Re: Filtering multipart content

2007-03-26 Thread trad-ex
ng mapping , HttpServletRequest request ) { ... Best Regards, trad-ex >Can someone tell me the best way to deal with multipart parameters in a >Filter without affecting struts? > >In my filter, request.getParameterMap() returns an empty map because the