Nested tab misbehavior

We have just migrated to Portal 9.0.2 from 3.0. Most of our content converted adequately. However, we have the following problem.
We have a pages with multiple tabs. On one page (used by our tech support people) we had included a tab with subtabs displaying the contents of other pages. Here's a quick schematic:
Main page
--Tab 1: Home
--Tab 2: Search
--Tab 7: Views
----Tab 1: Career
----Tab 2: Independent
----Tab 3: Secretaries
We have published the Career, Independent, and Secretaries pages as portlets and added the portets to individual tabs. The Career, Independent, and Secretaries pages also contain a number of tabs.
When viewing Tab 7 (Views) on the Main Page, the content for the first page of the Career tab is displayed; however, clicking the Independent or Secretaries tabs does not change the display, and the Career tab remains active.
This worked fine in our previous installation. Any ideas? Thanks for all the help!
Mary

Thank you, Candace, for the information. Too bad the workaround is to not use the layout. <g> This problem affects about a third of our company. I'll have to figure out another way to do this in the interim. Thanks, again.
Mary

Similar Messages

  • Nested Tab Pages in 100% Generated Forms

    Hi all,
    Creating a Forms (9i) application, hopefully to be 100% Designer 9.0.2.6 generated. Trying to find out if it is possible to generate nested tab pages.
    eg.
    example table structure
    Employee
    |-Employee history
    |-Employee skills
    | |--Employee skills history
    | |--Employee skills details
    |-Employee time bookings
    In this case, employee is the Master table with a tab section for the detail - three tabs for history, skills and time booking. On the skills tab page, I want to use skills as a master table and then have history and details as two tab pages on another tab section within the whole skills tab page.
    Is this scenario possible in a 100% generated form?
    Thanks,
    Michael.

    Hi Michael,
    Someone correct me if I am wrong on this, but I believe this is not possible. Only stacked item-groups display as nested tabs on a tab page. Master-detail with the details as tabs is not possible on a tab page.
    Regards,
    Michiel Arentsen

  • Error in Nested Tab controls

    I seem to have found a bug in nested tab controls. If one nests a tab control in a tab control, the remove page uses the index of the parent tab control to determine which tab to remove of the child tab. I use Labview 6.1 on Win2000.
    In addition, it seems that I cannot add a tab control to a cluster. This seems to be a "feature".

    Jazee,
    Apparently, this seems to be a bug for nested tab controls.
    You can't add a tab control to a cluster.
    You can keep the value of the actual choosen tab in a cluster by converting it to a number and put that number in a cluster.
    Cyril
    Cyril Bouton
    Active LabVIEW Developper

  • Nested tabbed panels

    Hi all:
    I have tabbed panels nested in tabbed panels and i would like
    to link from another page to one of the nested tabs. The code I
    have the link is: ?tab=8#TabEditAthlete1?tab=3#TabCommunity1 but
    that doesn't work.
    i also tried ?tab=8#TabEditAthlete1&tab=3#TabCommunity1
    and that doesn't work either.
    Any suggestions?
    thanks!

    url params: ?tab1=1&tab2=3
    get the params:
    var params = Spry.Utils.getLocationParamsAsObject();
    normal = tab1
    var TabbedPanels1 = new
    Spry.Widget.TabbedPanels("TabbedPanels1", {defaultTab:(params.tab1
    ? params.tab1 : 0)});
    nested = tab2
    var TabbedPanels2 = new
    Spry.Widget.TabbedPanels("TabbedPanels1", {defaultTab:(params.tab2
    ? params.tab2: 0)});
    http://labs.adobe.com/technologies/spry/samples/utils/URLUtilsSample.html?panel=2#examples

  • VI with Several XControls on nested tabs takes minutes to load in LabVIEW 2013

    Hello all,
    I have a VI in LabVIEW 8.2 that includes more than 400 Xcontrols in nested tabs, which opens in seconds (very fast). The code was upgraded to LabVIEW 2013 and now the VI takes minutes to open and in the meantime LabVIEW is unusable with the CPU at 100%.
    I am wondering if anybody has experienced this behavior with Xcontrols.
    Thanks.

    Please note that I am working with jarcTek on this project where we inherite that UI with so many XControls instances.
    It is not like there are a lot of different XControls (there are a total of about 10 different type of XControls), but there are a lot of instances of these XControls (several 100) in 3 levels of nested tabs.
    Yes, we both had the time to re-recompile the source code between the two posts that jarcTek made. The various XControls are stored in 4 different llbs. Most of the XControls that have a lot of instances are actually pretty simple (very little code there). Finally, yes the VI property  (or the XControl library property general settings) indicate that the code is in LabVIEW 2013 [see image below]. 
    You are correct, the delay occurs after the VI is loaded from disk. The loading time is fine (we see the loading progress/dialog since there are a few 100s vis to load with that main UI), but after that everything hangs for several minutes (cpu peg at 100%). We run the Desktop execution toolkit, and we can see a lot of XControl events (1000s) that are fired during this time.
    FYI: Unloading (closing) the VI is also very slow.
    To put this in perspective, In LabVIEW 8.2 the same code is ready to run immediately after the UI opens.
    Thanks
    PJM

  • Nested Tab Pages

    Hi ,
    Does anyone know how to build a form with nested tab pages ?
    TAB1 TAB2 TAB3
    Is it possible to have tab pages TAB2.1 TAB2.2 TAB2.3
    on TAB2 ?
    Thank you,
    Denise

    Hi Michael,
    Someone correct me if I am wrong on this, but I believe this is not possible. Only stacked item-groups display as nested tabs on a tab page. Master-detail with the details as tabs is not possible on a tab page.
    Regards,
    Michiel Arentsen

  • Nested Tab Leader Style for Price List Issue

    Hello,
    I wanted set up a character style for a tab leader that makes the font weight light as opposed to the bold paragraph style. I tried two character styles, one as a tab leader, and one as a dotted underline and got different results.
    When I set up the nested style on my paragraph style using the character style "Leader Dots" is changing the price from bold to light.
    When I set up the nested style on my paragraph style using the character style "Dotted Line" the dotted underline goes to the full right-justified width.
    Both issues I think are b/c the tab is right-justified. See the attached images for examples.
    I am trying to figure out a way to have either character style stop before the price, but keep the price right-justified. So in a nutshell it would be… Bold item name / Light tab leader / Bold price
    Thank you for any help.

    Aha! Peter, you're right! 
    // French version //

  • How can I nest Tabbed Panels 2

    I am trying to learn HTML and need help using Tabbed Panels 2.
    I have three defualt tabs which are very simple to do but how can i nest four tabs with content inside one of the defualt tabs?
    Link to Documentation.

    Haven’t begun to try it yet. Looking at some tutorials.
    But I appreciate the heads up.
    Bill Liedlich
    TerraGroup Corporation
    Tactical Water Purification Systems
    Po Box 8839
    Allentown, PA 18105 USA
    p  610-821-7003
    f   610-821-7025
    [email protected]
    [email protected]<mailto:[email protected]>
    www.tacticalwater.com<http://www.tacticalwater.com/>
    CONFIDENTIALITY NOTICE: This electronic mail transmission, its contents and any attachments to it, are privileged and confidential, and/or may contain legally privileged and confidential information and is intended only for the review of the party or parties to whom it is addressed.  Any dissemination, distribution, copying or forwarding of this message, its contents or attachments to other than the intended recipient(s) is strictly prohibited.  If you are not one of the intended recipients, or have received this transmission and its contents in error, please immediately return it to the sender.  Unintended transmission shall not constitute a waiver of any "Confidentiality Notice" privilege.

  • JQuery vertical nested tabs/nav?

    Anyone know of an online resource with a sample of a vertical jQuery menu with nested <ul><li> tags:
    <ul>
    <li>TOP LEVEL
    <ul>
    <li>Sub Link 1</li>
    <li>Sub Link 2</li>
    </ul>
    </li>
    </ul>
    Trying to make it work like a conventional tabbed panel but vertical (where a <div> panel opens to the side when a link is clicked) and with nested sub links (possible?)
    TOP LEVEL
    >>Sub Link 1
    >>Sub Link 2
    I can do the one level but need something more versatile like:
    <ul>
    <li><a href="http://www.bbc.co.uk">BCC</a>
    <ul>
    <li><a href="#tabs-1">Link 1</li>
    <li><a href="#tabs-2">Link 2</li>
    </ul>
    </li>
    </ul>
    When I add the additional <ul></ul> needed and the www link it stops working.
    Cheers
    Os.

    Hello Kin,
    You solved my problem :)
    I suppose I can directly force the "float left" within the
    SpryTabbedPanels.css.
    I can play with the css content now to customize my content.
    Here are the screenshot links, that I can keep online for a
    while.
    Before
    After
    Thank you very much
    Alain

  • Nesting tabbed panels produces interesting results..

        Hi,
    Today i attempted to nest two sets of tabbed panels.  1 was a vertical panel, and within this 1 horizontal panel.
    it all works, BUT the internal horizontal panel inherits the styles of the parent vertical panel.  In otherwords the horizontal panel is weirdly skewed!
    can anyone assist to get the styles right?
    cheers

    Hi,
    What you need to do is apply a class to at least one of your panels. Then apply the style rules that are applicable to that class.
    I you can supply code on line, that would be helpfull to explain the solution more precisely.
    Hope this helps,
    Ben

  • ORA-06502 during a procedure which uses Bulk collect feature and nested tab

    Hello Friends,
    have created one procedure which uses Bulk collect and nested table to hold the bulk data. This procedure was using one cursor and a nested table with the same type as the cursor to hold data fetched from cursor. Bulk collection technique was used to collect data from cursor to nested table. But it is giving ORA-06502 error.
    I reduced code of procedure to following to trace the error point. But still error is comming. Please help us to find the cause and solve it.
    Script which is giving error:
    declare
    v_Errorflag BINARY_INTEGER;
    v_flag number := 1;
    CURSOR cur_terminal_info Is
    SELECT distinct
    'a' SettlementType
    FROM
    dual;
    TYPE typ_cur_terminal IS TABLE OF cur_terminal_info%ROWTYPE;
    Tab_Terminal_info typ_cur_Terminal;
    BEGIN
    v_Errorflag := 2;
    OPEN cur_terminal_info;
    LOOP
    v_Errorflag := 4;
    FETCH cur_terminal_info BULK COLLECT INTO tab_terminal_info LIMIT 300;
    EXIT WHEN cur_terminal_info%rowcount &lt;= 0;
    v_Errorflag := 5;
    FOR Y IN Tab_Terminal_Info.FIRST..tab_terminal_info.LAST
    LOOP
    dbms_output.put_line(v_flag);
    v_flag := v_flag + 1;
    end loop;
    END LOOP;
    v_Errorflag := 13;
    COMMIT;
    END;
    I have updated script as following to change datatype as varchar2 for nested table, but still same error is
    comming..
    declare
    v_Errorflag BINARY_INTEGER;
    v_flag number := 1;
    CURSOR cur_terminal_info Is
    SELECT distinct
    'a' SettlementType
    FROM
    dual;
    TYPE typ_cur_terminal IS TABLE OF varchar2(50);
    Tab_Terminal_info typ_cur_Terminal;
    BEGIN
    v_Errorflag := 2;
    OPEN cur_terminal_info;
    LOOP
    v_Errorflag := 4;
    FETCH cur_terminal_info BULK COLLECT INTO tab_terminal_info LIMIT 300;
    EXIT WHEN cur_terminal_info%rowcount &lt;= 0;
    v_Errorflag := 5;
    FOR Y IN Tab_Terminal_Info.FIRST..tab_terminal_info.LAST
    LOOP
    dbms_output.put_line(v_flag);
    v_flag := v_flag + 1;
    end loop;
    END LOOP;
    v_Errorflag := 13;
    COMMIT;
    I could not find the exact reason of error.
    Please help us to solve this error.
    Thanks and Regards..
    Dipali..

    Hello Friends,
    I got the solution.. :)
    I did one mistake in procedure where the loop should end.
    I used the statemetn: EXIT WHEN cur_terminal_info%rowcount &lt;= 0;
    But it should be: EXIT WHEN Tab_Terminal_Info.COUNT &lt;= 0;
    Now my script is working fine.. :)
    Thanks and Regards,
    Dipali..

  • Nested tab in adf

    I have a page tab(say A) which contains three sub tabs(B, C, D). Clicking on tab A will show contents related to it and clicking on other three tabs will show their respective content. Now I want to show in the same page under the base tab's showdetail node whenever any sub tab is clicked. How to proceed with this?

    Hi ray,
    I tried with the below code :
    <af:panelStretchLayout id="psl1">
              <f:facet name="center">
                <af:panelTabbed id="pt1">//basetab
                  <af:showDetailItem text="showDetailItem 1" id="sdi1">
                  <af:outputText value="outputText3" id="ot19" binding="#{simpleBean.ot}"/>
                      <af:panelTabbed id="pt2" inlineStyle="width:971px; height:496px;">//subtab
                           <af:showDetailItem text="showDetailItem 2" id="sdi2" disclosureListener="#{simpleBean.setContentBT}">
                             <af:table ....>//subtab's table
                             </af:table>
                           </af:showDetailItem>
                      </af:panelTabbed>
                           <af:table ....>//basetab's table 
                           </af:table>
                      </af:showDetailItem>
                </af:panelTabbed>
    And backing bean code:
        public void setContentBT(DisclosureEvent disclosureEvent) {
            // Add event code here...
            getOt().setValue(disclosureEvent.getComponent().getId());
    Where am I going wrong? 

  • Spry tabs in accordion overflow in ie7

    I am trying to nest tab panels into accordion panels and it
    works great in safari and firefox, however in ie7 the tabs are
    overflowing the closed accordion panels. I have tried setting
    overflow:hidden on the accordion content div and that did not help.
    It acts like a float clearing issue, yet I can figure out at what
    level to clear it. I was wondering if anyone had tried to do this.
    In the end I can set events to display or not onClick but was
    hoping for a css solution as that seems to be where the problem is.
    you can see a sample at
    http://jdspeer.com/aesi
    Thank you in advance for any ideas.
    James Speer

    Hi Ronald,
    Place the constructor withing the Spry region as follows
          <div spry:region="dsGrade5" >
              <div id="Accordion1" class="Accordion" tabindex="0">
                <div spry:repeat="dsGrade5" class="AccordionPanel">
                <div class="AccordionPanelTab">{@name}</div>
                <div class="AccordionPanelContent">{summary}</div>
              </div>
              <script>
                   var Accordion1 = new Spry.Widget.Accordion("Accordion1");
              </script>
            </div>
          </div>
    I hope this helps.
    Ben

  • Linking to a Tab in another page which has 3 tabbed panels

    Hi
    I have created a page which has three tabbed panels.  The first is a horizontal Tabbed panel with two tabs.  Each of these tabs has a vertical tabbed panel with 4 tabs in each.
    I want to be able to link from another page to the 2nd horizontal tab and the first vertical tab on that page.
    If I use the URL  ?tab=1, the link takes me to the second horizontal tab but also then to the second vertical tab.
    I have tried the following
    giving the target tabs the same id and targeting ?tab=news
    setting the url to ?tab=1&tab=0
    setting the url to ?tab=TabbedPanel1.tab1&TabbedPanel2.tab2
    but none of these work.
    Javascript is not my thing (as you have probably guessed!).  Is there a way that I can target any combination of tabs on one page through the URL?
    Any ideas, much appreciated.
    Thanks

    Data:
    Tab on main tabbed panels = primetab
    Tab on nested tabbed panels = secondtab
    URL Link = myPage.html?primetab=2&secondtab=2
    Markup:
    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>Untitled Document</title>
    <link href="SpryAssets/SpryTabbedPanels.css" rel="stylesheet">
    </head>
    <body>
    <div id="TabbedPanels1" class="TabbedPanels">
      <ul class="TabbedPanelsTabGroup">
        <li class="TabbedPanelsTab" tabindex="0">Tab 1</li>
        <li class="TabbedPanelsTab" tabindex="0">Tab 2</li>
      </ul>
      <div class="TabbedPanelsContentGroup">
        <div class="TabbedPanelsContent">
            <div id="TabbedPanels2" class="TabbedPanels">
              <ul class="TabbedPanelsTabGroup">
                <li class="TabbedPanelsTab" tabindex="0">Tab 1.1</li>
                <li class="TabbedPanelsTab" tabindex="0">Tab 1.2</li>
              </ul>
              <div class="TabbedPanelsContentGroup">
                <div class="TabbedPanelsContent">Content 1.1</div>
                <div class="TabbedPanelsContent">Content 1.2</div>
              </div>
            </div>
        </div>
        <div class="TabbedPanelsContent">
            <div id="TabbedPanels3" class="TabbedPanels">
              <ul class="TabbedPanelsTabGroup">
                <li class="TabbedPanelsTab" tabindex="0">Tab 2.1</li>
                <li class="TabbedPanelsTab" tabindex="0">Tab 2.2</li>
              </ul>
              <div class="TabbedPanelsContentGroup">
                <div class="TabbedPanelsContent">Content 2.1</div>
                <div class="TabbedPanelsContent">Content 2.2</div>
              </div>
            </div>
        </div>
      </div>
    </div>
    <script src="SpryAssets/SpryTabbedPanels.js"></script>
    <script src="SpryAssets/SpryURLUtils.js"></script>
    <script>
    var params = Spry.Utils.getLocationParamsAsObject();
    var TabbedPanels1 = new Spry.Widget.TabbedPanels("TabbedPanels1", {defaultTab: params.primetab ? params.primetab : 0});
    var TabbedPanels2 = new Spry.Widget.TabbedPanels("TabbedPanels2", {defaultTab: params.secondtab ? params.secondtab : 0});
    var TabbedPanels3 = new Spry.Widget.TabbedPanels("TabbedPanels3", {defaultTab: params.secondtab ? params.secondtab : 0});
    </script>
    </body>
    </html>
    The highlighted parts denote the markup required over and above the original markup for tabbed panels, placing JS at the bottom of the document is a peculiarity of mine an is therefore not a necessity.
    Gramps

  • Content of second level TAB's not visible

    Hi All,
    I have designed a page have nested TAB's. When we click to on any first level tab, then the contents on the first second level tab is not visible. Neither there a Hyperlink to the title of that tab. How can the contents be made visible.
    I am using oracle portal version 3.0.6.6.5
    thanks

    Hi,
    unfortunately the behaviour got even worse in 3089. The behaviour Girish is describing is still there in 307. By the way, the content can be made visible by click the second subtab and then clicking the first subtab again (nice workaround huh..) Another way is to add a subtab and display it as the first subtab and give it a label like 'Make your choice..'
    So I was anxiously waiting for 3089 because I too was told everthing would be fixed but to my astonishment in 3089 (upgraded and fresh install) the subtabs (displayed as a page portlet that is) do not work at all!!!!!!!!! Got TAR 1542074 logged for this. The only thing at this moment which gives an acceptable appearance is creating subtabs on the page itself (so without a subpage displayed as a portlet) and assign active/inactive images to the tabs. But this way you are spending more time working with Paintshop than with Portal. Please tell me that I am wrong about this (I hope I am...), but otherwise this really goes beyond my bug/new product tolerance level.
    Tony

Maybe you are looking for

  • IMovieS not compatible with iPad 2

    I've purchased this app, however when trying to install the latest update it says it's incompatible with this iPad. I've deleted the app but can't reinstall. Any ideas??

  • Issues with Playlists in Encore 2.0 - Wisdom required!

    Hi Guys, I'm seeking some wisdom with regards getting playlists to work in Adobe Encore 2.0 I'm producing a gymnastics training DVD and it's virtually complete.The DVD is essentially 72 exercises in 5 categories with "play all" functions within each

  • Originating File Sharing Mini with Leopard G3 Beige and Vice Verse.

    I guess a sub-heading of this would be connecting to the newest Mac from an older one. Here is a problem: I can set up the G3 Beige (running Jaguar) as a file sharing server and very easily connect to it from the a Mac Mini by using top menu Go>Conne

  • Problem sending http request

    I have a Java program that creates a url from a String, then uses the openConnection method of URLConnection to send the request to a web server. The exact same Url string works fine from my browser, but the Java program throws a java.io.FileNotFound

  • Memory leaking

    i use java -verbose:gc main-class and i see in every frame my game runs garbage collection it's take about 0.001 secs every frame hiks i don't know which one causing the leaks but i use an arraylist to store all destroyed object and emptying it every