Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

i am using richfaces 3.3.3. i have made pick list which have selectedvalues coming form database.But its is not showing these values on right side of picklist. here is my code

<rich:pickList  sourceListWidth="250" targetListWidth="250"
value="#{users.selectedValues}" >
   <f:selectItems value="#{users.availableValues}" />
</rich:pickList>

selected values is a list of object type and available values is list of selectitems. please can any one help me thanks regards Asim satti

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.