Re: Browser's cache

2002-09-24 Thread BONNET Francois-Xavier
or any > attachments. > > > -Original Message- > From: David Graham [mailto:[EMAIL PROTECTED]] > Sent: 23 September 2002 19:14 > To: [EMAIL PROTECTED] > Subject: Re: Browser's cache > > > No that is not what I meant. I understand that it sets those header >

Re: Browser's cache

2002-09-23 Thread BONNET Francois-Xavier
out. Even IE doesn't read that tag properly. So, it may not be worth the effort to add this to struts. Your struts actions classes could add the nocache header to the response before sending which would acheive what you want just not through struts-config.xml. Dave >From: "BONN

Browser's cache

2002-09-23 Thread BONNET Francois-Xavier
Hi everyone, A good way to improve applications performances is to use browsers caches, reusing a cached page makes you save a lot of CPU and network traffic. HTTP protocol is rich enough to let you decide when you want a page to be recalculated or retreived from cache but Struts does not take

Re: Checkbox's question.

2001-12-20 Thread BONNET Francois-Xavier
d(">"); // Print this field to our output writer ResponseUtils.write(pageContext, results.toString() + resultsHidden.toString()); // Continue processing this page this.text = null; return (EVAL_BODY_TAG); } - Original Message - From: "Barry L. White&quo