[richfaces-issues] [JBoss JIRA] Created: (RF-2299) togglePanel: can't reRender anything except panel

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Tue Feb 19 06:26:26 EST 2008


togglePanel: can't reRender anything except panel
-------------------------------------------------

                 Key: RF-2299
                 URL: http://jira.jboss.com/jira/browse/RF-2299
             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" opened="#{bean.enabled}" action="#{bean.disable}" reRender="repeater">
	    		<h:outputText value="content"/>
			</rich:simpleTogglePanel>
			<h:outputText value="#{bean.enabled}" id="repeater"/>
		</h:form>
		<a4j:log popup="false"/>

In log I see only id of the panel. But can't find "repeater". Seems it's missed.

-- 
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