The action mappings store the form fields in the session by default. You can
specify that they be stored in the request. This will give you a 'fresh'
ActionForm for each request.

<action path="/some/action"
            name="the.action.form.to.use"
            scope="request"/>


Is this what you needed?
Dave Derry


----- Original Message -----
From: "kiuma" <[EMAIL PROTECTED]>


> Hello,
>
> how can I have a clean form field the second time I visit it?
> It seems it keeps data into session. How can I clean those fields,
> without cleaning other informations?
>
> Thanks,
> kiuma



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

Reply via email to