hello all,
I'm using
struts 1.3.5 with its validation.xml in my application which contains a single-select box. i'm not able to validate the select box using the default validator.
Can anyone please tell me how i can achieve that?
My aim is to show a warning when a user doesn't select anything from the select box.
I have one more query. earlier, i was using the email, minlength and maxlength validators only once in my form. at that time, the validation process was working properly. but then i added a few more fields. and hence i applied these validators to them as well. but, after that, the validation process is not happening at all. it only checks for the "required" fields and if they are filled, it completes the transaction successfully, without checking other validators.
Can you guys please help?
Thanks,
Pushkar.