In my Form a have a property java.util.Date, I can validate it ? Or I just can have properties "Strings" ??? in my textfiels on form???
I can map a textfield of a Form HTML to a property java.util.Date of a JavaBean ??? How can I do it? I got java.lang.IllegalArgumentException: argument type mismatch Thanks, for help. Mauricio

