onselect « PrimeFaces « JSF Q&A





1. Listening to onSelect events from Autocomplete (Primefaces) component    stackoverflow.com

I am trying to listen to select event from autocomplete using attribute selectListener. I am passing a remoteCommand as select listener. But the selectListener never calls this remoteCommand method. My code follows:

<h:form>
  ...

2. Is there pickList onselect callback?    forum.primefaces.org

Hi, In PF 2.2.1 I can not see onselect callback for pickList. Only onTransfer (= onchange) is available. How to call a JS function if user click on any pickList entry? ...

3. p:autocomplete onselect is not working    forum.primefaces.org

p:autocomplete onselect is not triggering when i select an item from the auto complete list. It triggers only if I select again the selected value. Is this the expected flow? I ...

4. autocomplete onselect is not working    forum.primefaces.org

I am expecting the onselect to be triggered when I select one of the suggested options by autocomplete(either by clicking on it or by pressing entering when it is in focus). ...

5. Autocomplete onselect attribute    forum.primefaces.org

there is currently an autocomplete onselectupdate attribute, which is very nice, but I believe a simple onselect attribute is much needed, within which you may specify your own JavaScript. The onselectupdate ...

6. Datatable : onselect event???    forum.primefaces.org

03 Sep 2010, 12:14 by Nightbeat Datatable : onselect event??? Hi, Is there a way to fire an event when selecting a row? because, currently PrimeFaces Data Table facilitates the developer ...

7. Onselect on datatable problem    forum.primefaces.org

29 Sep 2010, 11:32 by lordpixel Onselect on datatable problem Hi all I've a datatable (2.2M1) binded to a list of array Code: