Tagged Questions
0
votes
1answer
854 views
JSF - Update model in invoke application phase
in my JSF application i need to update ui component during invoke application phase. Can it be done? Here's the code i've produced so far:
public void resetDataScroller(ActionEvent actionEvent) {
...