1. Primefaces onclick and onsuccess differences stackoverflow.comI have the following situation: after clicking a button, some business logic is done and after it is done, a new tab with a report should be visible.
|
2. p:commandLink with onsuccess gives JS error forum.primefaces.org |
3. How to use the "onsuccess" method of command ? forum.primefaces.orgHi, you can use the 'onsuccess' to trigger anything you want. The value of 'onsuccess' property must be the name of a JavaScript function. For example, suppose that you want to ... |