JBoss Community

<rich:listShuttle> usage

created by Hamit Hamitoğlu in JBoss AS7 Development - View the full discussion

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

Reply to this message by going to Community

Start a new discussion in JBoss AS7 Development at Community