Re: ActionForm:reset() method

2002-02-07 Thread Keith Bacon
I think it's this simple:- (but experts please correct me if I'm wrong) When your action is invoked if it specifies a form bean struts will call reset on it before calling your perform method. This is true when the action is invoked from HTTP either when your form is

ActionForm:reset() method

2002-02-06 Thread rob
Under what circumstances is the reset() method of an ActionForm called on the struts programmers behalf without them (the struts programmer) explicitly calling reset() in their own code? I can't quite figure out when it's being called for me and it's irritating the hell out of me :) Thanks rob