Hi!
I create the jsp page with two MVC components:
<jsp:include page="${mvc:getComponentURL('mytable1')}"/>
<jsp:include page="${mvc:getComponentURL('mytable2')}"/>
And I have two questions:
1) How can I set size to the component?
2) How can I refresh the second component on refreshing the first?