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:
- String, which user has typed in suggestionfield
- Country, which user has chosen from countries selectList.
How can i do it?