[richfaces-issues] [JBoss JIRA] Updated: (RF-3686) listShuttle and s:entityConverter

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Sat Jan 10 09:06:29 EST 2009


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

Nick Belaevski updated RF-3686:
-------------------------------

    Assignee:     (was: Vladimir Molotkov)


> listShuttle and s:entityConverter 
> ----------------------------------
>
>                 Key: RF-3686
>                 URL: https://jira.jboss.org/jira/browse/RF-3686
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.1
>         Environment: JBoss 4.2 GA, Seam 2.0.2.SP1
>            Reporter: Marcell Barbacena
>             Fix For: Future
>
>
> Using s:entityConverter with listShuttle is losing managed entity having to do lots of queries after ajax event. Code:
> <rich:listShuttle id="selectionId" sourceValue="#{someAction.objectAvaliable}"
> 	targetValue="#{bean.selected}" var="obj"
> 	copyControlLabel="Copy" removeControlLabel="Remove"
> 	copyAllControlLabel="Copy All" removeAllControlLabel="Remove All"
> 	orderControlsVisible="false" fastOrderControlsVisible="false"
> 	sourceCaptionLabel="Avaliable" targetCaptionLabel="Selected" >
> 	<s:convertEntity />
> 	<rich:column>
> 		<f:facet name="header">
> 			Number
> 		</f:facet>
> 		<h:outputText value="#{obj.numero}" />
> 	</rich:column>
> 	<a4j:support event="onlistchanged" reRender="counter" action="#{someAction.touch}" />
> </rich:listShuttle>

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