开发者

EL Messages on JSP page

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜