Do you have something similar to the following … (an example using Dojo )
<div id=“mainTabContainer” dojoType=“TabContainer”
selectedTab=“Tab1” resizable=“true” >
<%@ include file=“tab1.jsp” %>
where we have a jsp file with a dhtmlx grid and/or other widgets specified.
Thanks.