Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 15176 invoked from network); 8 Dec 2008 14:19:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Dec 2008 14:19:15 -0000 Received: (qmail 28615 invoked by uid 500); 8 Dec 2008 14:19:23 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 28586 invoked by uid 500); 8 Dec 2008 14:19:23 -0000 Mailing-List: contact users-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Discussion" Delivered-To: mailing list users@myfaces.apache.org Received: (qmail 28570 invoked by uid 99); 8 Dec 2008 14:19:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Dec 2008 06:19:23 -0800 X-ASF-Spam-Status: No, hits=3.0 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,SUBJECT_FUZZY_TION,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Dec 2008 14:17:52 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1L9gwa-0007sb-BY for users@myfaces.apache.org; Mon, 08 Dec 2008 06:18:40 -0800 Message-ID: <20896139.post@talk.nabble.com> Date: Mon, 8 Dec 2008 06:18:40 -0800 (PST) From: Christian Poecher To: users@myfaces.apache.org Subject: RE: Facelets Back Button In-Reply-To: <6892C825A8016D4681D01CF07391E452473228@PE-EVS.converge.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: christian.poecher@mailinator.com References: <20604555.post@talk.nabble.com> <6892C825A8016D4681D01CF07391E452473228@PE-EVS.converge.com> X-Virus-Checked: Checked by ClamAV on apache.org Vinaya Tirikkovalluru wrote: > > <% > response.setHeader("pragma", "no-cache"); > response.setHeader("Cache-control", > "no-cache, no-store, must-revalidate"); > response.setHeader("Expires", "01 Apr 1995 01:10:10 GMT"); > %> > > This works for some jsps and is not working for otheres > > Any ideas?? > > Hi Vinaya, I don't know why you are having these problems, but I would suggest you look into the HTTP Headers of the problematic requests. You could use TCPMon or FireBug. HTH, Chris -- View this message in context: http://www.nabble.com/Facelets-Back-Button-tp20582987p20896139.html Sent from the MyFaces - Users mailing list archive at Nabble.com.