Return-Path: X-Original-To: apmail-myfaces-users-archive@www.apache.org Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B9D074F93 for ; Fri, 10 Jun 2011 13:03:20 +0000 (UTC) Received: (qmail 4631 invoked by uid 500); 10 Jun 2011 13:03:19 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 4596 invoked by uid 500); 10 Jun 2011 13:03:19 -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 4579 invoked by uid 99); 10 Jun 2011 13:03:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Jun 2011 13:03:18 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of cdurmont@gmail.com designates 209.85.220.181 as permitted sender) Received: from [209.85.220.181] (HELO mail-vx0-f181.google.com) (209.85.220.181) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Jun 2011 13:03:14 +0000 Received: by vxb39 with SMTP id 39so2547209vxb.12 for ; Fri, 10 Jun 2011 06:02:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type:content-transfer-encoding; bh=T/wnAMgsmLwSLloKrAkLKIuHUg5jkTm7M4PPaNF0Z0c=; b=mgPtiqfh9CeZRS4jQXGJgURNOtM7MEioBGFGeGkf4q3iFGU8nWj1kj61meEZiw575B D17ERs/V7hO0cf8/XWkBVKzPyXiAcd1r04/0kzn34BlyOKsThoLFGcdiolU45RdLOf98 aVKH9wOsaVvcNz3jmFnzkKlgD2YkSLMhSFIus= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=DDRODBGg8mlL40Gt86h6h3A+Q//E7eCHTAq01NrSqsbC/8ppxKal2lfOeQqzjx+v7O q438B9wZ+7N5Dow35wWKOeDE4Pul9n841FlZxRy7IVbBOC0Vhy44RHDTmVzCBijrZqPS GQczLM2/sA5i+Mu9lD0iqxGZCpJdTuF2p/898= MIME-Version: 1.0 Received: by 10.52.72.227 with SMTP id g3mr1045354vdv.226.1307710973181; Fri, 10 Jun 2011 06:02:53 -0700 (PDT) Received: by 10.52.182.36 with HTTP; Fri, 10 Jun 2011 06:02:53 -0700 (PDT) In-Reply-To: References: Date: Fri, 10 Jun 2011 15:02:53 +0200 Message-ID: Subject: Re: ViewExpiredException only in some IE8 From: =?UTF-8?Q?C=C3=A9dric_Durmont?= To: MyFaces Discussion Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi Walter, The only thing that looks unusual to me in your code is the mix between tr:commandLink and f:setPropertyActionListener. Have you tried tr:setActionListener instead ? (btw I see no reason why this would cause a viewExpiredException on some browsers, but who said computing was an exact science ?) Regards, Cedric 2011/6/10 Walter Mour=C3=A3o : > Hi folks, > I'm using Myfaces 1.2.9, Trinidad 1.2.14. > the following commandLink (and others in the same application) causes > ViewExpiredException in some (!!!) IE8... > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 action=3D"#{listarRelatoriosController.visualizandoRelatorioMudarPagina}" > disabled=3D"#{listarRelatoriosVisualizandoRelatorioMudarPaginaForm.pagina= Atual > ge form.paginas}" partialSubmit=3D"false"> > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 shortDesc=3D"#{messages['proxima.pagina']}" inlineStyle=3D"border-style:n= one" /> > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 value=3D"#{listarRelatoriosVisualizandoRelatorioMudarPaginaForm.paginaAtu= al + > 1}" > target=3D"#{listarRelatoriosVisualizandoRelatorioMudarPaginaForm.paginaAt= ual}" > /> > =C2=A0 =C2=A0 =C2=A0 =C2=A0 > > I'm lost... Hints ? > > Walter Mour=C3=A3o > http://waltermourao.com.br > http://arcadian.com.br > http://oriens.com.br >