Re: not displaying errors!

2009-07-13 Thread Greg Lindholm
> attribute fron the tag and try again. > > My guess would be, u must be redirecting the action on success. > > --- On Thu, 7/9/09, Kavita Mehta wrote: > > > From: Kavita Mehta > Subject: not displaying errors! > To: "Struts Users Mailing List" > Dat

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
-action, then please remove the id attribute fron the tag and try again.   My guess would be, u must be redirecting the action on success. --- On Thu, 7/9/09, Kavita Mehta wrote: From: Kavita Mehta Subject: not displaying errors! To: "Struts Users Mailing List" Date: Thursday, July 9,

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

not displaying errors!

2009-07-09 Thread Kavita Mehta
Hi, I am using Struts 2.0 and I am not able to display the action errors in my JSP. Action class code : if( ( getSelectedlocation() == null ) || getSelectedlocation().compareTo( "" ) == 0 && ( (getLocation() == null ) ||( getLocation().compareTo( "" )