Is the a way to add tag dynamically in tabbedPane...

I am triyng this way:
<script>
   var tabContainer = dojo.widget.byId("tabbedPane");
   var url = 'person.action';
var cp = dojo.widget.createWidget("BindDiv", {label:'Persons', executeScripts:true, parseContent:true, extractContent:true, href:url, id:'personTab' });
   tabContainer.addChild(cp);
</script>

That's works but the result is not the same that when using <s:tabbedPane><s:div>...

Regards,
André Faria

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to