0 Replies Latest reply on Sep 4, 2007 7:10 AM by arussel

    using suggestionbox to fill hidden field

    arussel

      I am using suggestion box to fetch persons with name , first name and ID.
      In the suggestion I want a format like #{person.familyName} #{persone.firstName}.
      I can do this with <h:column>
      When a suggestion is selected I want "FirstName FamilyName" written in the text field.

      But I only want the id sent to the server. Is there a way to say: when a suggestion is selected update the hiddenField with #{person.ID} (or any other way to have the same kind of result)
      thanks
      alex

      using seam 1.2.1.GA
      a4j 1.1.1
      and rich faces 3.0.1