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
nice if i could avoid the Action object if possible.

and i did try that mapping.setInput() function but of course that would
be just too easy (ie. it didn't work).

woodchuck


--- Hubert Rabago <[EMAIL PROTECTED]> wrote:

> See http://marc.theaimsgroup.com/?l=struts-user&m=109302108205069&w=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
> > automatically forward me to the specified value of the "input"
> > attribute of my Action definition.
> > 
> > however, is there a way to programmatically change this "input"
> value
> > so we can forward to different pages instead of always going to the
> one
> > specified in the Action definition?
> > 
> > thanks in advance,
> > woodchuck
> > 
> > __________________________________
> > Do you Yahoo!?
> > Y! Messenger - Communicate in real time. Download now.
> > http://messenger.yahoo.com
> > 
> >
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > 
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 



                
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to