1 Reply Latest reply on Jul 19, 2010 8:19 AM by ilya_shaikovsky

    Passing additional parametrs to suggestionbox`s suggest method

    yurish

      I need to pass additional  parametrs to my suggest  method.

      For example:

      I have one  selectList in which i choose a country. In another  inputfield i have  suggestionbox, where i can choose city from that  country. So i need to  pass to my suggest method 2 values:

      1. String, which user has  typed in suggestionfield
      2. Country, which user has chosen from      countries selectList.

      How can i do it?