Results 1 to 5 of 5
Thread: cache problem in jsp
- 12-12-2007, 05:06 AM #1
Member
- Join Date
- Dec 2007
- Posts
- 2
- Rep Power
- 0
cache problem in jsp
HI All,
I am having a problem in jsp page ,i'll give clear view over that...i have a textbox in jsp and that is to enter a key field for search once it got submitted with the key and if i try for that search one more time it is still having the word what we entered in the textbox....how could i ovecome this actually i have a little knowledge in jsp's.hope u got the problem correctly ...pls give me some solution.....
- 01-05-2008, 08:02 AM #2
Member
- Join Date
- Jan 2008
- Posts
- 5
- Rep Power
- 0
I think u might have cleared the problem
Any way when ever u submit the jsp page ie's click for search.Do clear the value of the textr box using Java script like
document.forms[0].txtBoxName.value="";
then submit
- 01-09-2008, 08:00 AM #3
Member
- Join Date
- Dec 2007
- Posts
- 28
- Rep Power
- 0
put cache control in jsp
- 01-09-2008, 08:01 AM #4
Member
- Join Date
- Dec 2007
- Posts
- 28
- Rep Power
- 0
<HEAD>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<base href="<%=basePath%>">
<TITLE>Login Page</TITLE>
</HEAD>
- 01-15-2008, 07:43 AM #5
Member
- Join Date
- Dec 2007
- Posts
- 28
- Rep Power
- 0
Similar Threads
-
clear cache
By Jadellll in forum New To JavaReplies: 0Last Post: 03-20-2008, 09:27 AM -
BuffededImage cache
By tim in forum New To JavaReplies: 1Last Post: 01-24-2008, 12:00 AM -
cache problem
By MichYer in forum Java AppletsReplies: 3Last Post: 07-11-2007, 09:13 AM -
Problem with cache
By Daniel in forum Java ServletReplies: 1Last Post: 07-06-2007, 06:05 AM -
Caché Monitor 0.35
By levent in forum Java SoftwareReplies: 0Last Post: 06-10-2007, 01:40 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks