Joe Germuska wrote:
if you use:

          <html:messages id="msg">
            <c:out value="${msg}"/>
          </html:messages>


it will look for an ActionMessages saved with "saveErrors()", not "saveMessages()"

Or change it to:


           <html:messages id="msg" message="true">
             <c:out value="${msg}"/>
           </html:messages>

and it should work.

Greg


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



Reply via email to