Subtab Layout

I have a Subtab layout with 3 sub tabs.
in the second tab i want to call a JSP page.
How to find which tab is clicked when and how to include JSP page in the corresponding sub tab region when the second tab is clicked.
Thanks

Hi Anil
i am getting the selected tab by the method getSelectedIndex() of subtablayout.
and getting the corresponding link
int tab=sub.getSelectedIndex(pageContext);
if(tab==1)
OALinkBean link=(OALinkBean)webBean.findChildRecursive("item2");
link.setDestination("D:/NewJdev/jdev9/jdevhome/jdev/myhtml/OA_HTML/Order.jsp");
but i am not able to redirect to jsp page.
It is simply displaying the region bounded to the link.
Pls help how to redirect to jsp.
Thanks

Similar Messages

  • Personalization: Add  additional tab in a Subtab layout

    Hi,
    I've a seeded page which have a Subtab layout showing 6 tabs.
    Now I want to add a new tab to show my custom region.
    Using Personalization, I'm able to add a region[stack layout] under the subtab layout and add a link under subtab bar.. But the link is not visible. If I remove the region [stack layout] from the subtab, the link is visible.
    Can anyone knows, why it happens ???

    Guna,
    Did you export the file, alter it, and import it again? Bellow is the application navigation path that is used to import/export the file.
    Functional Administrator -> Personalization -> Import/Export
    --Marcelo                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Subtab layout Question

    Hi,
    i have a subtab layout and there are 2 subtab A and B. Both contain Advance table with each table holding a seprate vo's VO1 and VO2. These vos are not associated with any EO.
    There will be always records in these 2 sub tabs and user will update the few record.
    My job is to read the all the updated records of VO and then use Pl/sql to update in datbase.
    ISSUE.
    Now i am facing a problem . In subtab A if i updates already queried rows and move to subtab B and then comeback to A again , all the updated values in the Subtab is lost, becuase it class the processrequest and requery the view again.
    How to solve this probelm ?
    1) Do we ask to save teh data to move betweek sub tab ?
    2) do not query again if it is already quries.
    What is the based approch ?
    thx

    You can handle this sub-tab navigation logic at a much higher level than letting your processRequest call the AM's init method that should not query the VO when the VO's isPreparedForExecution method returns true.
    One approach would be to add an event called 'Init' which should be set when the page is invoked the first time, and to add the condition in the 'processRequest' to ensure that the AM's init method that queries the VO is called only when this event is set. This will ensure that VOs are not re-queried when the 'Init' event is not be set for e.g. on sub-tab navigation, and this also gives you the control to re-initialize the AM simply setting the event 'Init'.

  • Issue of Popup with subTab Layout

    Hi folks,
    I have a requirement to implement a popup which will have three tabs in the popup region. I create a button to trigger the popup and use subTab layout for tabs in the popup region. But the issue is when I click the button, it does not show tabs and the tabs look like a table in the popup region. Please let us know how to implement tabs in the popup region. Any help will be greatly appreciate.

    Hi
    Your POP should also be an OAF page. You create subTab in POPUP page as you create in any other page.
    If you are not sure how to work with subTabs please check documentations
    Regards
    Shobhit S

  • Need to use SubTab Layout

    Hi folks,
    We needs to use a subtab layout in a page and in that few of the subtab may contain external region.So tabs are not rendered correctly.Is there any limitation for subtab while external region are connected to it.Kindly guide us to proceed
    Thanks in Advance

    And you will have to be physically in the UK, if you are referring to that iTunes Store. You cannot use any iTunes Store from outside of its country.
    If you mean that you wish the French iTunes Store to appear in English, sorry, but that's not possible.
    Regards.

  • Disable a Sub-Tab in a SubTab Layout Reagion

    Hi OAF Gurus,
    I have a page having sub-tab layout RN. Based on certain condition we need to disable (render but not clickable) some sub tabs.
    (____subtab1______ (__subtab2 (made read Only)_____ (___subtab3_______
    So the user can now navigate to subtab1 and subtab3 but he/she cannot click on subtab2
    The Sub tab regions do not have "Read Only" property defined in JRAD(where I thought to put a SPEL) nor I could find any API to do it via code. May be I missed something.
    Please help me achieve this.
    Thanks
    Chaitanya

    Chaitanya,
    Set the render property of the container region inside the required subtab to false. The subtab header name is a link by default, hence you can't stop it from being clickable or have a look at javadoc to see if some api exists.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Look Ahead Lov dosen't work for SubTab layout

    Hi,
    I have developed a custom page which can have multiple tabs.
    When there is only one tab, everything works fine. Now when i try to copy a bid , which opens a new tab, and try to enter a valid value in the LOV field. I get a message saying 'Unable to fetch results. Please invoke the LOV window for search results'.
    One more Observation here is , when an invalid item is entered and tabbed out, the Lov window should open up automatically. Which doesn’t happen for the second tab. Everything works fine when there is only one tab.
    Please assist on this issue.
    Thanks
    AG

    same problem here. Has there been any update on how to fix it?

  • Reg subTab layout rendering

    Hi ,
    Like table do we any function isPreparedforRendering() in subTablayout.
    Thanks

    user591670 ,
    Just verify the flow in process request by putting some debugging comments, is the line subTabLayout.setSelectedIndex(pageContext,0); called everytime, on press of clear search button.
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • "Save Search" button displays above SubTab region for QueryRN

    I've created a subTab layout and on the first tab, a QueryRN with resultsBasedSaearch, I've enabled simple, views, and advanced panels. The QueryRN is on the first tab, I have other details on the subsequent tabs.
    The "Save Search" button displays above the subTab bean. This means that when I navigate to another subTab, I still see "Save Search".
    Can I move this button declaratively? or do I need to show and hide it with controller code?
    thank you,
    Jerry.

    hmm. the other tabs do not have query beans. It seems this button defaults to a page level button even though I do not have a page level button layout. btw, I'm using the OASubTabBarBean declaratively.
    --Jerry.                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Need to copy a custom field from sales order to billing document

    Hi All,
    I have a requirement, I need to add a new field in the sales order header part and even a field in the billing document, once i add this field up in both the documents in the header part i need to create a copy routine using the VOFM tran, can any body help me on what's the procedure to add a field in billing document and does the copy routine transfer the data ( Custom Field ) from Sales Order to the Billing Document, if yes can somebody help me with the procedure on how to and code of it.
    solved it myself ....
    Regards.
    Message was edited by: seshi
            seshi

    Hello,
    Regarding item 1, is it in the region of the global links (ie logout, home, preferences, etc.)? If not, have you tried creating a link via personalizations to the region you wish to have the link displayed (item type = link, destination = fully qualified name of your .xml page/region?
    Regarding item 2, you may have to create the custom subtab programatically using the controller for the region of the current subtab layout.
    Regarding item 3, you can also add a submit button to the page button bar region via personalizations. You can then add any logic you want to the button in the controller for the page.
    Hope this helps.

  • URGENT: Substitution Problem when deployed in Server

    Hello:
    I am facing a strange problem in student system self-service application customization in oxford university.
    I have create a new XxigsPersProgAttemptVO extending PersProgAttemptVO and done the substitution. When run the the page though JDev it was showing the substituted values.
    I have deployed the JPX and VO xml, classes into the server.
    and bounced the apache.
    When i run the application it's throwing following error
    oracle.apps.fnd.framework.OAException: oracle.jbo.NoDefException: JBO-25002: Definition AttendanceTypeDesc of type Attribute not found
    When i view the About this page Business components list, i couldn't find XxigsPersProgAttemptVO VO object.
    But when i run the same page through JDEV, it's shows me my custom VO and substituded VO and extended EO.
    which was right and page was working fine.
    and when i run
    jdr_utils.PRINTDOCUMENT('/oracle/apps/igs/person/components/server/customizations/site/0/PersProgAttemptVO',1000);
    it's showed me
    .........RESULT:
    <?xml version='1.0' encoding='UTF-8'?>
    <customization xmlns="http://xmlns.oracle.com/jrad" xmlns:ui="http://xmlns.oracle.com/uix/ui" xmlns:oa="http://xmlns.oracle.com/oa" xmlns:user="http://xmlns.oracle.com/user" version="9.0.3.8.13_1550" xml:lang="en-US" customizes="/oracle/apps/igs/person/components/server/PersProgAttemptVO">
    <replace with="/oracle/apps/xxigs/person/components/server/XxigsPersProgAttemptVO"/>
    </customization>
    which was also right
    then why i am getting the error in server and why the substitution is not taking in server.
    Can any one help me in this regard pls?
    Many Thanks in advance
    Thanks and Regards,
    Gupta

    just want to add few things
    I am substituting the VO which was used in subtab
    I just found an article in Metalink for the similar issue and found as a bug in OAPageBean.java.
    Metalink Doc ID: 418682.1
    Symptoms
    In Oracle Applications 11i, after extending any framework page by doing VO (View Object) substitution for any VO that is found in subtab in any region in the page either by adding a new attribute to the VO or changing any clause in the VO query such as adding condition for the WHERE clause.
    Then deploying the extension to the server successfully, and after that going to the extended page to check the substitution by pressing on (About this page) , and the result will be that you will be not able to see the new substituted VOs.
    Or in case of adding a new attribute to the VO, you will get a framework exception saying that the "new attribute" is not found.
    Cause
    This is caused by the following INTERNAL bug that is not published through Metalink to customers, and it is reported on R12 and backported to R11i :
    Bug 4970554 - VO SUBSTITUTION NOT WORKING
    Which say that: any substituted View Object used inside a SubTab Layout is not working because of a defect in the code of file (OAPageBean.java) for any version prior to (115.545.115104.3) in Oracle Applications 11i
    Please let me know if you have any ideas
    Thanks and Regards,
    Gupta

  • Tab Pages in OAF .pleas help urgent !!!!!!!!!!!!!!!!!!!!!!!!!!

    Hi,
    I have a requirement in my project, where in i select a customer from a list of values and tehn click the go button.
    this will list the records in a subtab layout which has a table layout in which the valeus are displayed.user can edit existing record or create a new record.i will be using an oracle api when clicked on save button to save the changes in the base tables.
    my queries:
    if i click on add: a new row should be added to the table.i would like to know how can this be done.
    if i click on save: i should be able to know , i am in which tab so that i can pass the appropriate values to the api.
    i would like to the tab region name.
    please do help me.its urgent !!!!!!!!!!!!!!!
    thanks
    Ramya

    Ramya,
    Go the ADD Rows section in Advance table topic in the developer guide -- for adding new row in the table.
    to know the tab -- use oapagecontext.getFunctionId()
    thanks,
    Kumar

  • Sub tab refresh

    Hi,
    I have added new tab to seeded page in Sourcing module. In Quote RFQ page, there are two tabs Headers and Lines, I added new tab Capability.
    This new tab should display the RFQ lines which are not quoted ie for which price is null or zero. If a line is not quoted in Lines tab, it should be
    displayed in Capability tab to capture the reason for not quoting.
    Headers, Lines are Stack Layout regions in SubTabLayout Region. Through personaliztion I have added new stack layout region Capable to Subtab layout region, now capable tab displayed next to Lines tab.
    I am not getting how capable tab will be refreshed when toggling between tabs and there is change in lines tab. Both StackLayour and Table layoug which Capability tab is having,
    do no have fire action.
    Please advice me how to resolve this new tab refresh issue ?
    Thanks,
    Sunitha

    My question is still unanswered, could any help me please ...

  • Quick Links to HideShows

    uix 2.2.3;jdev1012; toplink1013
    Hi All,
         In our application, the details page has a dropdown list [Range 10] within subtab layout. By selectiong the element in the dropdown list and clicking on go, displays the results in a table.
    In the new design, we want to change the drop down list elements to the quicklinks and all the result tables with in hideshows.
    Few Questions:
         1. Can we have quicklinks within the subtab layout?
    2. Can we have quicklinks to hideshowsn instead of headers.
    3. We have created the dropdown list dynamically from the model (UI model -> Create Binding -> Lov List)
    can this be converted to hideshows?
    I wanted to know if this design is feasible to implement? I appreciate if you can give me any hints/samples.

    uix 2.2.3;jdev1012; toplink1013
    Hi All,
    In our application, the details page has a dropdown
    n list [Range 10] within subtab layout. By selectiong
    the element in the dropdown list and clicking on go,
    displays the results in a table.
    In the new design, we want to change the drop down
    list elements to the quicklinks and all the result
    tables with in hideshows.
    Few Questions:
         1. Can we have quicklinks within the subtab layout?
    2. Can we have quicklinks to hideshowsn
    deshowsn instead of headers.
    3. We have created the dropdown list
    own list dynamically from the model (UI model ->
    Create Binding -> Lov List)
    can this be converted to hideshows?
    I wanted to know if this design is feasible to
    implement? I appreciate if you can give me any
    hints/samples.Reposting

  • Master advance table with two detail advanced tables

    Hi All,
    I have this in mind..please let me know if that is possible.
    I want to have two detail advanced tables within a master advance table.
    The two detail advance tables will be wrapped in a subtab layout.
    My questions are:
    Can a master table have two details tables?
    Can a advance table have two inner advance tables?
    Your help or ideas would be valuable to me.
    Thank you,
    Arun

    Hi OAF Gurus
    I just want to know whether this is possible or not.
    I have created two view links and three view objects
    Table in Table in Table
    Table1--> Table2 --> Table3
    One problem i am facing when i click on Show link of Table1,it displays details of Table2 and when i click Show link of Table2,it displays details of Table3.
    but when i click on Hide of Table1, it says
    oracle.jbo.NoDefException: JBO-25002: Definition <Table3 View Object> of type Attribute not found
    Could you please anybody throw some pointers on this?
    Thanks
    Hitesh

Maybe you are looking for

  • A TwoWay or OneWayToSource binding error:

    I got an exception which is "A TwoWay or OneWayToSource binding cannot work on the read-only property 'OrderDate' of type '<>f__AnonymousType0`3." The xaml code: <Window x:Class="OrderEntryProjectWPF.MainWindow" xmlns="http://schemas.microsoft.com/wi

  • Trivial I know, but why no backspace key?

    This my first Apple computer. So far I prefer to use the MacBook than my Dell desktop. One annoyance: WHY DID THEY DESIGN THIS WITHOUT A BACKSPACE KEY??? I would rid the x-tra "enter" and "apple logo"key in favor of a backspace. Now you can get back

  • Movies Cut Off on Screen

    Hey all - I have an 80 GB Ipod classic with movie play capability. I downloaded a few movies from the Itunes store (Crash, to be specific) and the edges of the movie are cut off on my IPOD screen - doesn't matter if it's on standard or widescreen mod

  • Vendor post dated cheques process

    Dear all my client wants to track post dated checks in sap where we configure in pdc process i search in sdn some body is saying sap is not provided standard pdc process please advice us. Thanking you kranthi

  • Auto-sleep won't work when web pages auto-refresh

    Dear Apple, Around 4 years ago, I noticed that my computer stopped going to sleep. I first noticed it shortly after adopting Gmail for my email platform and was subsequently able to isolate the issue down to Gmail and other websites, such as Huffingt