To get the value of the selectionMode
attribute of the datatable (primefaces) in MB:
DataTable dt = (DataTable) FacesContext.getCurrentInstance().getViewRoot().findComponent("IdForm:IdDataTable");
String sm = dt.getSelectionMode();
And how do I get the value of the lazy
attribute?