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]

Reply via email to