I have a page with a form in it like this:
<form method="post" enctype="multipart/form-data" action="..."> <div><input type="file" name="file" size="50" /></div> <div><input type="file" name="file" size="50" /></div> <div><input type="file" name="file" size="50" /></div> <div><input type="file" name="file" size="50" /></div> <div><input type="file" name="file" size="50" /></div> <input type="submit" name="eventSubmit_doSessionUpload" value="Continue" /> </form>
There are only two puts into parameters and they are both String[]'s. The version I am using is 2.2 from the maven repository. Maybe it has been fixed in the interim. Has anyone else experienced an exception like:
Yes I got stuck on this problem too, at 2.1, and spent time looking into it only to decide there wasn't any good way to pass a clean "no file 5 submitted" indication. If somebody more experienced could help out it'd be much appreciated!
Will, I will try to hack around on this myself again, maybe I'll have better luck.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
