<body id="content">
<div data-role="header">
<h3>header text</h3>
</div>
<div data-role="content" id="pagePort">
//here I am loading my integrating server generated pages sample application
</div>
<div data-role="footer">
<h3>simple footer</h3
</div>
</body>
this is my main html page. and in server pages html page i have
<div id="AppBody">
<div id="tabButtonsContainer">
</div>
this div with id = "tabbuttonsContainer" i am using this as parentdiv as follows in my js file
WL.TabBar.setParentDivId("tabButtonsContainer"); but still the tab bar is coming at the top only
header text
simple footer
this is my main html page. and in serverpages html page i have