I observed that all the tabs in tabbed panel are seen on initial load.
It would be great if some one could help me out.
heres the code
<s:tabbedPanel id="tp" theme="ajax">
<s:panel id="t1" tabName="Tab 1" href="%{url}">
<s:form action="Login_input" theme="ajax">
<s:textfield label="Name" name="name" theme="ajax" />
<s:textfield label="Age" name="age" theme="ajax" />
<s:submit />
</s:form>
</s:panel>
<s:panel id="t2" tabName="Tab 2" href="%{url}">
<s:form action="Login_input" theme="ajax">
<s:textfield label="Name2" name="name2" theme="ajax" />
<s:textfield label="Age2" name="age2" theme="ajax" />
<s:submit />
</s:form>
</s:panel>
</s:tabbedPanel>
cheers,
Vivek.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]