You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Anantha Kumaran <an...@gmail.com> on 2009/12/06 14:14:38 UTC

client-and-server-validation

hi i have two doubts in client-and-server-validation

1. When i tried to add two validation behavior like
ClientAndServerExactLengthValidatingBehavior and
ClientAndServerLengthBetweenValidatingBehavior
the validation.js file get added twice in the header . ie the same
validation.js file is get added once for each class. ??

2. During client side validation if the user corrects some of the
mistakes(not all) the feedback panel is not getting updated after the

Re: client-and-server-validation

Posted by Anantha Kumaran <an...@gmail.com>.
2009/12/6 Anantha Kumaran <an...@gmail.com>

>
> hi i have two doubts in client-and-server-validation
>
> 1. When i tried to add two validation behavior like
> ClientAndServerExactLengthValidatingBehavior and
> ClientAndServerLengthBetweenValidatingBehavior
> the validation.js file get added twice in the header . ie the same
> validation.js file is get added once for each class. ??
>
> 2. During client side validation if the user corrects some of the
> errors(not all) the feedback panel is not getting updated after the first
> time.
>
          it  shows the previous errors until user corrects all the errors.