[ http://issues.apache.org/struts/browse/WW-1297?page=all ]

Rainer Hermanns updated WW-1297:
--------------------------------

    Fix Version: 2.0

>  (WW 2.2.2)Tabbed Panel: All tabs seen when first tab has remote="true"
> -----------------------------------------------------------------------
>
>          Key: WW-1297
>          URL: http://issues.apache.org/struts/browse/WW-1297
>      Project: Struts Action 2
>         Type: Bug

>     Versions: WW 2.2.1, WW 2.2.2
>  Environment: Issue seen with Firefox 1.5 on windows. Same with other 
> platforms as well.
>     Reporter: Venkatesh Ramachandran
>     Priority: Minor
>      Fix For: 2.0

>
> While understanding WW Tabbed Panel using examples at -
> http://www.opensymphony.com/webwork/wikidocs/tabbedPanel.html
> I observed that when the first tab has remote="true" then all the tabs are 
> seen on initial load.
> Example - 
>       <ww:tabbedPanel id="test2" theme="simple" >
>             <ww:panel remote="true" cssStyle="overflow:auto;height:100px" 
>                      href="/ajaxTabbedOne.action" id="tab1" theme="ajax" 
> tabName="Tab One" />               
>             <ww:panel remote="true" cssStyle="overflow:auto;height:100px" 
>                      href="/ajaxTabbedTwo.action" id="tab2" theme="ajax" 
> tabName="Tab Two" />
>             <ww:panel remote="true" cssStyle="overflow:auto;height:100px" 
>                      href="/ajaxTabbedThree.action"  id="tab3" theme="ajax" 
> tabName="Tab Three" />
>        </ww:tabbedPanel>
> But, once I click on other remote tabs and get back to first tab, then the 
> other tabs are hidden as expected.
> Ideally, only the first tab (selected by default) should be see on initial 
> load while others are to be hidden. It works as expected when the first tab 
> is not "remote".

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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

Reply via email to