Check your <forward> definition and make sure you do not use "redirect". You
should have something like:

<forward name="foo" path="/foo.jsp" redirect="false" />

Hope this helps.

- GZ



-----Original Message-----
From: louis majanja [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 13, 2003 1:04 PM
To: Struts Users Mailing List
Subject: <html:messages/> not displaying messages


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]

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

Reply via email to