error listshutle - has invalid value expression
lionceau Jul 25, 2013 11:01 AMhello
Why i have this error on my listshutle ? [QUOTE]"Component modificationProfil:listes_droits has invalid value expression Gérer les collaborateurs"[/QUOTE]
this is the code of my rich:listShuttle :
<rich:listShuttle id="listes_droits" sourceValue="#{gestionProfil.sourceList}"
targetValue="#{gestionProfil.listValues}" var="items"
sourceCaptionLabel="Droits disponibles" targetCaptionLabel="Droit(s) selectionné(s)" listWidth="165px"
listHeight="100px" orderable="true" orderControlsVisible="false" fastOrderControlsVisible="false"
converter=""
copyAllControlLabel="Selectionner tout"
removeAllControlLabel="Deselectionner tout"
copyControlLabel="Selectioner"
removeControlLabel="Deselectionner">
<h:column>
<h:outputText value="#{items}"/>
</h:column>
</rich:listShuttle >
Thank you for your help.
Florian Brunet