RE: html:select validation

2003-02-05 Thread pqin
I suspect that you have to override reset method in your ActionForm class to set default value of checkbox. Regards, PQ This Guy Thinks He Knows Everything This Guy Thinks He Knows What He Is Doing -Original Message- From: Suresh Addagalla [mailto:[EMAIL PROTECTED]] Sent: February

RE: html:select validation

2003-02-05 Thread Sri Sankaran
Since none of the items in your html:options collection is (or can be) null [*], even if the user does not make a selection, there is a default value and therefore the validation is successful. You could try to add a dummy default value (such as Please select one) and use a NOTEQUAL test.