I am using JSPX (Spring Roo) in my web application. I need to add Javascript to JSPX. Anyone can share a useful link to guide me in connecting.
The problem is to close the session when the user closes the browser.
I tried to add the following code to clear the cache of my JSPX file. But I do not know how to add it. Can anyone help me add the above code or add javascript to my JSPX file? If you have used the web mvc scaffolding, you can see the spring loaded dojo You can put a look at \ src \ main \ webapp \ WEB-INF \ tags \ util \ load \ scripts.tagx. Javascript framework However, you probably want to read it before moving on. & lt; Head & gt; & Lt; Meta http-equiv = "pragma" content = "no-cache" & gt; & Lt; Meta http-equiv = "cache-control" content = "no-cache" & gt; & Lt; Meta http-equiv = "Finished" content = "- 1" & gt; & Lt; / Head & gt;
Comments
Post a Comment