From: "Anand M S" <[EMAIL PROTECTED]>
> if i don't
> select any one of the checkboxes and submit, it did not rise error
message,
> it suppose to give error message as it is required field.

Where do you expect the error message to appear?  What do you have in the
JSP?

Are you sure validation is turned on in your action mapping?  (I _think_ it
defaults to on, but check.)

What do the logs say-- you should see the validation get "set up" when you
deploy the webapp, and then later a message when the form passes validation
(or not).

Have you overridden validate(...) and forgotten to call super.validate(...)?

As you can tell, I have no idea what the problem is.  These are things I
would ask myself while trying to figure it out, maybe you'll stumble across
the answer, or perhaps someone else reading here will see it.  The more
relevant information you give, the more likely you are to get help.

-- 
Wendy Smoak


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to