I 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.
<p:commandButton value="this button" update="growlMain" ...
...
Hi, 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 ...