[richfaces-issues] [JBoss JIRA] Created: (RF-8202) rich:panelBarItem label facet content not rerendered via Ajax

Max Katz (JIRA) jira-events at lists.jboss.org
Fri Dec 11 14:34:29 EST 2009


rich:panelBarItem label facet content not rerendered via Ajax
-------------------------------------------------------------

                 Key: RF-8202
                 URL: https://jira.jboss.org/jira/browse/RF-8202
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: component-output
    Affects Versions: 3.3.1
         Environment: RichFaces 3.3.1
            Reporter: Max Katz


rich:panelBarItem label facet content not rerendered via Ajax

Code sample:

<h:form id="form">
	<rich:panelBar>
		<rich:panelBarItem id="paymenttypeHolder">
			<f:facet name="label">
				<h:panelGrid id="pnlCatgry">

					<h:outputText id="opTextCount" value="Payment Type" />

					<h:outputText id="opTextCount1"
						value="#{forum5Bean.text}" />

				</h:panelGrid>

			</f:facet>
		</rich:panelBarItem>
	</rich:panelBar>

	<h:inputText id="tempPymtCtgrySlctCbox"
		value="#{forum5Bean.text}">

		<a4j:support id="suppPymtCtry1" event="onkeyup"
			reRender="pnlCatgry,opTextCount1" />

	</h:inputText>
	
	<a4j:log popup="false" /> 
</h:form>


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

        


More information about the richfaces-issues mailing list