Struts field is prepopulated with the recent value
- by Sukhhhh
We had an application that uses struts. We are using struts .. html:text for a text box and value of this is prepopulated with a recent value (not with the initialized value) even when the member is logged in after logging out.
The worst part is other members also able to see the value entered in the textbox by the recent member logged in.
How do you stop this happening?