Hi,
I have two views with two tables (a table in each view) - both views are visible at start.
The trigger for the servlet is the "onInit" of view1 controller.
The servlet (which returns two json arrays) sets view1 model.
How do I set view2 model ?
Aviad