2002. november 25. 10:16 dátummal Yann Verlynde ezt írtad:

> It seems that I lost my attributes of the form. It seems that my form is
> reinitialized when the form is redisplayed.
> My form is well defined in my struts-config.xml file as to be used in
> session scope.
> However, I would like to keep these parameter because I would like to fill
> the form at different moments.

RTFA

I bet your form is a DynaActionForm. The reset() is called on every request 
for these form. 

You've got 2 options: 

- include all the properties in hidden fields,
- override the reset() of the form.

Hth,

Tib



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

Reply via email to