i have this in my actionForm:
ActionMessages messages = new ActionMessages();

   messages.add("message",
                  new ActionMessage("message.login.confirmation"));
  saveMessage(request,messages);

in my jsp i have

<html:messages />

it doesn't work, i have tried the following options which don't work
either

<html:messages message="true"/>

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

i don't get an error nor do i get any output 
im using struts release candidate 1.1

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

Reply via email to