Hi all I am executing following JSP code after deployment on Application Server. Can anybody tell me if the counter increments even after Reloading (press shift & Reload button)does it mean JSP caching is not getting done ?? What will be the output for the JSP Caching in this case & how ? regds prabodh <ias:cache> <ias:criteria timeout="30"> <ias:param name="y" value="*" scope="request" /> <ias:check class="com.netscape.tests.Checker"/> </ias:criteria> </ias:cache> <%! int i=0; %> <html> <title>first</title> <body> <h2>Hi </h2> it is incrementing... No? <b><%= i++ %></b> </body> </html> __________________________________________________ Do You Yahoo!? Yahoo! Shopping - Thousands of Stores. Millions of Products. http://shopping.yahoo.com/ =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
