selectListener « PrimeFaces « JSF Q&A





1. selectListener handler not called from autoComplete    forum.primefaces.org

...

2. AutoComplete selectListener() method is not invoking    forum.primefaces.org

Hi All, I'm using Primefaces 3.0.M3-SNAPSHOT with jsf I have autocomplete field in xhtml, for which selectListener is not invoking the method, completeMethod="#{testAutoComplete.complete}" complete method is ...

3. Calendar+converter+selectListener    forum.primefaces.org

Hi there, I have a problem but I'm not sure where is the error. Maybe you can help me. I have two calendar components such as: Code: ...

4. Autocomplete selectListener behavior    forum.primefaces.org

public void handleSelect(SelectEvent event) { String selectedItem = (String) event.getObject(); System.out.println(selectedItem); // The String I ...

5. Issue with SelectListener when AutoComplete inside DataTable    forum.primefaces.org

When AutoComplete is placed inside a DataTable, selectListener event is not fired. ...

6. autoComplete in repeat does not fire selectListener    forum.primefaces.org

...

7. p:calendar selectListener    forum.primefaces.org

Seems the selectListener only executes when you select a date and not when you change the months and/or the year. Is there a way I can execute the listener on year ...

8. p:autocomplete update on selectListener question    forum.primefaces.org

9. p:calendar calls selectListener method every postback    forum.primefaces.org

if (facesContext.getExternalContext().getRequestParameterMap().containsKey(autoComplete.getClientId(facesContext) + "_ajaxSelect")) { SelectEvent selectEvent = new SelectEvent(autoComplete, value); selectEvent.setPhaseId(PhaseId.INVOKE_APPLICATION); autoComplete.queueEvent(selectEvent); }





10. p:calendar selectListener is not working    forum.primefaces.org

03 Mar 2011, 17:41 by tricky10 p:calendar selectListener is not working Hi all, I have i big problem with p:calendar. When I use locale context.getViewRoot().setLocale(getLocale()); then the selectListener is not warking ...