You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "tm_jee (JIRA)" <ji...@apache.org> on 2006/07/16 05:37:21 UTC

[jira] Assigned: (WW-1297) (WW 2.2.2)Tabbed Panel: All tabs seen when first tab has remote="true"

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

tm_jee reassigned WW-1297:
--------------------------

    Assignee: tm_jee

>  (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 2
>          Issue Type: Bug
>    Affects 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
>         Assigned To: tm_jee
>            Priority: Minor
>             Fix For: 2.0.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