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