Re: ActionForm filled by several forms.

2002-11-28 Thread Gemes Tibor
> It seems that when 2.do was called, > it removed the Form already in the session > and added a new one. > It is correct? > Is it a feature? DynaActionForm does reset() itself on every request. In your case you should extend the DynaActionForm and override reset() Tib -- To unsubscribe, e-mail

ActionForm filled by several forms.

2002-11-28 Thread ROSSEL Olivier
I have a DynaActionForm: A (String) B (String) C (String) D (String) E (String) I want to fill it with 2 forms: 1.jsp: Form (action=1.do) A: ___ B: ___ D: ___ Submit 1.do has an actionMapping with a DynaActionForm in session scope,