Return-Path: Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: (qmail 65402 invoked from network); 27 May 2005 13:40:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 May 2005 13:40:40 -0000 Received: (qmail 54698 invoked by uid 500); 27 May 2005 13:40:19 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 54341 invoked by uid 500); 27 May 2005 13:40:18 -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 54297 invoked by uid 99); 27 May 2005 13:40:18 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 27 May 2005 06:40:07 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 7A5E518D for ; Fri, 27 May 2005 15:39:56 +0200 (CEST) Message-ID: <1843215910.1117201196499.JavaMail.jira@ajax.apache.org> Date: Fri, 27 May 2005 15:39:56 +0200 (CEST) From: "Stephan (JIRA)" To: dev@myfaces.apache.org Subject: [jira] Updated: (MYFACES-259) datatable, datascroller problem with mbean in session scope In-Reply-To: <2048426309.1117201194352.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/MYFACES-259?page=all ] Stephan updated MYFACES-259: ---------------------------- Attachment: HitBean_snippet.java code snippet how the table is created > datatable, datascroller problem with mbean in session scope > ----------------------------------------------------------- > > Key: MYFACES-259 > URL: http://issues.apache.org/jira/browse/MYFACES-259 > Project: MyFaces > Type: Bug > Versions: 1.0.9 beta > Reporter: Stephan > Attachments: HitBean_snippet.java, hitlist_snippet.jsf > > I have a MBean in session scope, which holds the data for the datatable. > The scroller for the table works fine, when I use it once or the rowCount of data never changes. But I get in trouble when I change the page of the scroller and change the rowCount. > Example: > 1. datatable has 100 rows, scroller shows 10 rows > 2. I jump to page 5 > ... everything is fine > After this the data changes ... the datatable has now 5 rows > And now the problem comes out: The pageIndex of the scrollerComponent is still on page 5 ... and ... there is no data. When I jump to page 1 manually (by rewind-button) the data shows up on the first page. > I tried all the examples with this combination and got allways the same situation. So, I think it could be a bug ... -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira