Myfaces 1.0.8 Tomcat 5.0.28 I have a page with an x:inputFileUpload tag and a number of other associated h:inputField tags. Many of the inputField tags are required as is the inputFileUpload tag but strangely I only get validation error messages when the inputFileUpload has been populated. It is as if the other fields depend on that field to be populated before they are even processed.
If I select a file using the browse button then attempt to submit an incomplete form I get all the proper validation error messages for every incomplete field, if I leave the inputFileUpload box blank the page merely resets itself with no validation error messages. Any idea what is causing this? Thanks, -Mark

