Re: Displaying errors for all except one key

2005-08-24 Thread Kishore Senji
> > I do have a problem I should solve: in the case where the only error in > errors is one I need to exclude, it does get excluded but I also get the > empty which displays a big red box on my page. Fortunately, that > happens very rarely. I guess I could extend messagesPresent as well to > take

RE: Displaying errors for all except one key

2005-08-22 Thread Chris Loschen
hris Loschen Sent: Tuesday, August 16, 2005 9:52 PM To: 'Struts Users Mailing List' Subject: RE: Displaying errors for all except one key Yes, I wouldn't be able to get away with the empty tag -- it would create a great big red box on my page which wouldn't be acceptable.

RE: Displaying errors for all except one key

2005-08-16 Thread Chris Loschen
rrow and if all goes well, I'll post what I've done. Again, thank you very much for your help. Chris -Original Message- From: Kishore Senji [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 16, 2005 1:08 PM To: Struts Users Mailing List Subject: Re: Displaying errors for all except

Re: Displaying errors for all except one key

2005-08-16 Thread Kishore Senji
the iterator excluding the errors that you don't want to see. > > Thanks again for your help. > > Chris > > -Original Message- > From: Kishore Senji [mailto:[EMAIL PROTECTED] > Sent: Monday, August 15, 2005 6:15 PM > To: Struts Users Mailing List > Subje

RE: Displaying errors for all except one key

2005-08-16 Thread Chris Loschen
nd reasonable, or am I missing something? Thanks again for your help. Chris -Original Message- From: Kishore Senji [mailto:[EMAIL PROTECTED] Sent: Monday, August 15, 2005 6:15 PM To: Struts Users Mailing List Subject: Re: Displaying errors for all except one key I believe the reason

Re: Displaying errors for all except one key

2005-08-15 Thread Kishore Senji
I believe the reason that the Validator errors are missing is that Validator keys the errors with the property name of the form field. And so, if you say that just show the errors whose property is "ActionErrors.GLOBAL_ERROR" you would definitely miss out on the Validator errors. It has nothing to

RE: Displaying errors for all except one key

2005-08-15 Thread Chris Loschen
Does anyone have some ideas for me? Thank you! -Original Message- From: Chris Loschen Sent: Saturday, August 13, 2005 5:48 PM To: Struts Users Mailing List Subject: RE: Displaying errors for all except one key My Google research leads me to believe that I'm using old, depre

RE: Displaying errors for all except one key

2005-08-13 Thread Chris Loschen
My Google research leads me to believe that I'm using old, deprecated constants here. I've known for a while that the app will eventually need to replace ActionError with ActionMessage and so on, but haven't had the time to work on it. Is that what validator is doing and perhaps that's why I'm seei