Are you sure the messsges are stored as error messages? What happens if you include messages="true" on the logic:messagesPresent and html:messages tags?

L.

fea jabi wrote:
Validator messages are not getting displayed in JSP.


When debugged the code i.e JSP, I see the RequestAttributes does
contain the ActionErrors object and the also the messages in it.

the message has
Key is  ___ "hrs[1].adHrs"
value is _____ "lbl.notvalidnumber"



have the below in the JSP

           <logic:messagesPresent>
               <UL>
                   <html:messages id="error">
                   <LI><bean:write name="error"/></LI>
                   </html:messages>
               </UL>
           </logic:messagesPresent>


What's missing here?

Thanks.

_________________________________________________________________
Don’t just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/


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


_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar – get it now! http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/



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

Reply via email to