How can I relate two selectManyListbox

UI Components for JSF
Post Reply
rym
Posts: 23
Joined: 22 Jun 2011, 16:46

18 Jul 2011, 11:48

I'am using JSF2.0/primefaces ,I have two selectManyListbox

<h:selectManyListbox value="#{TestAjax.selectedProjects}" size="3">
<f:selectItems value="#{TestAjax.getMyListProject()}" />

</h:selectManyListbox>

<h:selectManyListbox value="#{TestAjax.selectedstatus}" size="3">
<f:selectItems value="#{TestAjax.StepsByProject()}" />
</h:selectManyListbox>

the second selectManyListbox is related to the first selectManyListbox (when user choose options from the first selectManyListbox, the second will be filled), How can I relate them?

Thank you

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 35 guests