> -----Original Message-----
> From: Metin Erksan [mailto:[EMAIL PROTECTED]
> Sent: Friday, January 07, 2005 12:12 AM
> To: user@struts.apache.org
> Subject: cache problem
> 
> 
> hi
> i develop an insert/delete/update struts db application.i use 
> jdeveloper10g and running embedded oc4j of jdeveloper10g.when 
> i click "delete link" in my app, it deletes but when i return 
> i can see that record.when i refresh page i cant see taht 
> record and my delete operation succeed.how can i correct this problem
> i use "no-cache" option in html headers

Probably not a browser cache problem.  You are probably forwarding to the jsp 
page, rather then the action that sets the page up.  If you are forwarding to 
the action, then the execute is not getting called, or your otherwise not 
setting up the page.  What happens when you set a break point in your code?

>  
> sincereley
> 
>               
> ---------------------------------
> Do you Yahoo!?
>  Yahoo! Mail - now with 250MB free storage. Learn more.
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to