Tab Page Navigation Issue

I've two tab page tab1 and tab2.
tab2 contains three tab page tabA,tabB and tabC.
In tab1 i've a commadButton.
Now, if i click on this commandButton then i want to go into tabB which is inside of tab2.
Please give any idea how can i navigate in tab2

Hi puthanampatti,
Thanks for your reply.
Here sdi3 means showDetailItem3. I've tried but one error is raised.
Error is : identifier sdi3 not found.
My java code is:
public String showTab() {
sdi3.setDisclosed(Boolean.TRUE);
AdfFacesContext.getCurrentInstance().addPartialTarget(sdi3);
return null;
i've a showDetailItem(Tab Page) which id is sdi3.
But error raised.
How to write it and solve it?

Similar Messages

  • 11g Forms Tab-Page Navigation

    I am using Forms 11g on Solaris.
    A main navigator form opens another form which has a content canvas, tab-page canvas and (3) stacked canvases.
    The problem I am having is with tab-page navigation.     CTRL+TAB ( next ) and CTRL+SHIFT+TAB ( previous )
    As long as I do not initiate navigation from an item on a stacked canvas, navigation is as expected ( between tab pages only ).
    However, navigating from an item within a stacked canvas causes navigation to the parent form.
    Repeating the tab navigation keys from the parent form returns to the called form.
    Note that both key-combinations simply toggle back and forth.
    I have found no documentation on tab-page navigation so any help / insight is greatly appreciated !
    Mike

    Hi Soofi !
    Changing block order in the called form does not affect the navigation between tab pages.
    Note in my question that the resulting undesired navigation is to and from the calling form ( which only has one block ).
    Navigation between items and blocks works as expected.
    To reiterate -
         The only navigation that fails is when I attempt to CTRL+TAB or CTRL+SHIFT+TAB to another tab page from within an item on a stacked canvas.
         Attempting this navigation results in moving the cursor focus to the calling form.
         Repeating the attempt from the calling form moves back to the called form.
         None of your methods mention navigation between forms .
    Thanks for your interest.

  • Regarding page-navigation issue:

    Hi,
    In our project front page we are having some 10 forms and some 50 buttons. In the page navigation session i could be able to see only the first 11 buttons. how could i give link from other buttons to other page as those things are not visible on that page.
    and also our project is somewhat big(some 1500 files) having 1 page navigation file. it is something difficult for us to identiffy the page for link . is there any solution to reduce this complexity?.
    one more thing , where can i find components like tabbedpane , messagepane , menus to include in the pages . as
    i like to add as third party . It does not avail in standard jsf components yet.

    Hi,
    I am having a similar issue with page navigation. I have lot of hyperlinks and buttons on one page, but when you open the page in page navigation, the view of all the links is limited and the page does not get the vertical scroll bar.
    From previous forums on this issue I gathered that this is a known problem for a long time and the developers are working on it for almost two years.
    Please let us know when this issue is likely to be fixed.
    Thank you in advance for your reply
    Regards,
    Rajiv

  • Tab Page Navigation Problem???

    Hi All:
    I am facing problem with tab page. when I save some record at the last tab then it moves towards its previous tab page. May be navigation becomes wrong.Record is saved. What would be the solution? Can anyody tell me. Thanks
    Ali

    Just two wonders...:
    1) Are the blocks ordered in the Object Navigator ... as they appear in the tabs of your tab canvas...????
    2) Is there in the 'save trigger' or in other place (which take place in the save process) a "go_item(<itemname_of_the_previous_tab>)" or "go_block(<block_resides_in_the_previous_tab>)"...????
    Greetings....
    Sim

  • Tab page location issue

    I have a form where I have one canvas and 3 tab pages on that canvas.
    This is working very very poorly. What can I do to correct it?
    the problem is that some of the tab pages are very very wide and some are
    very very long. So if a person is in the hinterland on tab pageA and they
    switch to tab pageB they are potentially at a lousy location where there is
    nothing visible. And vice-versa if they go back to some other tab page they
    may end up in a terrible place. There seems to only be one "place" where
    the view is located and not a "place" for each tab page. Is there any way
    around this? What should I do to correct this? I don't have to have tabs but
    I need some way for the users to select portions of the form.

    thanks but I don't understand what you mean.
    I didn't come from programming html btw but rather forms6i where tab pages
    were really really buggy so I didn't use them. And now I'm finding a reason
    to not use them in 10. I like the idea of the user switching between tab pages
    but what's a better way to do this than tab pages?

  • Tab pages - Navigation Problem

    Hi,
    What key I should use, if I want to navigate to other blocks in the same tab page.
    Thanks
    KC
    null

    I had this same problem. I created a TAR on Metalink about it and Oracle's response to me was to see Note#1016812.4 "KEY-NXTBLK AND KEY-PRVBLK DO NOT FIRE ON TAB PAGE".
    Basically, those triggers perform differently for tab pages.
    Solution Description:
    =====================
    The KEY-NXTBLK and KEY-PRVBLK triggers are re-defined to mean "Next Tab Page" and "Previous Tab Page" when on a tab page.
    However, you can put calls GO_ITEM or GO_BLOCK into a WHEN-TAB-PAGE-CHANGED
    trigger instead of the KEY-NXTBLK and KEY-PRVBLK triggers. This way, when
    Forms thinks you want to change tab pages, you can change blocks.
    Solution Explanation:
    =====================
    The KEY-NXTBLK and KEY-PRVBLK triggers were redefined to be consistent
    with the Microsoft standard for tab sheets.
    null

  • Tab page navigation

    Hello,
    I am using Jdeveloper Studio Edition Version 11.1.1.1.0
    I want to navigate between tab pages. In my form there are three tab pages. From the first tab page i want to go to other tab pages conditionally.
    If user enters 2 into a text field and click on a button then cursor will go the 2nd tab page. If user enters 3 into a text field and click on a button then cursor will go the third tab page. Please help me.
    Thanks

    Hi,
    tab pages have a a disclosed attribute in their showDetailItem component
    http://adfui.us.oracle.com/projects/adf.faces/multiproject/adf-richclient-api/tagdoc/af_showDetailItem.html
    If you use EL to reference a managed bean and then return true/false dependent on what the user typed into the field, then after partially refreshing the panelTab component, you should see the switch in the component tab
    Frank

  • Tab page navigating

    Hi!
    I have a canvas wich consist of four tab pages. Each tab page has a datablock. When the user clicks a tab, the cursor should be set in the datablock of the tab page. Any suggestions how to implement this?
    My problem is that I have not found a function that returns the active(the one that is visible to the user) tab page.
    Regards,
    Morten

    I think that you can use When-Tab-Page-Changed trigger on form level. In this trigger you can test :SYSTEM.TAB_NEW_PAGE variable.
    IF :SYSTEM.TAB_NEW_PAGE = ... THEN
    GO_BLOCK(...);
    END IF;

  • Page navigation issues

    I am not able to move to next page in the ebooks adobe digital version - tried in both version 2 & 3 - please help
    I have to go to the main topic of content tab & then click on any topic - again It will not let me scroll furhter down than what i can see on the screen

    Hi John,
    This will happen if the objects being used to view reports are stored in session variables.  If the objects aren't cleared out, then as long as the session is valid, you will get issues like this.
    So to fix this, you will probably need to do the following:
    1. Figure out what objects are being stored in session, and what names are given to them.  Some standard session variables are:
    oClientDoc
    ReportName
    oEMF
    These are all used in rptserver.asp as well
    2. Make sure that you are either clearing out those variables or using differently named ones when you try to view multiple reports.  Or a common tactic is to use arrays and pass the array index as part of the query string.
    In any case, you will probably need to modify rptserver.asp for this to succeed.
    Shawn

  • Page navigation issue

    HI ,
    We have custom applicaton with 4 OA Train Links and and in 3 rd Link we have added Managed Attachment Button( submit Button using personalization ( that is extending
    /oracle/apps/ak/ucm/axf/webui/ManagedAttachmentButtonRN )
    On Clicking Managed Attachment button it open external application( UCM application) following sequence as  -
    CO behind manage attachment gather information from custom schema where to redirect  and opens external page , with retain AM = true
    Now when we click on Next button without managed attachment button being called it works fine that is UCM application opens  but once Managed attachment button is presssed , on clicking Next  button in OA train it gives following error -
    You cannot complete this task because one of the following
    events caused a loss of page data:
    You accessed this page using the browser's navigation buttons (the browser
    Back button, for example).
    Your login session has expired.
    A system failure has occurred.
    On investigating further AM context of Our custom application is lost , over ridden by AM behind Managed attachment though retainAM = true. how can we stop this ?
    Also I see everytime transaction_id is associated in browser URL every time we navigate from one OAF to another but after clicking manage attachment button this transaction id changes which causes this issue.
    How to hold this transaction id so that even new application is opened transaction id is not lost or in other words AM retain should,be honored
    Please advice.
    Thanks ,
    Ashish

    What's going on in BlankPage1 that might cause this?
    Matt Small - Microsoft Escalation Engineer - Forum Moderator
    If my reply answers your question, please mark this post as answered.
    NOTE: If I ask for code, please provide something that I can drop directly into a project and run (including XAML), or an actual application project. I'm trying to help a lot of people, so I don't have time to figure out weird snippets with undefined
    objects and unknown namespaces.

  • Pull tab menu navigation issue

    I've been running into some issues within pull tabs. It’s currently being used for the navigation within the folio (see attached PNGs).
    There seems to be a .125 second to even a .5 second delay on the interactivity with the buttons. The rate at which they respond is reacting differently each time they're touched but all are approximately within the interval .125 - .5 seconds. The navigation itself is a PNG and the interactivity is implemented through 8 rectangle frames converted into button forms placed over the top of their associated buttons. Have you ever heard of someone experiences issues concerning usability when converting frames into button forms?
    I’m thinking that it’s got to be something to do with DPS not being able to respond to the created button forms appropriately or it’s a bug within the pull tab that delays button sensitivity implementing the lag when the user initiates it's action.
    Any help on this would be greatly appreciated!

    My apologies, that portion was copied from an email I sent to a colleague regarding the matter.
    I always convert no fill/stroke frames to buttons on top of the artwork - not the artwork itself. My co-worker who's been working with DPS for years does it differently. Wanted to confirm that.
    Still having issues on response time..

  • Publish Navigation Bar Entries - page navigation issue

    I have created Navigation Bar entries in a master application and have created them in a secondary application using 'Copy and Subscribe'.
    I changed my entries in the master application and I wanted to republish them.
    Breadcrumb region is currently: Shared Components>Navigation Bar Entries>Edit
    Click on 'Publish NavBar' button and page navigates to "Confirm Publish Navigation Bar", breadcrumb changes to: Shared Components>Templates>Confirm Publish Template
    Click on 'Refresh All'.
    Page now navigates to the "Templates" page. Breadcrumb is Shared Components>Templates.
    I now have to navigate back to the Navigation Bar Entries section to publish my next entry.
    Regards,
    Jon

    Fateh,
    My Navigation Bar Entry has:
    <a href="#LINK#" class="t13NavLink">#TEXT#
    <img src="#IMAGE#" height="#HEIGHT#" width="#WIDTH#" title="#ALT#" />
    </a>My navigation bar has:
    #WORKSPACE_IMAGES#logout.pngJeff

  • Tab control navigation issue

    I am wondering if this is a bug in the tab control and/or if there's a way to get it to work right that I don't know about. See attached example.
    Attachments:
    tab_control_problem.vi ‏25 KB

    I created a new tab control in LV7.1 and that little button does not work for me either. The control seems very querky when I play around with the settings.
    - tbob
    Inventor of the WORM Global

  • Tabs in navigation page (Tabs persistance problem)

    Hello all,
    I'm looking for a workaround of tab persistence (the problem in post URGENT! TAB + Folder navigation Problem )
    ; is it possible, somehow, to make a navigation page with tabs, and in those tabs some kind of auto-redirection to the actual pages ? Or any other way using tabs? I just want to avoid image-map style navigation. This tab persistance feature is sooo anoying...
    Please help

    Hello
    I gave it up using tabs for navigation issue. There are too many problems with that. Now I'm using URL-items within navigation pages and that works fine...
    Cheers,
    Chrigel

  • JSF Page Navigation from Tab to another page and back to tab

    I have a Page with tabs and a button in each of those presenting a Table and "Create Button"
    I would like to go to a new page and come back to the same active tab.
    How do I set the page navigation properties?
    Right now I am in
    Page1(Tab3) Button click-> page2(Create)->Page1 is showing a wrong active tab.
    Can we tell page navigation to go activate a tab it came from?
    Message was edited by:
    spattabiraman

    Hello, maybe if u declare a sessionbean variable as string, in the page u want to open thew tab, in init() you must call the session bean withh the name of the tab u are calling, for example:
    getSessionBean1().setSeltab("tab1");
    i hope it can help
    Beltazor

Maybe you are looking for