Re: Do we have struts custom tag for success messages.

2002-05-26 Thread Joachim Gjesdal
wrote: [since 1.1] -Original Message- From: daniele rizzi Sent: Thursday, May 23, 2002 8:16 PM To: Struts Users Mailing List Subject: R: Do we have struts custom tag for success messages. yep, there is: a/ put this code somewhere in your Action.perform --- begin

RE: Do we have struts custom tag for success messages.

2002-05-24 Thread Harinath
Thanks daniele -Original Message- From: daniele rizzi [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 23, 2002 8:16 PM To: Struts Users Mailing List Subject: R: Do we have struts custom tag for success messages. yep, there is: a/ put this code somewhere in your Action.perform

Re: Do we have struts custom tag for success messages.

2002-05-24 Thread Ted Husted
[since 1.1] -Original Message- From: daniele rizzi Sent: Thursday, May 23, 2002 8:16 PM To: Struts Users Mailing List Subject: R: Do we have struts custom tag for success messages. yep, there is: a/ put this code somewhere in your Action.perform --- begin

Re: Do we have struts custom tag for success messages.

2002-05-24 Thread Joachim Gjesdal
-Messaggio originale- Da: Harinath [mailto:[EMAIL PROTECTED]] Inviato: giovedì 23 maggio 2002 15.22 A: struts Oggetto: Do we have struts custom tag for success messages. Hi, As we have html:errors/ for displaying error messages, do we have any custom tag in struts for success messages ? I need

Re: Do we have struts custom tag for success messages.

2002-05-24 Thread Ted Husted
, 2002 8:16 PM To: Struts Users Mailing List Subject: R: Do we have struts custom tag for success messages. yep, there is: a/ put this code somewhere in your Action.perform --- begin ActionMessages messages = new ActionMessages(); messages.add(statusTrans, new ActionMessage

RE: Do we have struts custom tag for success messages.

2002-05-24 Thread Trieu, Danny
1.1] -Original Message- From: daniele rizzi Sent: Thursday, May 23, 2002 8:16 PM To: Struts Users Mailing List Subject: R: Do we have struts custom tag for success messages. yep, there is: a/ put this code somewhere in your Action.perform --- begin

Do we have struts custom tag for success messages.

2002-05-23 Thread Harinath
Hi, As we have html:errors/ for displaying error messages, do we have any custom tag in struts for success messages ? I need to display a success message to the user, when the request is processed successfully by the Action class. Regards, Hari -- To unsubscribe, e-mail: mailto:[EMAIL

R: Do we have struts custom tag for success messages.

2002-05-23 Thread daniele rizzi
-Messaggio originale- Da: Harinath [mailto:[EMAIL PROTECTED]] Inviato: giovedì 23 maggio 2002 15.22 A: struts Oggetto: Do we have struts custom tag for success messages. Hi, As we have html:errors/ for displaying error messages, do we have any custom tag in struts for success messages ? I