From jira-events at lists.jboss.org Wed Apr 16 20:34:45 2008 Content-Type: multipart/mixed; boundary="===============2978282221814342448==" MIME-Version: 1.0 From: Nick Belaevski (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Commented: (RF-3087) rerender to rich:modalPanel not work Date: Wed, 16 Apr 2008 20:34:44 -0400 Message-ID: <310529.1208392485000.JavaMail.jira@cloud.prod.atl2.jboss.com> In-Reply-To: 31057097.1208347314279.JavaMail.jira@cloud.prod.atl2.jboss.com --===============2978282221814342448== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ http://jira.jboss.com/jira/browse/RF-3087?page=3Dcomments#action_1240= 9244 ] = = Nick Belaevski commented on RF-3087: ------------------------------------ Right, that's because a typo in attribute name. Should be reRender (in came= l case) > rerender to rich:modalPanel not work > ------------------------------------ > > Key: RF-3087 > URL: http://jira.jboss.com/jira/browse/RF-3087 > Project: RichFaces > Issue Type: Bug > Affects Versions: 3.2.0 > Environment: ie6.0 > jboss4.2.1 > Reporter: fang tianying > Priority: Critical > > jsf page: > 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:a4j=3D"http://richfaces.org/a4j" = > xmlns:rich=3D"http://richfaces.org/rich"> > = > > > > > > >
> > > >
> > back bean (session scope): > public class TestBean { > private boolean showModule =3D true; > public boolean isShowModule() { > return showModule; > } > public void setShowModule(boolean showModule) { > this.showModule =3D showModule; > } > public String action() { > showModule =3D false; > return ""; > } > } -- = This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= p://jira.jboss.com/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira =20 --===============2978282221814342448==--