[richfaces-issues] [JBoss JIRA] Created: (RF-2195) simpleTogglePanel: reRender doesn't works

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Thu Feb 7 11:02:04 EST 2008


simpleTogglePanel: reRender doesn't works
-----------------------------------------

                 Key: RF-2195
                 URL: http://jira.jboss.com/jira/browse/RF-2195
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.0
            Reporter: Ilya Shaikovsky
         Assigned To: Nick Belaevski
             Fix For: 3.2.0


		<h:form>
			<rich:simpleTogglePanel label="STP" switchType="ajax" reRender="out" action="#{bean.changeLabel}">
				<h:outputText value="content"/>
			</rich:simpleTogglePanel>
			<h:outputText value="#{bean.property}" id="out"/>
			<a4j:log popup="false"/>
		</h:form>

Server side value #{bean.property} updated during action. but a4j:log shows that only STP component itself reRendered

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list