Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.1.1 (alpha)
-
None
-
None
-
None
-
Operating System: Windows XP
Platform: PC
-
15912
Description
If you have form that has three fields: username, password, firstName.
in form.jsp - you only specify username, password as fields.
in validation.xml - you specify that username, password and firstName are all
required fields.
Client side/javascript validation will not "kick in" - all fields must be in the
JSP. It'd be cool if this wasn't a requirement.