JSF - Updating values ​​in xhtml after filling Lazy DataGrid

I have a simple question.

I am using LazyDataModel

with dataGrid from faces to ViewScoped

bean. And I have other values String

 with their getters / setters methods.

My problem is that I cannot update my values ​​in the .xhtml page after mine LazyDataModel

is full while it is running.

I am setting my string values ​​in the lazyDataModel function @Override load

.

Could you please suggest me a way to update the values ​​after the lazyDataModel is populated?

Thanks for the help.

+3


source to share





All Articles