[richfaces-issues] [JBoss JIRA] Created: (RF-2239) listShuttle: doesn't works after ajax update

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Tue Feb 12 10:24:03 EST 2008


listShuttle: doesn't works after ajax update
--------------------------------------------

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


	<h:form>
		<h:selectBooleanCheckbox value="#{bean.enabled}" >
			<a4j:support reRender="list" event="onchange" ajaxSingle="true"/>
		</h:selectBooleanCheckbox>
		<a4j:outputPanel layout="none">
		<rich:orderingList value="#{capitalsBean.capitals}" var="cap" converter="converter" rendered="#{bean.enabled}" id="list">
			<rich:column> 
				<f:facet name="header">
					<h:outputText value="test"/>
				</f:facet> 
				<h:outputText value="#{cap.name}"/>	
				<f:facet name="footer">
					<h:outputText value="test"/>
				</f:facet>
			</rich:column>
		</rich:orderingList>
		</a4j:outputPanel>

		</h:form>

Initial value of enabled = false.
after checkbox activation - listShuttle rendered but doesn't works and layout broken.

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