Hi Vinod, The functionality you are looking forward to can be achieved by applying a Chaching Filter to the JSP page you are talking about. Just visit the link below and pay attention to the Caching filter ( of course you could implement the other filter mentioned there later )
http://www.onjava.com/lpt/a/4361 Hope this helps. Regards, - Ashish -----Original Message----- From: [Vinod Kumar] [mailto:[EMAIL PROTECTED] Sent: Saturday, April 17, 2004 12:01 PM To: [EMAIL PROTECTED] Subject: Re: urgent regarding caching Hi I am quite new to the world of jsp and servlets. Jus started learning them. I have a task to bhe completed in about a days time. My task is about caching . I have a jsp page which has a few drop down menus or comboboxes with few entries in them. When I drop down the menu and click on them , a call to the server goes and all date related to the menu item is populatdd and displayed. Now everytime I click a menu item, the page refreshes and data gets populated. Now my task is to stop this. As in once u go the page containing the combo boxes, all data related to all the menu items should be cached such that we reduce the server overhead. So that the page doesnot refresh on hitting a menu item. Kindly help me on this Vinod Kumar ________________________________________________________________________ ___ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html MASTEK "Making a valuable difference" Mastek in NASSCOM's 'India Top 20' Software Service Exporters List. In the US, we're called MAJESCO ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Opinions expressed in this e-mail are those of the individual and not that of Mastek Limited, unless specifically indicated to that effect. Mastek Limited does not accept any responsibility or liability for it. This e-mail and attachments (if any) transmitted with it are confidential and/or privileged and solely for the use of the intended person or entity to which it is addressed. Any review, re-transmission, dissemination or other use of or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. This e-mail and its attachments have been scanned for the presence of computer viruses. It is the responsibility of the recipient to run the virus check on e-mails and attachments before opening them. If you have received this e-mail in error, kindly delete this e-mail from all computers. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html