January 2013
Intermediate to advanced
328 pages
7h 14m
English
PrimeFaces' users often ask "Why don't navigations work with PrimeFaces CommandButton and CommandLink?", "How can we navigate to any page on a node click in a Tree?", or "How can we change the view when a row in a DataTable is double-clicked?". These are questions that are mainly related to JSF rather than PrimeFaces, but we will give answers to these questions in this book due to their importance.
In this recipe, we will show a programmatic navigation with JSF NavigationHandler as well as a declarative way to do a cross-page navigation in AJAX calls.
All three questions mentioned above have the same nature. JSF and PrimeFaces do not support a forward-based navigation within an AJAX request. ...
Read now
Unlock full access