Michal Glowacki wrote:

> Hi
>
>    I'm not sure if it's the problem of Tomcat, but I've spotted it after
> upgrading to JBoss 4.0.5 (Tomcat 5.5.20). This not the problem of session
> scoped beans as I'm using request ones. When I enter some data, submit
> them
> and return back to that page, the data remains there. I've no clue why
> it's
> like this. Has anyone idea what can be the problem?
>
> Regards,
> Michal
>
>
So... you are submitting some data in a form and when the request
returns (assuming to the same page) all the data you submitted is
auto-populating the form fields?  Are you using taglibs to render form
fields?  Some taglibs are designed to initialize form fields with data
in the request.


--David

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to