i have some server side validations and am displaying validation 开发者_如何转开发messages in JSP using EL like ${requestScope.validatemessage} where validatemessage is the message i set in Java file its working fine But the problem the message is still displaying even if i refresh the page how to disappear this message on refresh? plz let me know asap
thanks in advance, anu
Is your browser caching the page? Try Ctrl-F5.
Are you running this on Tomcat? Try shutting down Tomcat and deleting its /work drectory. That will get rid of Tomcat's cached copy.
精彩评论