From jira-events at lists.jboss.org Fri Dec 2 10:59:41 2011 Content-Type: multipart/mixed; boundary="===============3835552748049203667==" MIME-Version: 1.0 From: =?utf-8?q?Luk=C3=A1=C5=A1_Fry=C4=8D_=28Commented=29_=28JIRA=29_=3Cjira-ev?= =?utf-8?q?ents_at_lists=2Ejboss=2Eorg=3E?= To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] (RF-11754) a4j:repeat problem with bean changes in requestscope since 4.1.0.-CR1 Date: Fri, 02 Dec 2011 10:59:41 -0500 Message-ID: <1457066476.66380.1322841581156.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com> In-Reply-To: 887203726.53693.1322647180812.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com --===============3835552748049203667== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://issues.jboss.org/browse/RF-11754?page=3Dcom.atlassian.jira.pl= ugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D12647620#com= ment-12647620 ] = Luk=C3=A1=C5=A1 Fry=C4=8D commented on RF-11754: --------------------------------- Sascha, could you please try latest snapshots? You are probably running int= o RF-11675. Latest snapshots are simply close to CR2/Final. = > a4j:repeat problem with bean changes in requestscope since 4.1.0.-CR1 > --------------------------------------------------------------------- > > Key: RF-11754 > URL: https://issues.jboss.org/browse/RF-11754 > Project: RichFaces > Issue Type: Bug > Security Level: Public(Everyone can see) = > Components: component > Affects Versions: 4.1.0.CR1 > Environment: Mojarra 2.1.3, Java 1.6.0.26, Tomcat 6.20 > Reporter: Sascha Buchner > > a4j:repeat does not render correctly anymore - was working with 4.1.0.201= 11101-M4 > After clicking the link it should display some numbers. > View: > > xmlns:ui=3D"http://java.sun.com/jsf/facelets" > xmlns:h=3D"http://java.sun.com/jsf/html" > xmlns:f=3D"http://java.sun.com/jsf/core" > xmlns:c=3D"http://java.sun.com/jsp/jstl/core" > xmlns:a4j=3D"http://richfaces.org/a4j" > xmlns:rich=3D"http://richfaces.org/rich" > > > > > > > action=3D"#{a4jRepeatBacking.startAction}" render=3D"listtable" /> >
>
> > rowKeyVar=3D"row"> > - = > > >
>
>
> > Backing: > import java.util.ArrayList; > import javax.faces.bean.ManagedBean; > import javax.faces.bean.RequestScoped; > @RequestScoped > @ManagedBean > public class A4jRepeatBacking > { > private ArrayList count; > public A4jRepeatBacking() > { > super(); > } > public String startAction() > { > count =3D new ArrayList(); > for (long i =3D 1; i < 4; i++) > { > count.add(i); > } > return null; > } > public ArrayList getCount() > { > return count; > } > } -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs: https://issues.jboss.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira = --===============3835552748049203667==--