Hi All,
         I 'm newbie to struts.i'm using* validation.xml* to validate the
form fields and displaying the validation errors using <html:errors>. this
is fine for displaying all the errors in the same location. but i want to
display the corresponding messages near to the each text box.

Example:
<Name TextBox>   <Validation Messages if any>
<PasswordTextBox>   <Validation Messages if any>

But now its display like
<Name TextBox>
<PasswordTextBox>

<Validation Messages if any>
<Validation Messages if any>

plz help me .


thank you.

Reply via email to