Hi all,
I'm currently using the <s:div> tag whitin the <s:tabbedPanel/> tag , and im
wondering if there is a bug with the attribute disabled in the s:div tag,
since i didn't succeed to disabled some tabs at al . Is this a bug or there
is a work around on this?
Code:
<s:tabbedPanel id="tabbedPanel" theme="simple" doLayout="true">
<s:form theme="simple" action="myAction" namespace="/myNameSpace">
<s:div id="tabOne" disabled="true" label="MyLabel" theme="ajax">
</s:div>
</s:form>
<s:tabbedPanel>
Any help would be really appreciated.
Cheers,
Alberto Chiang