You might need to pass one more argument namely "message" to the <html:messages> tag .

If you've saved a message in struts scode with your OWN key, you should pass message='true'

if this message has been saved into struts scope using ExceptionHandler.saveException() method, you can pass message = 'false'


regards, Sunny.




Erik Weber wrote:

For reference, it looks like this:


<%-- Display error message keyed under 'usernameError' if it exists --%>


              <html:messages id="error" property="usernameError">

                  <tr>

                    <td></td>

                    <td>${error}</td>

                  </tr>

              </html:messages>

Thanks again all!


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

Reply via email to