From jira-events at lists.jboss.org Wed Feb 16 14:13:13 2011 Content-Type: multipart/mixed; boundary="===============9128812504803273290==" MIME-Version: 1.0 From: wojtek k (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-10542) scripts aren't rendered when action return null Date: Wed, 16 Feb 2011 14:13:13 -0500 Message-ID: <1527326086.12244.1297883593421.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com> --===============9128812504803273290== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable scripts aren't rendered when action return null ----------------------------------------------- Key: RF-10542 URL: https://issues.jboss.org/browse/RF-10542 Project: RichFaces Issue Type: Bug Security Level: Public (Everyone can see) Components: core Affects Versions: 4.0.0.Milestone6 Environment: Tomcat 7.0.6, myfaces-2.0.4 Reporter: wojtek k Priority: Critical Fix For: 4.0.0.CR1 add in web.xml javax.faces.PARTIAL_STATE_SAVING false simple test.xhtml source code method: public String myAction(){ System.out.println("OUTCOME ->"+ ""); return null; } if you click "myAction" new page is render to browser, but there isn't for = example