Adding Sub tabs

Hi,
I want to implement sub tabs so I followed your one your previous answer.
I have tried to add a new collection within TabProperties in the JSPTabContainer. It gives me an error message saying "An error occurred while processing this request. Please contact your administrator."
Could you please help me in this.
Thanks
Tara

Hi Tara,
Typically your starting tab container maybe a JSPTabContainer ..
To add a tab within a tab, you need to have another tab container say Tab1. Now you call that tab container (Tab1) within JSPTabContainer.
Within the TabProperties of JSPTabContainer you will have something like below ...
<Collection name="TabProperties">
<Collection name="Tab1">
<String name="title" value="Nested Tabs"/>
<String name="desc" value="Tabs Within Tabs"/>
<Boolean name="removable" value="false"/>
<Boolean name="renamable" value="true"/>
<Boolean name="predefined" value="true"/>
</Collection>
</Collection>
So basically you replace an existing table container with the tab container Tab1. If you haven't created another tab container, see JSPTabContainer and create another one similar to that called Tab1.
HTH ..

Similar Messages

  • Q:How to set the inactive 'sub-tab' text color?

    On portal.oracle.com I created my own Page Style (changed the
    color scheme) from the default and then added 'sub-tabs' to the
    Group Docs tab. Now when you click on Group Docs you see four
    'sub-tabs' underneath it. The problem I am having is that on the
    inactive tabs the text is not what I set when I created the Page
    Style. It appears to be reverting to color of the original Style
    which was created for my Portal. Any suggestions?

    do it like this
    g.setColor(255,255,255);//this will set the color for the canvas
    g.fillRect(0,0,ht,wd);//this will fill the rect(screen) with the above color,actually this will be BG color for ur app..ht,wd are the height and width of ur canvas...
    now specify color for the text
    g.setColor(r,g,b);//this color shud ofcourse be diff frm the color set for BG
    now draw the string
    g.drawString("xxx", 0, 0, ....);

  • Adding Tab, Sub Tab

    Hello All,
    I would like to adding tab and sub tab in Breadcrum.
    The tab also associates with user role.
    Is it possible in APEx? How?
    Thanks in advance,
    EB NY
    Edited by: early bird on Aug 18, 2009 8:44 AM

    For Tabs and Sub Tabs, you can either create normal tabs or you can use a Tabbed Navigation List. For User role implementation you can create authorization schemes and then based on the user roles you can hide/show different tabs.
    Hope it helps. Thanks!
    -Manish

  • Adding a Tab in a PM notification

    Experts,
    How do I go about adding a tab in a PM notification? I have a requirement of adding a 'causes' tab for capturing of the object part, damage etc. and also for entering user defined codes for capturing an RCA in SAP. see screen below

    Hi Mutale,
    I see some confusion in concept about Catalog Code Tabs.
    What you referred in the initial post are the Sub-Tabs inside a Catalogs & codes Main tab of a Notification.
    What you have referred to in the later post are the Main Tabs of Catalogs. like this
    The Difference
    The Sub-Tabs of Catalogs will display information corresponding to the line item of the first tab (Object part & Damage Tab). Here you are not free to enter a Cause, Task or Activity without filling an Item line (Object part or Damage)
    The Main Tabs are independent Catalog Tabs. You can maintain the line items here independently  without any conditions as above.
    Lastly:
    I hope your initial query has been cleared by looking into the picture, that you can have a separate Causes Tab.
    In configuration, you need to have tab 10/Tab16 for this.
    Best of Luck
    Jogeswara Rao K

  • TAB and SUB-TAB

    Hi Experts, i need some help plz:
    Iu2019m working in transaction RECN. In a TAB (which named Objects) there is another tab (which named Assignment).
    I have added 2 fields in the section <Objects> (I do it using the way which in Note OSS 690900). In fact, the 2 fields must be displayed in the session "Object" of the sub-tab: Assignment.
    In transaction recacust, I cannot find the location of standard fields of tab Assignment.
    Is there any OSS Note that describes how to find sub-tabs?
    Thanks,
    Mehdi,

    Hi Mehdi,
    please check transaction FOI2,
    there you will find filed group 100 which should be exactly what you are looking for.
    You can find all necessary transactions concering BDT and RE-Fx by using transaction BUS0.
    Looks like this subscreen might still be configured via re classic, at least on a 4.7 II system, which is what I am using right now.
    Hth
    Ute

  • Sub-Tabs attached to HTML docs in CS4

    Anyone else find this to be true as well?
    Do yourself a favor and don't use the sub-tabs under a html
    doc to edit CSS. They dont update when you have the CSS file in its
    own tab and save. It makes it incredibly confusing switching
    back-n-forth between the HTML file and the CSS file.
    The only thing it is useful for is quickly seeing all of the
    linked files to your html doc, not for editing those files.

    Hi Tyler,
    Yes, that's correct. The File > Save All command was added
    to help this
    case.
    HTH,
    Randy
    > Anyone else find this to be true as well?
    >
    > Do yourself a favor and don't use the sub-tabs under a
    html doc to edit CSS.
    > They dont update when you have the CSS file in its own
    tab and save. It makes
    > it incredibly confusing switching back-n-forth between
    the HTML file and the
    > CSS file.
    >
    > The only thing it is useful for is quickly seeing all of
    the linked files to
    > your html doc, not for editing those files.
    >

  • Can not update tab if its not the default sub-tab.

    Can not update tab if its not the default sub-tab.
    JDeveloper Version 10.1.2.1.0 (Build 1913)
    Hi. I have a problem with a “lovOpenWindowAction”
    The UIX is created with a master UIX and have several sub-tab that is included as UIX-pages.
    The lovOpenWindowAction lies in the included UIX-page
    The sub-tab I have a problem with has a table with users. Then I have a “Create New” button than I want to click on and select a new user that should be included in the table in the sub-tab.
    When I click on the button I open a LOV-window. Here I select the user that I want to add.
    In the LOV Action-class I save my new value in the database. Then in the method “onLovUpdate” I update the iterator with the new values from the database.
    But in my GUI the subtab is not updated until I click on it.
    But if I make the subtab the default subtab then it all works just fine and the GUI is updated directly.
    Here is the code for the tableAction in the subtab. This code lies in an included UIX-page. Target is the table id.
    <tableActions>
    <button text="Create New" id=" createNewRollperson" accessKey="N">
    <primaryClientAction>
    <lovOpenWindowAction destination="FiskeRollpersonerLOV.do"
    source=" createNewRollperson "
    targets="joinedRollpersfiskeer message"/>
    </primaryClientAction>
    </button>
    </tableActions>
    Here is some code from the master UIX-page
    <subTabLayout id="flikar">
    <subTabs>
    <subTabBar selectedIndex="${ui:defaulting(param.index,0)}">
    <contents>
    <link id="resorFlik" text="Resor"
    disabled="${sessionScope.fiske.id == null}"
    selected="${(param.source == 'resorFlik') or empty param.source}">
    <primaryClientAction>
    <firePartialAction event="changeTab" targets="flikar globalHeader">
    <parameters>
    <parameter key="source" value="resorFlik"/>
    </parameters>
    </firePartialAction>
    </primaryClientAction>
    </link>
    <link id="rollpersonerFlik" text="Rollpersoner"
    disabled="${sessionScope.fiske.id == null}"
    selected="${param.source == 'rollpersonerFlik'}">
    <primaryClientAction>
    <firePartialAction event="changeTab" targets="flikar globalHeader">
    <parameters>
    <parameter key="source" value="rollpersonerFlik"/>
    </parameters>
    </firePartialAction>
    </primaryClientAction>
    </link>
    </contents>
    </subTabBar>
    </subTabs>
    <contents>
    <switcher childName="${param.source}"
    defaultCase=”ResorFlik">
    <case name="resorFlik">
    <include node="${ctrl:parsePage(uix, 'includes/ResorFlik')}"/>
    </case>
    <case name="rollpersonerFlik">
    <include node="${ctrl:parsePage(uix, 'includes/FiskeRollpersonerFlik')}"/>
    </case>
    </switcher>
    </contents>
    </subTabLayout>
    What am I missing?? I can’t have this subtab as the default subtab! Please help me with a solution!

    hi,
    Change the condition type to manual entry.
    or
    for example delivery costs will be different at the time of PO and actual delivery costs then at the time of invoice we select planned delivery costs and settle them first with the actual delivery cost.
    Thanks & Regards,
    Kiran

  • Unable to remove sub-tab from portal page

    Hi,
    Get the following error when trying to remove a sub-tab from one of our portal pages;
    An unexpected error occurred: User-Defined Exception (WWC-44082)
    An unexpected error occurred: User-Defined Exception (WWC-44082)
    Error while deleting page. (WWC-44130)
    An unexpected error occurred: ORA-20100:
    ORA-06512: at "PORTAL.WWSBR_STDERR", line 437
    ORA-06512: at "PORTAL.WWV_THINGDB", line 4021
    ORA-01403: no data found
    ORA-01403: no data found (WWC-44082)
    An unexpected error has occurred (WWS-32100)
    ORA-1403: ORA-01403: no data found
    ORA-01403: no data found (WWC-36000)
    Unexpected error encountered in wwsec_api.remove_group_acl (ORA-01403: no data found
    ORA-01403: no data found) (WWC-41417)
    In advanced options for the tab, 'Inherit Access Settings From The Page' is selected.
    Under page access settings, the 'From page template' option is selected.
    Any ideas?
    Cheers,
    Chris

    Please report this problem to Oracle Support. This is not normal behaviour.

  • Sub Tabs not displaying correctly

    We are having the following problem with a 10g install.
    A page group has been created. A custom style for the page group has been associated with the page group.
    The style has been edited - tab properties. Custom colors and fonts have been allocated to the active and inactive tabs.
    At the top level (i.e. level one of the tabs) everything works as expected. The tabs are correctly using the custom colors and font styles for both active and inactive tabs.
    The problem is with tabs below this top level (i.e. sub-tabs). The inactive tabs appear as they should. The active tab however is not using the correct font. The color however is correct. If I view page source I see that the tab in question is using <font class="SubTabBgTextid1siteidXX"> whereas the tabs that are working correctly use <font class="TabBackgroundTextid1siteidXX">.
    I notice that the other tabs on the same sublevel use the correct <font class="TabForegroundTextid1siteidXX"> style.
    So portal is using the class "SubTabBgTextid1siteidXX" whereas it should be using "TabBackgroundTextid1siteidXX".
    Please advise on how to change the properties for "SubTabBgTextid1siteidXX" as we cannot find anywhere other than the tabs general properties when editing the page style.

    This looks like a bug. I did some testing and found a potential issue with INACTIVE subtabs (specifically INACTIVE subtabs don't appear to pick up the Font Face and Font Style selections made as part of the style definition). For me, INACTIVE subtabs always seemed to render using a Arial, Helvetica Font Face and a bold Font Style (but seem to pick up the Font Size, Font Color, and Font Decoration settings). Is this what you are seeing?
    TOP LEVEL TABS
    Active Tab - TabForegroundTextidXXXXsiteidYY
    Inactive tab - TabBackgroundTextidXXXXsiteidYY
    SUBTABS
    Active Tab - TabForegroundTextidXXXXsiteidYY
    Inactive Tab - SubTabBgTextidXXXXsiteidYY

  • Will Apple be adding 3D tabs in Safari on the ipad 3? I am not crazy about how it's set up to use right now and would think if they put it on the iPhone they would on the ipad also.

    Has anyone heard if Apple will be adding 3D Tabs in Safari on the iPad 3? I am not crazy about the way it is set up right now.

    No.

  • How to find number of subtabs in the in the sub tab layout

    Hi,
    I have a sub tab layout region.In that, i am hiding some some sub tabs based on some condition.I want to know how many visible sub tabs that a sub tab layout presently have in all of my sub tab controllers.Please Help me in this.
    Thanks
    Satya

    Satya,
    OASubTabLayoutBean subTabLayout = (OASubTabLayoutBean)webBean.findChildRecursive("SubTabLayoutRN");
    if(subTabLayout!=null)
          System.out.println("Child :"+subTabLayout.getIndexedChildCount());
    }Regards,
    Gyan

  • Problem in adding of tab in MIGO

    hi all,
         I added one tab in MIGO at item details. i created one program and designed one screen. here i am calculating batch code based on screen fields . i need to update standard batch code field with my calculated batch code.  How to update field that is in different tab. Please suggest.
    Thanx & Regards
    Rami Reddy

    You have to contact iTunes Store Support about this.
    http://www.apple.com/support/itunes/contact/

  • Programmatic sub-tab navigation

    Use-case: I have a parent form (Tab 1), with 3 child tables (sub-tabs A, B and C). When the user makes specific changes in the parent form and saves, I want the application to automatically navigate them to sub-tab B or C (based on the results of some business rule validations).
    Is that possible? If so, can anyone direct me towards documentation (blogs/tutorials/docs/whatever) on how to do something like that?
    This is in JDev 11.1.1.4.

    Hi,
    if all is in the same page,bind in your bean the showDetailItems and PanelTabbed
    AdfFacesContext adfFacesContext = AdfFacesContext.getCurrentInstance();
    getYourShowDetailItem.setDisclosed(true);
    adfFacesContext.addPartialTarget(getYourPanelTab());

  • Adding custom tab in  T-code qmo1

    Is it poosible to add a new sub-tab in Complaint Data tab in T-Code qm01. The Complaint Data tab is a standard tab so is it possible to add a new sub-tab?
    Regards
    Vijju

    Hi,
    You can search my earlier post on the same req.
    Go to function group XQQM ,create the screen under screens tab number 0090. 
    Declare the screen fields under include tab ZXQQMTOP .
    Under the function module EXIT_SAPMIWO0_008 write the code for updation of custom fields to the structure  viqmel.
    Under PAI create a module for capturing the screen field values
    For QM02 and QM03use EXIT_SAPMIWO0_008 for display of the screen field values.
    Under the PBO of the screen create a module for fields to be in display mode.
    Thanks,
    Shailaja Ainala.

  • How to add Sub Tabs to Admin Interface under Account Tab.

    Guys,
    Is there way to add sub tabs to Accounts Tab in admin interface.
    Regards,
    Vinod

    It can be done -
    The necessary java code to achieve this needs to be put in the file: includes/bodyStart.jsp above the line that creates the navigation bar:
    <% String navBar = p.getMainNavigation();
    For example, let's say we want to add a new tab that gives us a shortcut to the debug/session pages, and a sub-tab below it that lists all configuration objects in the repository. Here's the code for it:
    // Add a tab..
    com.waveset.ui.PageNavigation DEBUG_PAGE = new com.waveset.ui.PageNavigation("Debug", "debug/session.jsp", 0);
    DEBUG_PAGE.setRequiredPerms(new com.waveset.object.Permission[] { new com.waveset.object.Permission(com.waveset.object.Type.SYSTEM, com.waveset.object.Right.VIEW, true) });
    p.addPage(DEBUG_PAGE);
    // Add a sub-tab..
    String urlDebugListConfiguration = "debug/List_Objects.jsp?List_Objects_Type=Configuration";
    if (! DEBUG_PAGE.containsSubPage(urlDebugListConfiguration) ) {
    com.waveset.ui.PageNavigation DEBUG_LIST_CONF_PAGE = new com.waveset.ui.PageNavigation("List Configuration", urlDebugListConfiguration, 0);
    DEBUG_LIST_CONF_PAGE.setRequiredPerms(new com.waveset.object.Permission[] { new com.waveset.object.Permission(com.waveset.object.Type.CONFIGURATION, com.waveset.object.Right.VIEW, true)});
    DEBUG_PAGE.addSubPage(DEBUG_LIST_CONF_PAGE);
    As seen above, appropriate rights can be coded to limit the visibility of these tabs to administrators with certain capabilities. For a complete list of rights, refer to the IDM documentation and the java-docs for com.waveset.object.Type and com.waveset.object.Right.

Maybe you are looking for

  • Screen dimming

    hey, i'm going to hook my macbook to my HDTV via the DVI adapter and then HDMI to the TV. My question is this: My Macbook has a screen dimming function, whether it's plugged into a wall socket or not after a short time of no operation the screen goes

  • Empty-Message Handling is not working in receievr File Adapter

    Hi All, I have selected "Empty-Message Handling" = 'Ignore'in Receiver File adapter, but still empty files are creating in target directory. Message mapping generates output based on the conditon, if the condition is 'false' mapping will generate emp

  • Could I get my iPad replaced for free?

    iPad 2 help

  • New K7N2 Delta MB shuts down installing Wxp & Wme SOLVED !

    OK I'm about to go kick the dog   I have been reading all sorts of stuff on this board and posted a few times in other people threads. Now it is time to start clean with my problem and look for help from the MSI Gods of wisdom I had a system I built

  • Drop down menu changing values in a form

    i have four different sites i would like to search by entering the search criteria from my page. when they type their search into the text box and hit submit, it would open a new window, to the site they searched, displaying the results. i can accomp