RE: error checking in Action

2002-10-29 Thread Mark Silva
to stick to 1.0, so suggestion to upgrade are not going to help much :-) thanks, -mark -Original Message- From: David Graham [mailto:dgraham1980;hotmail.com] Sent: Monday, October 28, 2002 10:38 PM To: [EMAIL PROTECTED] Subject: Re: error checking in Action Nice restatement Rob

error checking in Action

2002-10-28 Thread Mark Silva
I need to do some extensive error checking, and need to move this into an action class. my question is when i identify an action, how i forward back to the previous page (the same way a form class would). is there a method to take care of this? or do i need to setup all the passed values in

Re: error checking in Action

2002-10-28 Thread David Graham
Why do you need to move error checking into an action? Why not just let the form bean do it's job and validate itself? Have you looked at using the validator? Validation belongs in the form bean; actions' main job is to direct traffic and execute business layer methods. David From

RE: error checking in Action

2002-10-28 Thread Andrew Hill
had time to examine this new functionality yet. -Original Message- From: David Graham [mailto:dgraham1980;hotmail.com] Sent: Tuesday, October 29, 2002 09:05 To: [EMAIL PROTECTED] Subject: Re: error checking in Action Why do you need to move error checking into an action? Why not just

Re: error checking in Action

2002-10-28 Thread Rob Leland
David Graham wrote: Why do you need to move error checking into an action? Why not just let the form bean do it's job and validate itself? Have you looked at using the validator? Validation belongs in the form bean; actions' main job is to direct traffic and execute business layer methods

Re: error checking in Action

2002-10-28 Thread David Graham
: error checking in Action Date: Tue, 29 Oct 2002 00:14:55 -0500 David Graham wrote: Why do you need to move error checking into an action? Why not just let the form bean do it's job and validate itself? Have you looked at using the validator? Validation belongs in the form bean; actions' main job