i.. I am trying to create a simple tabfolder as is in the demo, where each tabitem contains text or a textfield using the following xml. I could see the tabs but inside the tab nothing is displayed. Does anybody know what could be wrong?
Many Thanks!
<tabfolder>
<tabitem label="tab1">
<scrollPane>
<text class="label">A Label</text>
<textarea>A Text Area</textarea>
</scrollPane>
</tabitem>
<tabitem label="tab2">
<container>
<textarea>Another Text Area</textarea>
</container>
</tabitem>
</tabfolder>

