From jira-events at lists.jboss.org Thu Feb 17 13:28:13 2011 Content-Type: multipart/mixed; boundary="===============4292167769429257280==" MIME-Version: 1.0 From: Nick Belaevski (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Commented: (RF-10542) scripts aren't rendered when action return null Date: Thu, 17 Feb 2011 13:28:13 -0500 Message-ID: <2104389667.17341.1297967293506.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com> In-Reply-To: 1527326086.12244.1297883593421.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com --===============4292167769429257280== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://issues.jboss.org/browse/RF-10542?page=3Dcom.atlassian.jira.pl= ugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D12583070#com= ment-12583070 ] = Nick Belaevski commented on RF-10542: ------------------------------------- Np, if that is MyFaces bug I'll repost it to their issue tracker. > 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 > Assignee: Nick Belaevski > 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 rendered to browser, but there isn't = for example