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

Anton Belevich (JIRA) jira-events at lists.jboss.org
Tue Dec 9 11:34:36 EST 2008


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

Anton Belevich updated RF-2239:
-------------------------------

    Assignee: Vladimir Molotkov  (was: Anton Belevich)
    Priority: Critical  (was: Major)


> listShuttle: doesn't works after ajax update
> --------------------------------------------
>
>                 Key: RF-2239
>                 URL: https://jira.jboss.org/jira/browse/RF-2239
>             Project: RichFaces
>          Issue Type: Bug
>          Components: planning_all
>    Affects Versions: 3.2.0
>            Reporter: Ilya Shaikovsky
>            Assignee: Vladimir Molotkov
>            Priority: Critical
>             Fix For: 3.3.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: 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