Re: not displaying errors!

2009-07-13 Thread Greg Lindholm
If you want to preserve errors and messages across a redirect you can you this interceptor: http://glindholm.wordpress.com/2008/07/02/preserving-messages-across-a-redirect-in-struts-2/ On Sun, Jul 12, 2009 at 10:18 AM, taj uddin wrote: > Hi Kavitha, > >The action error message will not

Re: not displaying errors!

2009-07-12 Thread Dave Newton
Martin Gainty wrote: he's afraid someone from the list might yell at him for being "too verbose" I don't think anybody minds verbose when it's on-topic. Dave - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For ad

RE: not displaying errors!

2009-07-12 Thread Martin Gainty
alt uebernehmen. > Date: Sun, 12 Jul 2009 11:16:08 -0400 > From: newton.d...@yahoo.com > To: user@struts.apache.org > Subject: Re: not displaying errors! > > taj uddin wrote: > > My guess would be, u must be redirecting the action on success. > > Why do you onl

Re: not displaying errors!

2009-07-12 Thread Dave Newton
taj uddin wrote: My guess would be, u must be redirecting the action on success. Why do you only abbreviate the shortest words? Why not just type them out? Are you texting your mailing list messages? Dave - To unsubscribe,

Re: not displaying errors!

2009-07-12 Thread taj uddin
Hi Kavitha,      The action error message will not be carried to the JSP page if u r doing the redirect-action. The Message will be lost. If so, then u have to store the error message in the session and retrieve it in the redirected action class. In case, if u r not doing the redirect-action

RE: not displaying errors!

2009-07-09 Thread Martin Gainty
e contenu fourni. > Date: Thu, 9 Jul 2009 15:21:04 +0200 > From: r...@lsoft.com > To: user@struts.apache.org > Subject: Re: not displaying errors! > > My first guess would be that you are not properly dispatching back to > your input page. A closer look at your struts.xml

Re: not displaying errors!

2009-07-09 Thread Kavita Mehta
Thanks Robert .. Lemme check the same. Robert Graf-Waczenski 07/09/2009 06:51 PM Please respond to "Struts Users Mailing List" To Struts Users Mailing List cc Subject Re: not displaying errors! My first guess would be that you are not properly dispatching back to your

Re: not displaying errors!

2009-07-09 Thread Robert Graf-Waczenski
My first guess would be that you are not properly dispatching back to your input page. A closer look at your struts.xml would clarify this, though. Robert Kavita Mehta schrieb: Hi, I am using Struts 2.0 and I am not able to display the action errors in my JSP. Action class code : if( ( g