RE: Problems with ActionMessages... (again)

2002-11-08 Thread Xavier Combelle
assigned to the name attribute will be ignored. (RT EXPR) Regards, Xavier -Message d'origine- De : Michael Delamere [mailto:home;michael-delamere.de] Envoyé : jeudi 7 novembre 2002 12:17 À : Struts Users Mailing List Objet : Problems with ActionMessages... (again) Hi, I´m just

RE: Problems with ActionMessages... (again)

2002-11-08 Thread Xavier Combelle
with ActionMessages... (again) Hi, I´m just not getting anywhere with the ActionMessages. I wrote to the mailing list about a week ago and got no answer. Unfortunately since then, I still haven´t managed to solve the problem myself. Aaahhhrrr! I´m trying to display a message in my jsp which I

RE: Problems with ActionMessages... (again)

2002-11-08 Thread Michael Delamere
: Problems with ActionMessages... (again) I am amazing that nobody answer you, so i checked the struts exeemple ( file LinkSubscriptionTag ) it appears that you must'n directly call ActionMessages messages = new ActionMessages(); but yous should use MessageResources messages

Problems with ActionMessages... (again)

2002-11-07 Thread Michael Delamere
Hi, I´m just not getting anywhere with the ActionMessages. I wrote to the mailing list about a week ago and got no answer. Unfortunately since then, I still haven´t managed to solve the problem myself. Aaahhhrrr! I´m trying to display a message in my jsp which I have defined in my action

RE: Problems with ActionMessages... (again)

2002-11-07 Thread James Mitchell
Subject: Problems with ActionMessages... (again) Hi, I´m just not getting anywhere with the ActionMessages. I wrote to the mailing list about a week ago and got no answer. Unfortunately since then, I still haven´t managed to solve the problem myself. Aaahhhrrr! I´m trying to display

RE: Problems with ActionMessages... (again)

2002-11-07 Thread Michael Delamere
2002 17:31 To: Struts Users Mailing List Subject: RE: Problems with ActionMessages... (again) Have you tried removing the trailing space? ActionMessage newMessage = new ActionMessage(regform.myMessage ); ^ Not sure if that is a fix