Return-Path: Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: (qmail 18994 invoked from network); 9 Sep 2008 19:10:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Sep 2008 19:10:08 -0000 Received: (qmail 85342 invoked by uid 500); 9 Sep 2008 19:10:04 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 85277 invoked by uid 500); 9 Sep 2008 19:10:04 -0000 Mailing-List: contact dev-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list dev@myfaces.apache.org Received: (qmail 85266 invoked by uid 99); 9 Sep 2008 19:10:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Sep 2008 12:10:04 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of andrew.rw.robinson@gmail.com designates 66.249.82.230 as permitted sender) Received: from [66.249.82.230] (HELO wx-out-0506.google.com) (66.249.82.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Sep 2008 19:09:06 +0000 Received: by wx-out-0506.google.com with SMTP id s15so674716wxc.24 for ; Tue, 09 Sep 2008 12:09:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=ZW2KeA7dN85rtOKNIF/Jx2tm4pRVmINHcA31oT6TX/E=; b=NRQRCugiNmt4U+TfAzbS8XQwxpmY/JuHjXsfrMY1vx+2Mj2vKFSPKcFdVp6S69pWWB JoF6IoIOgQjFknGu2jY2449B6qQdkXVUnuCW3i7j+JPA6lhB43M38QiFdeo0MC1e9Az4 wXSkbFOGdxoQrBgbTAnVoI/QnO25VuF12pmN0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=h6EngJIz5RyuKiir26qJSIJl6awfibyMaj401mel6i2xCBFh+DNLBfuyqAJzZKanrR dsAQivuN4n6wpXa0gdPbSfB8nSJnBVPcqhZCTVQch6jW3jrUHjzsUPV62NaWNkFOhK1X /t0G8r2GwB1GL8Mo1/IbCsWUbvmkkAKYo4xQc= Received: by 10.70.48.13 with SMTP id v13mr129485wxv.28.1220987377162; Tue, 09 Sep 2008 12:09:37 -0700 (PDT) Received: by 10.70.72.17 with HTTP; Tue, 9 Sep 2008 12:09:37 -0700 (PDT) Message-ID: Date: Tue, 9 Sep 2008 13:09:37 -0600 From: "Andrew Robinson" To: "MyFaces Discussion" Subject: Re: TRINIDAD: reset UIXTable with setFirst method Cc: "MyFaces Development" In-Reply-To: <48C68043.9070107@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <19388113.post@talk.nabble.com> <48C68043.9070107@oracle.com> X-Virus-Checked: Checked by ClamAV on apache.org Also what phase do you call the set? PS - moving this to the users@ mailing list, this is not a dev@ question. Please remove the dev@ from future replies On Tue, Sep 9, 2008 at 7:55 AM, Max Starets wrote: > Cristiano, > > I would expect setFirst() to work. Are you sure it is getting > called and the table gets re-rendered? > If yes, I would file a JIRA issue with a reproducible case for that. > > Max > > > brucemaki wrote: >> >> I've got a question about resetting an UIXTable: in my search page there >> are >> lots criteria and after their post i show the result in another page using >> a >> tr:table Component. If i click on the range navigator that appear above >> the >> table and then i come back to my search page to perform a new reseach the >> result page show me the last range page previous selected. I Tried the >> method setFirst(new Integer(0)) but it does not work...it is a >> bug on UIXTable Component? Or exists another mechanism to reset a cached >> table ?? >> Thanks a lot, regards. >> >> Cristiano >> > >