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 div 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
appreciate it. Chris Loschen -Original Message- From: Chris 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 div tag -- it would create a great big red box

RE: Displaying errors for all except one key

2005-08-16 Thread Chris Loschen
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 that the Validator errors

Re: Displaying errors for all except one key

2005-08-16 Thread Kishore Senji
- 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 that the Validator errors are missing is that Validator keys the errors with the property name

RE: Displaying errors for all except one key

2005-08-16 Thread Chris Loschen
, 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 one key On 8/16/05, Chris

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, deprecated

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

Displaying errors for all except one key

2005-08-13 Thread Chris Loschen
Hi all, The app I'm working on (using Struts 1.1) has handled errors pretty simply: they all used to display in one place. However, now we want to display some errors separately. We've already set up the errors we want to display separately with their own key, like this:

RE: Displaying errors for all except one key

2005-08-13 Thread Chris Loschen
List Subject: Displaying errors for all except one key Hi all, The app I'm working on (using Struts 1.1) has handled errors pretty simply: they all used to display in one place. However, now we want to display some errors separately. We've already set up the errors we want to display separately