Re: ActionForm.validate() to dynamic input?

2004-08-25 Thread Hubert Rabago
See http://marc.theaimsgroup.com/?l=struts-userm=109302108205069w=2 On Wed, 25 Aug 2004 09:56:01 -0700 (PDT), Woodchuck [EMAIL PROTECTED] wrote: hihi, i'm using Struts' built-in ActionForm validation mechanism, and it works fine. If the ActionErrors container is not empty, it will

Re: ActionForm.validate() to dynamic input?

2004-08-25 Thread Woodchuck
hi Hubert, thanks, but unfortunately i know about manually validating and forwarding in the Action object. i was hoping there was a way to avoid doing this. this is because if you use ActionForm to validate, your Action object does not even get created. this is more efficient, and it would be

RE: ActionForm.validate() to dynamic input?

2004-08-25 Thread Jim Barrows
-Original Message- From: Woodchuck [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 25, 2004 10:24 AM To: Struts Users Mailing List; Hubert Rabago Subject: Re: ActionForm.validate() to dynamic input? hi Hubert, thanks, but unfortunately i know about manually validating

RE: ActionForm.validate() to dynamic input?

2004-08-25 Thread Woodchuck
--- Jim Barrows [EMAIL PROTECTED] wrote: -Original Message- From: Woodchuck [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 25, 2004 10:24 AM To: Struts Users Mailing List; Hubert Rabago Subject: Re: ActionForm.validate() to dynamic input? hi Hubert, thanks

RE: ActionForm.validate() to dynamic input?

2004-08-25 Thread Jim Barrows
-Original Message- From: Woodchuck [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 25, 2004 10:42 AM To: Struts Users Mailing List Subject: RE: ActionForm.validate() to dynamic input? --- Jim Barrows [EMAIL PROTECTED] wrote: -Original Message- From

RE: ActionForm.validate() to dynamic input?

2004-08-25 Thread Woodchuck
--- Jim Barrows [EMAIL PROTECTED] wrote: well, the problem is because my Action can be arrived at from different places. and upon requesting for my Action if there are validation errors i want to return the user back to where they came from. i'm not sure about what you

RE: ActionForm.validate() to dynamic input?

2004-08-25 Thread Jim Barrows
-Original Message- From: Woodchuck [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 25, 2004 11:10 AM To: Struts Users Mailing List Subject: RE: ActionForm.validate() to dynamic input? --- Jim Barrows [EMAIL PROTECTED] wrote: well, the problem is because my Action can