Menu

#13 multipart/form-data parameter map problem

0.1.7
open
Core (6)
5
2005-02-01
2005-02-01
Anonymous
No

Hi,

If the form enctype in the HTML is "multipart/form-data"
then in the Struts action

ValueListRequestUtil.buildValueListInfo
(httpServletRequest)

throws NullPointerException, because of in the class
ValueListRequestUtil getRequestParameterMap method
can not get parameter map with the statement

request.getParameterMap()

Bahadir DANISIK

bahadir.danisik@alcatel.com.tr

Discussion


Log in to post a comment.