Sony Thomas wrote:
Is there is any way to attach error messages with the specific field. I mean I have an error messsage "Username required" How can I print that message just down the label of username.

Use <html:messages property="user">...</...> to access messages specific to the field 'user'. For example:

  User Name: <html:input property="user"/>
             <html:messages property="user" id="msg">
               <c:out value="${msg}"/>
             </html:messages>

L.


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

Reply via email to