Did you try this?

<html:messages message="true"/>




--
James Mitchell
Software Developer/Struts Evangelist
http://struts.sourceforge.net/struts-atlanta/

----- Original Message ----- 
From: "louis majanja" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Wednesday, March 12, 2003 3:34 PM
Subject: Help with ActionMessages


> i need help with ActionMessages it doesn't seem to work like the way i
> expect it
> 
> here is what i have in my ActionForm
> 
> ActionMessages messages = new ActionMessages();
> 
>    messages.add("message",
>   new ActionMessage("message.login.confirmation"));
> 
> in my jsp i have
> 
> <html:messages/>
> 
> which doesn't work 
> 
> i thought the <html:messages/> should work the same way as <html:errors>
> http://jakarta.apache.org/struts/userGuide/release-notes-1.1-rc1.html
> 
> i am using -rc1
> 
> thank you
> 
> Louis
> 
> 
> ---------------------------------------------------------------------
> 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