Re: Implement Autocomplete OnSelect event - jquery bind event

2012-10-21 Thread bhorvat
I manage to solve my problem in a different way. By passing a function that will be triggered once the item in autocomponent is selected. cheers -- View this message in context: http://tapestry.1045711.n5.nabble.com/Implement-Autocomplete-OnSelect-event-jquery-bind-event-tp5717090p5717100.html

Re: Implement Autocomplete OnSelect event - jquery bind event

2012-10-20 Thread bhorvat
I manage to do something but still not quite there this will fire an event when I select text and it will be handled on the jave side. However there are 2 problems with this. The first one is that i dont know how to pass the c