tabless tab panel not displaying data

I have a form called nav which displays records fine when opened as a regular form but when I put it on an unrelated tabless tabpanel in another form no data is displayed. Any idea why???

Use a controller.loadAllRecords() onShow of that form you are showing and you should see records. The default behaviour for unrelated tabs is that no records are selected, so you have to take care yourself of what to show.