When using the getAllElements method of
org.apache.struts.upload.MultipartRequestHandler and retrieving the
information from the Hashtable that it outputs, given a key, the value
retrieved was a String[] not a String as the javadoc at http://struts.apache.org/struts-doc-
1.0.2/api/org/apache/struts/upload/MultipartRequestHandler.html#getAllElements
() states.
Description
When using the getAllElements method of
org.apache.struts.upload.MultipartRequestHandler and retrieving the
information from the Hashtable that it outputs, given a key, the value
retrieved was a String[] not a String as the javadoc at
http://struts.apache.org/struts-doc-
1.0.2/api/org/apache/struts/upload/MultipartRequestHandler.html#getAllElements
() states.