You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Marcus Biel <Ma...@bmw.de> on 2002/11/06 10:18:51 UTC

Creating ActionForm in ActionClass

Got a question about ActionClass and ActionForm.

If am creating an instance of my ActionForm in my ActionClass,
what happens if there already exists an instance of the ActionForm I am
creating ?
Will a new instance get created, or will the existing instance get used
?
If the same instance will get used, what about properties that have
already been set ?
Will they stay as they are ? Or will the reset method get called ?

thx in advance,

marcus

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>