Nope, it's in session scope.
Imho I know what happens:

the parameter is in session scope, but when reloading my jsp,
there comes the form again, and the parameter gets reset.
I already deleted this parameter from the reset method,
but this neither helped.

marcus


[EMAIL PROTECTED] schrieb:
> 
> Maybe your form is in the request scope instead of
> session scope ( just set scope to session of the action mappiing
> instruts-congig.xml )
> So your form settings will be kept between two calls of your page
> 
> Xavier

--
To unsubscribe, e-mail:   <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Reply via email to