1. inputFile, submitOnUpload, and form field validations... icefaces.orgI am having some difficulty with getting inputFile attributes "submitOnUpload" and "action" to work nicely together. I have a number of form fields which I would like to submit along with my file upload, so that the file upload acts as a kicker for further "off-page" processing and subsequent page navigation. These form fields also have some validation (field length, for ... |
2. inputFile submitOnUpload >> actionListener ? icefaces.org |
3. inputFile submitOnUpload preAndPostUpload fails 1.8.2 (synchronous) icefaces.orgI am using 1.8.2 in synchronous mode in Netbeans 6.5.1. I have one inputFile component on my page. It has submitOnUpload="preAndPostUpload" and the page is in session scope. All of my tests on my local machine work perfectly as expected in IE and Firefox. I upload the file and when it finishes it refreshes the page and the file's name is ... |