Best approach -Tabs based ADF Tree left side navigation with Dynamic Regions with out UI Shell

Hi,
Somebody can help for the best approach to implement the following requirement.
Req: When the user select the ADF Tree left side navigation menu, each menu will open as multiple tabs(Dynamic Tabs) in right side content area with out UI Shell Template.
I completed the
Step-1: From the Model project, I can able to render ADF Tree in the using view and view links. I can get the adf tree which is having 3 menu items. Each menu item having 2 sub menu's.
I took each menu item as one(1) taskflow, each taskflow will have two(2) fragments.
Total I have 3 task flows as Menu Items and 6 fragments for sub menu's.
Step-2:  My question is How do I implement Tab based the ADF tree navigation (left side area to dynamic regions in content area) through dynamic regions? Please provide the steps in view layers.

Than ks for your response.
This is working fine for ADF Tree navigation with dynamic regions if the taskflow having only one fragment. if the taskflow having more than one fragments, this will not work. The following conditions are always satisfies one page fragment of either "employees" or "departments" task flow.  If the "employees" task flow have 2 page fragments, it's not work even you pass parameters through routers.
public TaskFlowId getDynamicTaskFlowId() {
if (currentTaskFlowID == null ||
currentTaskFlowID.equalsIgnoreCase(“employees”)) {
return TaskFlowId.parse(employeetaskFlowId);
if (currentTaskFlowID != null &&
currentTaskFlowID.equalsIgnoreCase(“departments”)) {
return TaskFlowId.parse(departmetaskFlowId);
return TaskFlowId.parse(employeetaskFlowId);
My question is "Same use case with Dynamic Tabs" when the user click on any adf tree node.

Similar Messages

  • Best way of having left-side navigation menu?

    Hello Folks,
    I'm interested in developing an application using JSP and the design requirement is that it should have a left-side navigation menu. Is there an Oracle recommended way of doing this or should I resort to using DHTML? In addition, please let me know if you have any suggestions.
    Thanks!

    You have two parts in your question: left side navigation menu;
    You can define and use templates (HTML Templates) for your Pages in the Portal to structure your pages, such that Navigation or navigational tools can be placed on the page wherever you like. That is for the positioning of the navigational tools.
    To define your navigational tools (menus, for eg), you may still use DHTML and/or a combination of other methods.
    hope that helps!
    AMN

  • Portal left side navigation proble

    Dear All,
    I am facing one strange problem in portal left side navigation. I am having 18 pages in left side navigation panel those pages are appearing when i typed portal url with host name. If i typed portal url with IP address 18 pages are not visible but the first appliction which is default is loading loading.
    I dont know why pages are not loading
    Can any one help me out for this issue its URGENT.
    Regards
    Suresh

    If your portal server IP Address is say 1.2.3.4 and the port no. is 50000
    you are right now accessing portal through http://1.2.3.4:50000/irj
    Now what you need to do is
    go to run command type drivers. When it opens go to etc folder. then hosts file
    there make an entry like
    1.2.3.4 epdev
    now you can access the portal through http://epdev:50000/irj
    Hope this helps!
    Regards
    Atul Shrivastava

  • How to remove Left side navigation on Portal screen

    Hi Friends,
    I want create Role, workstation and IView. Means I dont want left side links so, I created Role, Workstation and IView but on portal screen leftside navigation also coming, could you please help in this.
    Regards,
    Lakshmi Prasad.

    Lakshmi,
    You have do some modification on desktop framework page.
    Please follow these procedure :-
    Content admin -> portal content -> Navigate & Open  default Framework page ->
    select the check box "Desktop inner page" -> Press Open -> Select the check box in the Visibible column against "Content Area" (uncheck the remaining checkboxes for others in Desktop inner page) -> save -> logout and login to portal
    Ram

  • Turning the left side navigation on and off dynamically

    I need to have the navigation on the left side turn on and off pending what community the current user is it. I can do this (kind of) by creating a class implementing NavigationCommonVerticalView and IView. My over riding methods check the community ID and return null need be.
    The problem is that whatever class is calling this still creates a table cell with a width of 200 for the navigation bar wether it is there or not. I imagine I can fix this one of two ways.
    1 - Set the cell width to be 0 all the time. When there is content the browser should force this to be expanded. I however can not find this setting anywhere
    2 - Override the class that calls my NavigationCommonVerticalView class. Hopefully this will provide a mechanism to turn that cell of completely. However I have not determined what class this. I thought it might be "com.plumtree.portalpages.browsing.myportal.myPortal" by when I try to override this class, I can not get it to load at startup by adding it to the customActivitySpaces.xml file.
    Please help.

    Hi Jeff,
    Unfortunately, there is currently no setting to allow you to set the cell width.
    In our next release there is a setting available in NavigationSettings.xml. Also, the page checks to see if the value returned from the Display method of your View is null before inserting a cell for the View's content.
    The only thing that you could do before the next release would be to override com.plumtree.portalpages.common.uiparts.PlumtreeDP. I hesitate to suggest doing this because PlumtreeDP controls the display of almost all pages in the portal.

  • Performance Issue : Why does ADF Taskflow Portlet (JSF bridge portlet) loading ADF Specific images, css, js everytime from portlet producer with dynamic URL with portlet_id and context parameters?

    Hi All,
    We have used WSRP Portlet in Webcenter Portal Page. The Portlet is created using JSF Bridge out of ADF Bounded Taskflow.
    It is causing Performance issue. Every time static content like js, css and images URLs are downloaded  and the URL contain portlet_id and few other dynamic parameters like resource_id, client_id etc.
    We are not able to cache these static content as these contains dynamic URL. This ADF Specific  images, js and css files  are taking longer time to load.
    Sample URL:
    /<PORTAL_CONTEXT>/resourceproxy/~.clientId~3D-1~26resourceId~3Dresource-url~25253Dhttp~2525253A~2525252F~2525252F<10.*.*.*>~2525253A7020~2525252FportletProdApp~2525252Fafr~2525252Fring_60.gif~26locale~3Den~26checksum~3D3e839bc581d5ce6858c88e7cb3f17d073c0091c7/ring_60.gif
    /<PORTAL_CONTEXT>/resourceproxy/~.clientId~3D-1~26resourceId~3Dresource-url~25253Dhttp~2525253A~2525252F~2525252F<10.*.*.*>~2525253A7020~2525252FportletProdApp~2525252Fafr~2525252Fpartition~2525252Fie~2525252Fn~2525252Fdefault~2525252Fopt~2525252Fimagelink-11.1.1.7.0-4251.js~26locale~3Den~26checksum~3Dd00da30a6bfc40b22f7be6d92d5400d107c41d12/imagelink-11.1.1.7.0-4251.js
    Technologies Used:
    Webcenter Portal PS6
    Jdeveloper 11.1.1.7
    Please suggest , how this performance issue can be resolved?
    Thanks.
    Regards,
    Digesh

    Strange...
    I can't reproduce this because i have issues with creating portlets... If i can solve this issue i will do some testing and see if i can reproduce the issue...
    Can you create a new producer with a single portlet that uses a simple taskflow and see if that works?
    Are you also using business components in the taskflows or something? You can try removing some parts of the taskflow and test if it works so you can identify the component(s) that causes the issues.

  • Moving Tab Strip to Left Side

    I would like to move the tab strip to the left side. I tried using a plug in to do this, but it only provided top or bottom support, no left or right side. Does Firefox support this directly?
    == This happened ==
    Every time Firefox opened
    == When I downloaded FireFox

    You want tabs on the left going down vertically, right?
    Try Tree Style Tabs: https://addons.mozilla.org/en-US/firefox/addon/5890/
    It also has some organization of tabs in a tree, as the name suggests. There might be other similar add-ons.
    But Firefox doesn't have that functionality out of the box.

  • ADF Pgaes with Dynamic Tab Shell not rendering in iPAD 1+

    Hi,
    We have used Oracle Dynamic Tab Shell templates to build our Dashboard page with multiple dynamic tabs.
    One year back when we initially created the main Dashboard with Dynamic Tab Shell and used UIShell API's to open new dynamic tab on click of command links in left hand side navigator. We started with Jdev 11.1.1.3 and we upgrade till Jdev 11.1.1.5.
    Now recent requirement is, we need to test our applications in Safari browser within iPAD(2.0). While testing we observed below issues.
    1) The JSPX page with Dynamic Tab Shell is keep showing "Loading..." We had to refresh the Safari browser twice to render the page.
    2) Any af:commandLink as part of the JSPX which has dynamic tab shell template, not working. We have bunch of links on left navigator and on click of each link will open a new dynamic tab(we use UIShell API) . Nothing happens on click of those af:commandLinks.
    3) We have "Home" and "Logout" links on top right corner. Nothing happening on click of those links too.
    All these like af:commandLinks and af:commandButtons working as expected when we have them in side a JSPX page w/o dynamic tab shell.
    Tested and observed same behavior both in iPAD 1.0 and newer version iPAD 2.0.
    We desperately need help on thin. Pls let us know, if i need to provide more details. Is there any specific configurations required to make it work in Jdev 11.1.1.5? At this point we can not upgrade our Env to 11.1.1.6 or 11.1.2 as we already have these Apps in Production and we should give the users flexibility to use it in iPAD.
    Please help!!
    Thanks!!
    Subba.

    Hi Jaun,
    Thanks your response.
    Yes- I have seen the support for iPAD and iOS are more enhanced it in 11.1.1.6 and later versions.
    But we already hosted our apps in Production which is currently 11.1.1.5. We have complex workflows designed in SOA suite too.
    Now, if we need to upgrade to 11.1.1.6, we need to basically do validate/test all our applications on new release and it cost us. CLient may not approve for upgrade as of now.
    Is there any guidance or way for customers like us who are on 11.1.1.5 version, to get the ADF features and support for iPAD or iOS? Kind of backward compatible patches kind of thing?
    Do we need to log a SR on ORACLE?
    Please suggest!!

  • What is the best approach to install BI statistics in SAP BI ?

    Hello All,
    what is the best approach to install BI statistics in SAP BI ?
    by collecting objects in standard BI content- 0TCT*objects or
    by executing some standard tcodes.
    Regards,
    Siva

    the best approach is based on version of your BW system follow up install steps in notes:
    BW 3.x:
    309955 - BW statistics - Questions, answers and errors
    BW 7.x
    934848 - Collective note: (FAQ) BI Administration CockpitBW 7.x
    Cheers,
    m./

  • Can we enable "Select record Set Message choice" of Table in left side

    Hi ,
    I have requirement to set the "Select Record Set " Message choice of a table region on left side.
    Ex:If there are more records in a table region and message choice available to select next set of records.
    You can chk in Workflow Status Monitor function.
    Its the Navigation Bar to be @ left side on the table Region whcih allows you to navigate the records set.
    Thanks,Sarath.
    Edited by: SarathL on Dec 13, 2011 4:59 PM

    Hi,
    Not sure what exactly you are looking for.
    The Next link and option to select next set of rows comes to your OA Table by default .. isn't it?
    -Idris

  • Looking for best approach to implement all ERP and CRM Analytics

    There is a scope to implement all the ERP Analytics (HR, Finance, SCM, Procurement & Spend, Project) and CRM Analytics (Sales, service, Marketing, Contact Center, Price, Loyalty ). Just want to know the best approach for impelmentation of both ERP and CRM analytics
    1- Work with two separate containers with separate execution plan for ERP and CRM
    2- Work with one container with one execution plan for both ERP and CRM
    3- Work with one container with separate execution plans for both ERP and CRM
    Also, Please let me know if there any standard document to achieve both the implementations simultaneously.
    Thanks!

    Answer, as always, is "it depends". Here is a list of things to consider w the 3 approaches you mentioned:
    1- Work with two separate containers with separate execution plan for ERP and CRM
    This is a good approach if you plan on a different frequency of ETL loads for each container or different timings. As long as the targets are the same and you run INCREMENTAL loads from both containers, then the refresh dates will be updated. This is usually a good idea if your ERP and CRM users have different timing and load requirements and do not want to "interfere" w each other. You will also have DATASOURCE NUM ID uniquely defined for each system so the data will be segregated. By default, each source system will have its own container
    2- Work with one container with one execution plan for both ERP and CRM
    This is good if you are ok w the same exact load time for both. Its a simple approach and all tables will be loaded at the same time to avoid any confusion.
    3- Work with one container with separate execution plans for both ERP and CRM
    Not sure what the advantage of this option versus keeping them in separate containers (like Option 1).
    I would also review the secion in the DAC guide for "MultiSource Execution Plans"
    if helpful, pls mark correct

  • Left side custom navigation

    Hi,
    We would like to add left side custom navigation in Oracle Webcenter Interaction (ALUI 6.5 version) portal pages. We know the portal offers us to add navigation at the top of the page by adding header. Is there a way we can add left side navigation coverting some space on the left the whole page?
    Thanks.

    Yep, it is definitely possible.
    Through code you have access to communities, pages, sub-communities and related communities.
    You need to create a portlet either remotely (.net/java) or through Publisher, code the navigation within it, then set your experience definition "Navigation Options" to "Portlet Ready Navigation" - but only change that once you are content with your portlet navigation as this will wipe out the out of the box nav and you might not be able to access certain things. I don't recommend changing this setting on your admin accounts experience definition out of safety.
    Let us know if there is anything in particular you are trying to do.
    I recently made a blog post about a new navigation that we are using. We replaced our combo of header and left column navigation with just header navigation and so far folks seem to prefer it. Here is the post:
    http://xuexideshengsuo.blogspot.com/2010/12/oracle-webcenter-interaction-page.html
    Here is some starter code that might help.
    This gets all of the communities a person has added (or that are mandatory) and adds them to the commmenu array.
    Then it loops through that array and spits out a link for each one.
    <pt:ptdata.mycommunitiesdata pt:id="commmenu"/>
    <pt:logic.foreach pt:data="commmenu" pt:var="element">
    <pt:core.html pt:tag="a" href="$element.url"><pt:logic.value pt:value="$element.title" /></pt:core.html>
    </pt:logic.foreach>
    This gets all of the pages a person has access to for the community they are currently on and then displays them.
    <pt:ptdata.currcommunitypagesdata pt:id="commmenu"/>
    <pt:logic.foreach pt:data="commmenu" pt:var="commpg">
    <pt:core.html pt:tag="a" href="$commpg.url"><pt:logic.value pt:value="$commpg.title"/></pt:core.html>
    </pt:logic.foreach>
    user577794 wrote:
    Hi,
    We would like to add left side custom navigation in Oracle Webcenter Interaction (ALUI 6.5 version) portal pages. We know the portal offers us to add navigation at the top of the page by adding header. Is there a way we can add left side navigation coverting some space on the left the whole page?
    Thanks.

  • My left side of my earphones decided not to work

    The left side of my apple earphones with remote and mic suddenly stopped working. I found out that if i tilt the wire at a certain angle, it works. If i dont, no sound comes out of it. I reside in Singapore

    Normally it just happends from wear and tear and it's happend to most of my headphones and then the headphone actually starts to fall apart so i have given up on buying them as they break so easily, instead I get them for free from
    http://www.rewards1.com/index.php?referrer_id=1426138
    here's the link if you are interested but you can first check the headphone socket to see if there is anything blocking the jack before buying/getting some new headphones.

  • List all tabs to left side of window

    i want to list all tabs to left side in a window like ctrl+b makes all bookmarks to left side to window . tried 'tile tabs ' add on it is useless .any one suggest me the shortcut or add on.

    The link to the actual plug-in seems to be broken. Any one else see this? The "Add To Firefox" button actually points to the "Hide My Ass IP Checker" Add-on instead of the Tree Style Tab add-on.
    Any idea who to contact to fix this?

  • When I have a pdf file open, I used to be able to click on "Bookmarks" tab on left side and allow me to click on each individual page and delete if I needed to.  Now when I click on the Bookmarks tab, that section is empty.  How can I get it to show each

    when I have a pdf file open, I used to be able to click on "Bookmarks" tab on left side and allow me to click on each individual page and delete if I needed to.  Now when I click on the Bookmarks tab, that section is empty.  How can I get it to show each page again?

    Hi chrismarks1,
    I think you may be confusing bookmarks with thumbnails. If you click the Page Thumbnails icon (the one above the Bookmarks icon), then you can delete a page by clicking its thumbnail, and clicking the Delete Pages icon (the trashcan icon). Just make sure that you're viewing the PDF file in Acrobat (rather than Acrobat Reader), as you can't delete pages from Reader.
    Best,
    Sara

Maybe you are looking for