03-23-07 12:26 AM
Hi All,
I am testing a simple JSR portlet. This portlet posts a form of encType mult
ipart/form-data to the render url of the portlet. But this fails for me. And
i get no render parameters in render method of the portlet. That is, even
the other form fields are n
ot retrievable in the render method. request.getParameter() for those other
fields return null. But if I remove the encType attribute of the form (and a
lso remove input type="file" element), request.getParameter() return correct
values.
I am using WPS 5.1.0.3. Any pointers/suggestions.
Thanks for help in advance.
Regards
Sathya
[ Post a follow-up to this message ]
|