listShuttle and s:entityConverter 
----------------------------------

                 Key: RF-3686
                 URL: http://jira.jboss.com/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


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: 
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to