There must be some error occurring behind the scenes. May be in your file handling. I have seen such behavior sometimes, look in the log files. Or it may be related some other issue.
-----Original Message----- From: mfaine [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 09, 2005 10:18 AM To: MyFaces Discussion Subject: Validation Errors Inconsistent 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

