I need some help!
I'm using the validation framework to validate on client side.
I'm seeking a way to change the field validation order on client side.
I want to validate in field order.
F.ex. in the case below
<form name="LoginForm">
<field property="username"
depends="required, maxlength">
<arg0 key="prompt.username"/>
</field>
<field property="password"
depends="required, maxlength, minlength">
<arg0 key="prompt.password"/>
</field>
</form>
I want username to be validated OK for both required and maxlength
before password and other fields are validated for whatever.
Is it possible?
Kind regards
Fida
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]