I have a Quartz job that updates some fields in the database periodically, when those changes happen, I’d like to call DataGrid.getDataProvider().refreshAll();
, but I get a NullPointerException. Is it even possible to do it this way around? Or will I need a background task on the screen page to check for changes, and do it that way?
Thanks