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

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Mon Dec 21 09:50:37 EST 2009


     [ https://jira.jboss.org/jira/browse/RF-8202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Belaevski updated RF-8202:
-------------------------------

    Fix Version/s: Future
         Assignee: Nick Belaevski


> 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
>            Assignee: Nick Belaevski
>             Fix For: Future
>
>
> 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