Hi team,
When browse page data loader has :session_
param, the auto dataLoadCoordinator will not work.
Please use attached demo project. Steps:
- Open
Products
page. - create a new product with name
123
, NOTE: name must be123
as it is hard coded in ProductBrowse.java - close products page.
- reopen products page.
ER: product with name 123
should be auto loaded.
AR: need to click Refresh
button to load the list.
demo project:
sedemo.zip (92.1 KB)