4 Replies Latest reply on Nov 30, 2010 8:48 AM by gfb_hamit

    <rich:listShuttle> usage

    gfb_hamit

      <rich:listShuttle sourceValue="#{positionList.resultlist)}"

            targetValue="#{cvHome.instance.positions}"

             var="pos"
             sourceCaptionLabel="Current Positions"
             targetCaptionLabel="Interested Positions"
             sourceListWidth="300"
             targetListWidth="300"">
           <rich:column>
                <f:facet name="header">Positon Name</f:facet>
                <h:outputText value="#{pos.name}"/>
           </rich:column>
           <s:convertEntity/>
      </rich:listShuttle>
      Error: javax.el.PropertyNotFoundException: /cvGiris.xhtml @526,48 sourceValue="#{positionList.resultList}": Property 'resultList' not writable on type java.util.List
      How can i handle with this problem ???