1. How to send a POJO as a callback param using PrimeFaces' RequestContext? stackoverflow.comI can send callback param(s) and it works perfectly as long as I am only sending some primitive types like String. But the same thing does not work for even the ... |
2. NullpointerException when adding callback parameter forum.primefaces.orgTo see if a request is partial or not is not a problem. The problem is NullPointerException in case of non partial request. RequestContext.getCurrentInstance() should be more safe and this exception ... |
3. Wizard flowListener callback forum.primefaces.orgHello, imagine a simple primefaces wizard embedded into a dialog. The wizard itself is backed by a named bean ("wizard") to interact with and the "flowListener" attribute points to the "#{wizard.onFlowProcess}" ... |
4. Probleme getting callback from ajax request forum.primefaces.org |
5. Reset input text after ajax callback forum.primefaces.orgpublic void searchMedById() { if (getCodeMed().length() == 8) { med = medDAO.getById(Integer.parseInt(getCodeMed())); ... |
6. [Solved] problem with callback params forum.primefaces.org |
10. Datatable callbacks for sorting / filter / pagination forum.primefaces.orgHello, I'm still missing callbacks for start / end of sort / filter / pagination http://code.google.com/p/primefaces/iss ... ail?id=810 Maybe somebody knows a solution / workaround for my problem. I have a ... |
11. Data load callback function in dataTable forum.primefaces.orgSorry for my english! Is there any call back function when data in my table was loaded? I want to call growl with message "Successful loaded " every time when my ... |
12. Hooking of Ajax calls for callbacks forum.primefaces.org |