1 Reply Latest reply on Feb 5, 2009 6:14 AM by ilya_shaikovsky

    inplaceSelect in a dataTable problems

    timbooo

      hi there, i've got the following dataTable with inplaceSelects:

      <rich:column>
       <rich:inplaceSelect id="userValue" value="#{user.userid}"
       defaultLabel="" listWidth="500"
       listHeight="250">
       <a4j:support event="onchange"
       actionListener="#{orgUnitBean.addUserLine}"
       reRender="userTable, selectUsers" requestDelay="100" />
       <f:selectItems id="selectUsers"
       value="#{orgUnitBean.selectUsers}" />
       </rich:inplaceSelect>
       </rich:column>


      my problem is now, that i always see the default label.
      i have for example 10 objects. when there are 3 lines in the datatable i'm generating dynamically a fourth with this inplace select where you can choose between the 7 others to add one. but still only the default value.

      however, if i put a simple outputText before the inplaceSelect in my table row, i can see the right value, so there's nothing wrong with my objects.

      if i don't filter my list, that means all 10 objects are always available to choose from the inplaceSelect, i can see the right values in datatable rows.

      is this a bug or isn't inplaceSelect supposed to act like a "muliInplaceSelect"?


      any help will be appreciated.
      kind regards,
      tim.