If the user has entered some valid data in the form and I want to save it and pass 
this to
the "<input>" destination specified in the struts-config.xml file how can I save this 
data
and retrive it in the "<input>" destination action?
 


On Thu, 31 Jan 2002 08:06:43 -0500
Ted Husted <[EMAIL PROTECTED]> wrote:

> "Validate the properties that have been set for this non-HTTP request,
> and return an ActionErrors object that encapsulates any validation
> errors that have been found. <em>If no errors are found, return null or
> an ActionErrors object with no recorded error messages</em>."
> 
> Emphasis added.
> 
> http://jakarta.apache.org/struts/api-1.0/org/apache/struts/action/ActionForm.html
> 
> -- Ted Husted, Husted dot Com, Fairport NY USA.
> -- Java Web Development with Struts.
> -- Tel +1 585 737-3463.
> -- Web http://www.husted.com/struts/
> 
> 
> Antony Stace wrote:
> > 
> > Hi
> > 
> > I want to use the validate functionality in a Form.  What I want to know is if an 
>non empty ActionErrors object is
> > returned does it always get forwarded to a jsp page?  I actually want it rather 
>than getting forwarded to a jsp page
> > to be forwarded to an action.  Can I do this somehow using the validate 
>functionalty in the Form?
> > 
> > --
> > 
> > Cheers
> > 
> > Tony
> > ---------------------------------------------------------------------
> > 
> > _________________________________________________________
> > Do You Yahoo!?
> > Get your free @yahoo.com address at http://mail.yahoo.com
> > 
> > --
> > To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


-- 


Cheers

Tony
---------------------------------------------------------------------


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


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

Reply via email to