> > Suppose I have something like:
> > a Form is session
> > i fill one field with a JSP+action
> > that action redirects to an action
> > that action forwards to a JSP (a tile)
> > that tile calls several actions
> > on of those forwards to another action
> > that action wants to fill another field
> 
> I guess the action on the last line which fills an other 
> field is reusing your 
> form. 
> 
> Do you use dynaforms? 
> If so extend org.apache.struts.action.DynaActionForm, 
> override its reset() 
> (eg. not resetting at all or conditinally resetting each 
> property depending 
> on an additional attribute you specify for your form-property 
> with the 
> <set-property> tag. )

At the moment, I use DynaActionsForms.
I override them and make an empty reset() method.
Nasty, I admit.

That's why I would like very much to know how to handle
reset() both with Dyna and non-Dyna actionForms.

What you say sounds strange, cause it would be impossible
to fill an actionForm with several JSPs.

This e-mail is intended only for the above addressee. It may contain
privileged information. If you are not the addressee you must not copy,
distribute, disclose or use any of the information in it. If you have
received it in error please delete it and immediately notify the sender.
Security Notice: all e-mail, sent to or from this address, may be
accessed by someone other than the recipient, for system management and
security reasons. This access is controlled under Regulation of
Investigatory Powers Act 2000, Lawful Business Practises.

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

Reply via email to