1. selectListener handler not called from autoComplete forum.primefaces.org |
2. AutoComplete selectListener() method is not invoking forum.primefaces.orgHi 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, |
3. Calendar+converter+selectListener forum.primefaces.orgHi 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.orgpublic 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.orgWhen 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.orgSeems 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.orgif (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.org03 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 ... |