I am interested if it is possible to set on select event or value change or
something like that on the autocompletion mixin. Basically I would like to
get a value that was set using the autocomplete on the jave side.

I have tried setting some method 

    @OnEvent(value = "selected", component = "updateComponent")
    void update() {
        java.lang.System.out.println("asdasdads");
    }

but no luck

I was looking into the tapestry-jquery bind but I have no idea how to
implement that. Does anyone have any suggestion.

I guess that there is always an option to subclass or override autocomplete
class but I would really like to avoid doing that. 

So can someone point me in the right direction with this bind thing (I have
no idea how to make it work even for something simple as on click event)



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Implement-Autocomplete-OnSelect-event-jquery-bind-event-tp5717090.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to