3 Replies Latest reply on Apr 17, 2009 12:55 PM by vasana

    listShuttle is giving problem

    visumagic

      Hi


      I'm trying to implement listShuttle.I'm using seam 2.1.1 cr2




        <rich:listShuttle id="myList" 
                    
                  sourceValue="#{courseBrancheList}"
                  targetValue="#{CollegeReg.selectedCourseBrancheList}"
                     converter="org.jboss.seam.ui.EntityConverter"
                     fastOrderControlsVisible="false"
                     
                     var="i"
                     orderControlsVisible="false"
                     sourceCaptionLabel="Source List" targetCaptionLabel="Target List">
                     
                       <rich:column>
                      <h:outputText value="#{i.id}"/>
                  </rich:column>
                 
                 
                  </rich:listShuttle>




      And I'm getting following exception, and because of this im not able to submit the form values.



      00:59:32,296 INFO  [lifecycle] WARNING: FacesMessage(s) have been enqueued, but may not have been displayed.
      sourceId=CollegeReg:myList[severity=(ERROR 2), summary=("Component CollegeReg:myList has invalid value expression org.domain.t2.entity.Branch@125fbe"), detail=("Component CollegeReg:myList has invalid value expression org.domain.t2.entity.Branch@125fbe")]



      I'm not able to get what I'm missing here


      please help me


      thanks
      raghu