have the below in the JSP

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

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

But doesn't display the message. It executes <logic:messagesPresent> then going to </logic:messagesPresent> statement directly.

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]

Reply via email to