Posted By:
Jaroslav_Kuruc
Posted On:
Wednesday, March 6, 2002 09:55 AM
Since certain (I'm not sure) Struts nightly build I've noticed, that
reset()
methods of
ActionForm
asociated with actions get called twice.
After double call to
reset()
,
Action.execute()
is invoked.
Is this behaviour intentional?