1 Reply Latest reply on Jul 17, 2009 4:35 AM by ilya_shaikovsky

    Suggestionbox on select item

      Hello,

      i am trying to set an param via the suggestionbox.
      At the moment i am doing it the following way:

      <h:column>
       <s:link view="/#{empty from ? 'MousetissueEdit' : from}.xhtml"
       value="#{suggest.name}" id="organ">
       <f:param name="organId" value="#{suggest.id}" />
       </s:link>
      
      </h:column>

      But i fiugred if the user doens't klick the link exactly, the item.name is selected but the param is not set.
      It would be nice if on itemselect the param gets automatically set.
      I am relatively new to richfaces and ran out of ideas.

      best regards