Problem #1: I have a problem with my validation. When I initially submit the form for the first time both html:select and html:file are flagged by the validation if they are left blank. My problem is if I submit one more time and leave all fields blank both html:select and html:file are not flagged
<html:select name="HtmlFileForm" property="itemType">
<html
ptions collection="itemlists" property="id" labelProperty="description"/>
</html:select>
<html:file property="file"/>
Problem #2:If I select a value for both html:select and html:file and submit the form with mandatory fields left blank once the form is submitted
and the form is desplayed again with the validation errors the values I selected are no longer visible.
Thank you all for your time