I have the following in an action class:

          msgs.add(ActionMessages.GLOBAL_MESSAGE,
                   new ActionMessage("This is an Action-inserted error",false));
          msgs.add(ActionMessages.GLOBAL_MESSAGE,
                   new ActionMessage("So is this",false));
          addErrors(request,msgs);

(Notice that I'm trying out the resource-free ActionMessage from 1.2.7)

Using <html:messages/> as follows, I only get the first message:
<html:messages id="someMessage"><c:out value="${someMessage}"/>
</html:messages>

If I just use <html:errors/>, I get both messages.  Am I missing
something with <html:messages/>?

-- Jeff

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

Reply via email to