When using the tabbedpanel tag as shown below for some reason the tabs are not showing up on the loaded page. I have the DOJO lib in the path and the needed head tag. What am i missing?
Thanks in advance for your help
<sx:tabbedpanel id="TestTab" cssStyle="width:400px; height:400px;" doLayout="true">
<sx:div id="one" label="One" theme="ajax" labelposition="top">
One
</sx:div>
<sx:div id="two" label="Two" theme="ajax" labelposition="top">
Two
</sx:div>
</sx:tabbedpanel>
missing mapping in my web.xml was the issue….