improve documentation for UploadedFilesAware

Greg Huber <[email protected]>
Newsgroups gmane.comp.jakarta.struts.devel
Message-ID <[email protected]>
The documentation only lists one file

|public void withUploadedFiles(List<UploadedFile> uploadedFiles) { if 
(!uploadedFiles.isEmpty()) { this.uploadedFile = uploadedFiles.get(0); 
this.fileName = uploadedFile.getName(); this.contentType = 
uploadedFile.getContentType(); this.originalName = 
uploadedFile.getOriginalName(); } }|

For multiple files these need populating

privateFile[]uploadedFiles=null;

privateString[]uploadedFilesContentType=null;

privateString[]uploadedFilesFileName=null;

We have to loop and do it ourselves now?
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.