Why is the order relevant? Is there something with Validator that cares about order? Oh, maybe the validation occurs in that order? What version of Struts are you using? I believe changes in the ordering of validation has occurred recently.

The tag handler for the validation.xml generation is automatically sorting the fields alphabetically, thats why, and without digging deep into the code its not possible to fix. Before we change it, lets see how the latest Struts versions (1.2b3+) deal with ordering to see if its even still an issue.

Erik


On Thursday, January 2, 2003, at 01:07 AM, Derek Lin wrote:
strutsvalidationxmlstrutsvalidationxml�doesn't generate my validation.xml in the order I specify in my StrutsForm.� For example, I define two properties: username and password.� I define username first, then password.� But strutsvalidationxmlstrutsvalidationxml�generates the password validation entry before password.� How do I fix this?� Please help.
�
Thanks,
�
Derek

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to