Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 93598 invoked from network); 22 Sep 2006 00:40:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Sep 2006 00:40:48 -0000 Received: (qmail 58367 invoked by uid 500); 22 Sep 2006 00:40:36 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 58355 invoked by uid 500); 22 Sep 2006 00:40:36 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 58342 invoked by uid 99); 22 Sep 2006 00:40:36 -0000 X-ASF-Spam-Status: No, hits=2.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of danielccss@gmail.com designates 64.233.182.185 as permitted sender) Received: from [64.233.182.185] (HELO nf-out-0910.google.com) (64.233.182.185) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Sep 2006 17:40:36 -0700 Received: by nf-out-0910.google.com with SMTP id c2so1000014nfe for ; Thu, 21 Sep 2006 17:39:41 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=nlOqJRlyXlDjeqbwZfTrMoydYCsZ7wNoGhcMJ4JiFFyvCwEOc0ZJw2EYGEhnAMBDYcizbuZSJSR5sbVIEUTtVT/HVgN5l4LaPMpkYRTxgc3PTEcHjaQtdi9KzTNc29rcgGE8U31m0UcSFtw/0o3m5Tn3YvGlUvu5ZpwAiQrJbPE= Received: by 10.78.200.20 with SMTP id x20mr19627huf; Thu, 21 Sep 2006 17:39:41 -0700 (PDT) Received: by 10.78.158.13 with HTTP; Thu, 21 Sep 2006 17:39:41 -0700 (PDT) Message-ID: <82701c100609211739r6c49608ctbc6429d3225c11c9@mail.gmail.com> Date: Thu, 21 Sep 2006 18:39:41 -0600 From: "=?ISO-8859-1?Q?Daniel_Chac=F3n_S=E1nchez?=" To: "Struts Users Mailing List" Subject: Re: AJAX + Struts, IE Problem In-Reply-To: <42db7f0a0609211651l29c5a32cma1aee4a24ca350e6@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_3133_31043365.1158885581322" References: <82701c100609210930y44dff3c9va912d97753f3cb75@mail.gmail.com> <82701c100609210937k6296e3b9mbc02b6277e80f02@mail.gmail.com> <35280.170.201.180.136.1158859031.squirrel@webmail.chiron.lunarpages.com> <82701c100609211027l33272484w564fd98acd023a8@mail.gmail.com> <82701c100609211322v2dc52ac3m5292ee0fb84a96f@mail.gmail.com> <45130BBC.6010906@omnytex.com> <82701c100609211606o1f9c7060yb5987554e811fb58@mail.gmail.com> <82701c100609211625q83b6843y5b26ca79349f4be6@mail.gmail.com> <42db7f0a0609211651l29c5a32cma1aee4a24ca350e6@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_3133_31043365.1158885581322 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I made it, in fact was a cache problem: <% response.setHeader("Cache-Control","no-cache"); //HTTP 1.1 response.setHeader("Pragma","no-cache"); //HTTP 1.0 response.setDateHeader ("Expires", 0); //prevents caching at the proxy server %> With that my application ran on IExplorer, thanks all for the help ------=_Part_3133_31043365.1158885581322--