Just an idea, have you tried to have the servlet forward to the jsp page?  I 
would think that what you are doing would work, but I would give the forward 
a try just for fun...nothing else seems to be working.  At least that way, 
you know the page is being recreated by the server.

Hope you can get it fixed.



>From: "Adress, David S." <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: JRun-Talk <[EMAIL PROTECTED]>
>Subject: $20 bucks to the 1st person who actually solves my problem!!!
>Date: Fri, 8 Dec 2000 08:29:21 -0500
>
>I am on this for days and I can't figure out what I'm doing wrong. I will
>send $20 bucks to 1st person who actually solves my problem.
>
>I am using jsp page's to control the layout of my page and servlets to spit
>back
>table data or to do database transactions.
>
>I have a jsp page that displays a list of employees. The jsp page
>has an include statement to include the servlet to spit out the table.
>The jsp just handles the general look of the page and the servlet just
>spits out the table and table html tags. Next to each record I have an add
>and
>delete hyperlink. If someone clicks the add link it displays another page 
>to
>add
>an employee and then the action servlet adds the record and then goes back
>to the jsp
>list page. If some one deletes a record it calls a servlet to delete and
>then the servlet redirects back to the jsp list page. But the list doesn't
>display the updated data without having me hit the refresh button in the
>browser.
>
>I tried using Tomcat and now am using Jrun and am still having the same
>problem.
>
>I've included all the proper meta tags in the jsp list page not to cache 
>but
>it's not working. I've also tries doing it with reponse.setHeader but it
>doesn't work either.
>
>I've tried sending a random number param to the page
>ShowList?rnd=Randomnumber it still doesn't work.
>
>
>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>Your ad could be here. Monies from ads go to support these lists and 
>provide more resources for the community. 
>http://www.fusionauthority.com/ads.cfm
>
>Archives: http://www.mail-archive.com/[email protected]/
>Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

_____________________________________________________________________________________
Get more from the Web.  FREE MSN Explorer download : http://explorer.msn.com

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to