marți, 20 ianuarie 2015

[OmniFaces utilities (2.0)] Programmatically update the entire view


[OmniFaces utilities] The updateAll() method can be used to programmatically update the entire view.

Method:
Usage:

In a JSF managed bean method call it like this:

import org.omnifaces.util.Ajax;
...
Ajax.updateAll();
...

Niciun comentariu:

Trimiteți un comentariu