From jira-events at lists.jboss.org Wed Apr 16 08:01:54 2008 Content-Type: multipart/mixed; boundary="===============0760412022612198537==" MIME-Version: 1.0 From: fang tianying (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-3087) rerender to rich:modalPanel not work Date: Wed, 16 Apr 2008 08:01:54 -0400 Message-ID: <31057097.1208347314279.JavaMail.jira@cloud.prod.atl2.jboss.com> --===============0760412022612198537== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable 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: =
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 --===============0760412022612198537==--