Errors / Messages

2003-09-15 Thread Edgar P Dollin
In validate, if you add an error to the message list, validator returns without forwarding. Has anyone done anything with an alternate message file or prioritized messages, so you can add a message yet still forward. Thanks in advance. Edgar

Re: Errors / Messages

2003-09-15 Thread Max Cooper
scenarios. What is the scenario you wish to support with the control flow that are looking for? -Max - Original Message - From: Edgar P Dollin [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Monday, September 15, 2003 2:54 AM Subject: Errors / Messages

RE: Errors / Messages

2003-09-15 Thread Edgar P Dollin
. Edgar -Original Message- From: Max Cooper [mailto:[EMAIL PROTECTED] Sent: Monday, September 15, 2003 5:38 AM To: Struts Users Mailing List Subject: Re: Errors / Messages Edgar, What is your aim in doing this? If there is a validation error, the Struts framework sends the user

Re: Errors/Messages on Redirect

2003-04-04 Thread Cody Sherr
Brian, I had the same problem. I did the following: 1) save the errors in the session instead of the request 2) wrote a method that takes the messages from the session, and puts it into the request. I call that after my redirect is done. I thought about having the .jsp pull it out of the

Errors/Messages on Redirect

2003-03-28 Thread Brian K Bonner
Has anyone else run into this scenario before? I've searched the archives and couldn't find much on the topic of errors and redirect. During an action, I want may encounter an error condition and I want to REDIRECT the user back to the page where they came from and pass along the error. I

NPE problem when using both errors/messages tag.

2003-02-05 Thread Richard Mixon
I'm getting an NPE in the generated JSP/Java whenever I try to display both an errors and messages queue on a JSP page. I image it is something pretty embarrasingly simple, but I've been after it for over a day. Thanks in advance Here's the NPE: java.lang.NullPointerException at