Well, there are several views so is the need for the inner
DockLayoutPannel. Though not sure how usually its done otherwise ?
Trying to playaround with as much codeas posssible :-)
As a side note I just had to set the size of the ScrollPanel as
suggested on GWT developer guideline and it started appearing nicely.
<g:HTMLPanel >
<div><g:FlexTable ui:field='header' styleName='{style.header}'
cellSpacing='0' cellPadding='0'/></div>
<g:ScrollPanel width='100%' height='100%'>
<g:FlexTable ui:field='table' styleName='{style.table}'
cellSpacing='0' cellPadding='0'/>
</g:ScrollPanel>
</g:HTMLPanel>
This is the link that gave the Hint:
http://code.google.com/webtoolkit/doc/latest/DevGuideUiPanels.html
under "Tables and Frames" towards the end of the page.
Thanks very much for your time and help,
Suvesh