Links for navigation tree not rendering as expected

I have a tree menu that links to various applications. It provides single sign-on to different applications for intranet users, passing encrypted authentication details between apps. The tree table is defined as:
APPLICATION_ID NUMBER(10),
APPLICATION_NAME VARCHAR2(50),
LOCATION VARCHAR2(500),
PARENT_APPLICATION_ID NUMBER(10),
SHOW VARCHAR2(1)
The location column provides the link for the tree. Here is an example of one record:
set escape ~
insert into application_menu_tree
values (2, 'Application Name',
'f?p=100:102:::NO::P101_USERNAME,P101_PASSWORD,MENU_SESSION:~&MENU_USERNAME.,~&MENU_PASSWORD.,~&APP_SESSION.',
1,
NULL);
This works without a problem in the full version of APEX/10gR2/Oracle App Server. Mouse over a link and you see the &APP_USERRNAME. replaced with the encrypted version of the username. Same with the rest.
Export/import into XE though and the link doesn't pick up the &MENU_USERNAME., &MENU_PASSWORD., or &APP_SESSION. when rendering the menu. A mouse-over of the link shows those values are not being replaced in the string, but if I pull the session values using the Edit links, all are populated just fine.
If I copy that same string (the one that is used for the link in the tree), and paste it directly to an html region as an href, the variables are replaced as expected and the link works just fine.
So, a link pulled from the table doesn't have those values replaced, where the same string in an html region as an href does just fine. The table method does work in the full version, but doesn't in two installs of XE (same page definition - export/import).
Any ideas?
Thanks,
Ron

Did you change anything when moving the application to XE, or did you just a plain export/import? Plain export/import except the choice of theme- was using 16 in 2.2 and changed to an XE supplied theme.
You exported the application using UTF8 and imported it using UTF8 as well, right? Yep
Which version of XE are you using, the Western European Edition or the Universal one?Universal
What was the exact select statement and what type of region did you use? The tree query is about as straight forward as can be:
select "APPLICATION_ID" id,
"PARENT_APPLICATION_ID" pid,
"APPLICATION_NAME" name,
location link,
null a1,
null a2
from "#OWNER#"."APPLICATION_MENU_TREE"
Was it the same in XE and Apex 2.2.1?Yep - no difference in data or query, and the page is exactly the same except for the application theme.
I just modified the query to do the replacement instead and that's working just fine in XE. New query:
select "APPLICATION_ID" id,
"PARENT_APPLICATION_ID" pid,
"APPLICATION_NAME" name,
REPLACE(
REPLACE(
REPLACE(location, '#APP_SESSION#', :app_session),
'#MENU_USERNAME#', :menu_username),
'#MENU_PASSWORD#', :menu_password) link,
null a1,
null a2
from "#OWNER#"."APPLICATION_MENU_TREE"
I'll post an example of what I'd set up before to the Oracle hosted APEX when I get a chance and toss the link here. Being 2.2.1 it should work there as well.
Thanks again for the suggested change!
Ron

Similar Messages

  • BI PUBLISHER DOWNLOAD Link  for MS windows not working

    Dear Admin,
    The following link for BI PUBLISHER download on MS windows is not working could you please help ???
    following is the error message
    http://www.oracle.com/errors/404.html
    TA
    s

    Dear Admin,
    The BI Publisher link for windows is not working ........pls pls reply and let me know
    ta
    s

  • Weblogic Platform SP4 Install - Console Navigation Tree not functional

    hi
    Just did a full install of WLP SP4 on Win XP Pro SP2
    Starting WLS and using the console in both an ex-SP3 domain and a newly
    created (and empty) SP4 domain, the console navigation tree isn't working.
    The console HTML pages are fine.
    i.e. clicking on the + of a tree node or right clicking within the tree area
    produces nothing.
    There are no applet type error indications on browser status line.
    It was working fine for the just uninstalled SP3 version.
    Is this caused by an out-of date browser plugin or some MS IE security
    weirdness? My settings show I'm using the MS JVM
    Any advice would be appreciated
    Regards
    Jim Nicolson

    hi again
    I installed the latest JRE (1.4.2.07), and activated the Java support in IE
    and the problem dissappeared.
    Probably worth mentioning such a change in the release notes.
    Regards
    Jim Nicolson
    "Jim Nicolson" <[email protected]> wrote in message
    news:[email protected]..
    hi
    Just did a full install of WLP SP4 on Win XP Pro SP2
    Starting WLS and using the console in both an ex-SP3 domain and a newly
    created (and empty) SP4 domain, the console navigation tree isn't working.
    The console HTML pages are fine.
    i.e. clicking on the + of a tree node or right clicking within the tree
    area
    produces nothing.
    There are no applet type error indications on browser status line.
    It was working fine for the just uninstalled SP3 version.
    Is this caused by an out-of date browser plugin or some MS IE security
    weirdness? My settings show I'm using the MS JVM
    Any advice would be appreciated
    Regards
    Jim Nicolson

  • Dropdown components are not rendering as expected in IE7 browser.

    Hi,
    We have a select one choice component in our application of width:270px; height:26px and font-size of component is 12px; Dropdown is rendering as expected in all browsers but in IE7 height of the component is less than the height we have give in CSS. Height of the component got fixed to some default height what ever height we specify in CSS.
    Is there any way we can fix this issue?

    Assuming you are using ADF skinning. Try adding an exception for IE7 as documented in
    http://docs.oracle.com/cd/E21764_01/user.1111/e21420/adfsg_selectors.htm#BABGFDGG
    @agent ie and (version: 7)

  • Link for bank details not appearing

    Hi Experts,
    I am configuring ESS 6.0, EP7.0, but i am facing strange problem.
    In ESS if I attach a ESS user to any indian employee then i am not able to see link for bank details  whereas if i attach the same user to US employee then link appears.
    Could anybody help me in this case.
    Thanks
    Sa,eer

    Sameer
    Bank Details is Country Specific,Check in Home Page Framework whether bank service is assigned for India.
    Transaction SPRO
    Personnel Management>ESS>Homepage for Self Service>Service.Define Country Specific Service...
    Award points if helpful
    Regards
    Sarath

  • Download Links for CS6 Trials NOT Creative Cloud versions

    I need to download
    Adobe Creative Suite CS6 Design Standard and Design & Web Premium Trials for MAC & PC
    NOT CREATIVE CLOUD VERSIONS this is for IT purposes at muliple sites.

    Direct Download Links for Adobe Software
    Mylenium

  • Data for navigational attributes # Not Assigned

    Hello friends,
    Our report is based on Multiprovider which is based on 5 cubes.
    These five cubes has one particular Characteristics which hasnavigational Attribute .
    We are using the navigational attribute directly under free characteristics Tab in Query.
    We are also using Characteristic in Query - for characateristic data is shown in report.
    In report we are able to see data as # Not Assigned for navigational attributes.
    When we checked data at info object level for that characateristic, correct data is shown for that navigation attributes.
    We have checked following settings
    At characteristic level - Uncheck Attributes only
    At cube level all navigational attributes are checked
    In Multi provider identification table - This navigational attribute is checked for all five cubes
    In Multi provider Navigational Attributes Tab - This naviagtional attributes is checked
    Activation of Master data was done once again
    we are not getting any other ideas, can any one please suggest us where the problem is?
    Thanks
    Tony.

    Hi Tony
    I have  the exact same problem. Did you find out what the problem was?
    KR Nete
    Edited by: Nete Grøn Jacobsen on Jul 14, 2008 1:51 PM
    I solved my problem
    1. Activate the navigation attribute(s) on the underlying basiscube, from which the query displays data
    2. Choose the navigation attribute(s) for all relevant basiscubes (multicube -> Change -> Button Identification)
    See also:
    KR Nete

  • Link for unzip utilities not working

    Hi,
    The link for Unzip utilities is not working. Throws page cannot be displayed.
    http://updates.oracle.com/unzips/unzips.html
    Thanks,
    Amardeep Sidhu

    I'm don't think this is even anything new, I seem to recall similar links being bad going back several years (and pointing it out to no effect, and I think I've had to unzip things on Windows for unix...). I see on my hp-ux there is an unzip at $ORACLE_HOME/bin (for 10.2.0.x), but of course, you have to get there. I'd be curious if the one in the XE download would work on other windows machines ($ORACLE_HOME/bin/unzip.exe). My guess has been there are enough workable unzips and pkunzips floating about that no one has bothered to fix the link.

  • Dreamweaver Teamplate with Library Item for Navigation/Sidebar not updating editable classes

    I have a Dreamweaver Template that contains two Library items. One Library item is my navigation bar, the other is a sidebar that shows different content depending on what page you are on. I'm assigning an editable class "active" to the navigation bar to show you are on a particular page, and also assigning the editable class "active" to the sidebar to reveal a portion of the sidebar with links pertaining to that specific page. The default value for the class is "hidden". So what is happening is when I open a page I have created and "edit" the Library Items in it to edit these classes, it resets resets all the other pages on the site to the default class values. How am I able to use editable classes and Library Items to achieve this kind of functionality? The idea is to only have ONE navigaton bar to update on the site and to only have ONE sidebar item to update. Here is an example of the sidebar and navigation in action so you can see what I'm going for. Notice the green button in the navigation bar (that is a list item with the class "active" which is an editable class in the Library Item, also notice the tan links in the sidebar, that is an unordered list that has an editable class of "active" in the Library Items --- these editable classes reset to their defaults when updating the Library Item on the website).
    http://www.brumleve.org/joe/temp/CAP/mission.html

    In my understanding, whenever you edit the contents of a library item, it will update all other occurances of this library item on the rest of the site. That's "working as designed" as far as I know, unless you break the link by telling it to not update - which kinda defeats the purpose I think.
    But theres another way to do this using template properties, i#ve been using this approach myself a couple of times:
    Write your navigation bar in the template (.dwt) file itself, then select the class= of your first menu item and choose .. (names might be off, I am using a non-English copy of DW): "modify > template > make attribute editable" from the main menu. Do so for all your menu items and name these new template properties something like "item_x_class"
    You'll end up with something like this in your template source:
    <div class="@@(item_1_class)@@">
    and a matching
    <!-- TemplateParam name="item_1_class" type="text" value="active" --> in the header
    Now, on each page, you can set the class within the template properties dialog ("modify > template properties"). If your main menu changes, it won't overwrite your template properties, but still update all pages when you do make a change to the menu.
    If you're using multiple templates for your site, consider nesting templates, so the master template already includes your navbar and all subsequent templates will "inherit" changes to the navbar code (sans the editable class property).
    Hope this helps.. or at least gives you an idea for further experiments..
    Stephan

  • Dvt:shapeAttributes for dvt:areaGraph not working as expected.

    All,
    This issue is showing up in 11.1.1.6.2.
    I am attempting to use dvt:shapeAttributes handle events for GRAPH_AREAMAKER for a dvt:areaGraph.
    I am trying to execute some java code when the mouse is over an area in the areaGraph. The behavior is not as I would expect.
    When the mouse is moved across the stack of areas in the graph, none of the onMouseXXX handlers are called.
    However, when the mouse is clicked on one on of the areas in the graph the clicklistener is called and then each of onMouseXXX handlers are called once for each of the areas in the graph. So, if there are 6 areas in the graph, the onMouseOver will be called 6 times, then onMouseOut is called 6 times and then onMouseMove is called 6 times.
    Any thoughts on what the problem might be?
    Is this a bug? A know issue?
    Thanks
    Matt
    Here is the dvt:shapeAttributes for the GRAPH_AREAMARKER:
    <dvt:shapeAttributes component="GRAPH_AREAMARKER" clickable="true"     clickListener="#{backingBeanScope.BtmDelayAnalysisRegionBean.delayAnalysisGraph_areaMarkerListener}"
    onMouseOver="#{backingBeanScope.BtmDelayAnalysisRegionBean.onMouseOver}"
    onMouseOut="#{backingBeanScope.BtmDelayAnalysisRegionBean.onMouseOut}"
    onMouseMove="#{backingBeanScope.BtmDelayAnalysisRegionBean.onMouseMove}"/>
    Here is the dvt:areaGraph for the graph:
    <dvt:areaGraph id="areaGraph1"
    subType="AREA_VERT_PERCENT"
    imageHeight="150"
    tabularData="#{backingBeanScope.BtmDelayAnalysisRegionBean.linkDataModel}"
    shortDesc="#{apmbtmuiBundle.TDAR.GRAPH.SHORTDESC}"
    seriesRolloverBehavior="RB_HIGHLIGHT"
    seriesEffect="SE_NONE"
    markerTooltipType="MTT_TEXT"
    markerTooltipTemplate="SERIES_LABEL: Y_VALUE ms"
    dataSelection="single">
    <dvt:shapeAttributesSet>
         <dvt:shapeAttributes component="GRAPH_AREAMARKER" clickable="true"
         clickListener="#{backingBeanScope.BtmDelayAnalysisRegionBean.delayAnalysisGraph_areaMarkerListener}"
    onMouseOver="#{backingBeanScope.BtmDelayAnalysisRegionBean.onMouseOver}"
    onMouseOut="#{backingBeanScope.BtmDelayAnalysisRegionBean.onMouseOut}"
    onMouseMove="#{backingBeanScope.BtmDelayAnalysisRegionBean.onMouseMove}"/>
    </dvt:shapeAttributesSet>
    <dvt:o1Axis rendered="false"/>
    <dvt:y1Axis rendered="true"/>
    <dvt:y1TickLabel id="y1TickLabel1" rendered="false"/>
    <dvt:y1MajorTick id="y1MajorTick1" tickStyle="GS_NONE"/>
    <dvt:legendTitle id="legendTitle1" horizontalAlignment="LEFT"/>
    <dvt:legendText id="legendText1"/>
    </dvt:areaGraph>

    All,
    This issue is showing up in 11.1.1.6.2.
    I am attempting to use dvt:shapeAttributes handle events for GRAPH_AREAMAKER for a dvt:areaGraph.
    I am trying to execute some java code when the mouse is over an area in the areaGraph. The behavior is not as I would expect.
    When the mouse is moved across the stack of areas in the graph, none of the onMouseXXX handlers are called.
    However, when the mouse is clicked on one on of the areas in the graph the clicklistener is called and then each of onMouseXXX handlers are called once for each of the areas in the graph. So, if there are 6 areas in the graph, the onMouseOver will be called 6 times, then onMouseOut is called 6 times and then onMouseMove is called 6 times.
    Any thoughts on what the problem might be?
    Is this a bug? A know issue?
    Thanks
    Matt
    Here is the dvt:shapeAttributes for the GRAPH_AREAMARKER:
    <dvt:shapeAttributes component="GRAPH_AREAMARKER" clickable="true"     clickListener="#{backingBeanScope.BtmDelayAnalysisRegionBean.delayAnalysisGraph_areaMarkerListener}"
    onMouseOver="#{backingBeanScope.BtmDelayAnalysisRegionBean.onMouseOver}"
    onMouseOut="#{backingBeanScope.BtmDelayAnalysisRegionBean.onMouseOut}"
    onMouseMove="#{backingBeanScope.BtmDelayAnalysisRegionBean.onMouseMove}"/>
    Here is the dvt:areaGraph for the graph:
    <dvt:areaGraph id="areaGraph1"
    subType="AREA_VERT_PERCENT"
    imageHeight="150"
    tabularData="#{backingBeanScope.BtmDelayAnalysisRegionBean.linkDataModel}"
    shortDesc="#{apmbtmuiBundle.TDAR.GRAPH.SHORTDESC}"
    seriesRolloverBehavior="RB_HIGHLIGHT"
    seriesEffect="SE_NONE"
    markerTooltipType="MTT_TEXT"
    markerTooltipTemplate="SERIES_LABEL: Y_VALUE ms"
    dataSelection="single">
    <dvt:shapeAttributesSet>
         <dvt:shapeAttributes component="GRAPH_AREAMARKER" clickable="true"
         clickListener="#{backingBeanScope.BtmDelayAnalysisRegionBean.delayAnalysisGraph_areaMarkerListener}"
    onMouseOver="#{backingBeanScope.BtmDelayAnalysisRegionBean.onMouseOver}"
    onMouseOut="#{backingBeanScope.BtmDelayAnalysisRegionBean.onMouseOut}"
    onMouseMove="#{backingBeanScope.BtmDelayAnalysisRegionBean.onMouseMove}"/>
    </dvt:shapeAttributesSet>
    <dvt:o1Axis rendered="false"/>
    <dvt:y1Axis rendered="true"/>
    <dvt:y1TickLabel id="y1TickLabel1" rendered="false"/>
    <dvt:y1MajorTick id="y1MajorTick1" tickStyle="GS_NONE"/>
    <dvt:legendTitle id="legendTitle1" horizontalAlignment="LEFT"/>
    <dvt:legendText id="legendText1"/>
    </dvt:areaGraph>

  • Only posted values for Navigation does not work

    Hi,
    I have a problem where all master data is shown in the input help for a variable, even when the setting for the info object is to show only posted values.
    In a WEB template I have tree reports using tree different data providers. The setting in the web template is to show the same variable only once and that works. The setting of the info objects is to show only posted values. That does not work!
    When using the input help for a variable, all master data shows, not only the poster values in the data providers.
    When unchecking the setting Display Same Variable Only Once (MELT_VARBLES) the variables appears tree times each and the input help works as expected. It shows only posted values.
    Any experience of this?
    Best Regards
    Kent

    Hi Kent,
    If you build several queries on different infoproviders, then put them into one web template or workbook. Variables from different queries with the same technical name will get merged in variable screen (Set parameter MERGE_VARIABLES=True in web template property. Set "Display Duplicated Variables Only Once" in workbook settings for variables).
    This means, that it is not possible to decide which infoprovider the variable is based on. The provider is unknown to the system when doing F4 help so that D mode is not possible since D mode [Only Values in InfoProvider]  is also infoprovider dependent. So only M mode ['Values in Master Data Table'] is possible.
    In such merge variable situation, the authorizated values in F4 help is also retrieved without specific infoprovider.
    Regards,
    Nishant

  • Navigation Bars not working as expected...

    role based navigation...
    We have 7 different roles with a different page look and feel
    for each role.
    Based on each role, portlet layouts and page contents will be
    different.
    We need to drive tabs and pages based on these roles...How do we
    do that?
    The second, related part of the problem is creating navigation
    bars based on those user roles. We have pretty much a static set
    of navigation bars to show. But, since there are 7 different
    pages, we need to know how to point the links within
    each "navigation button" to the current page, showing the
    contents of the link INSIDE the current page.
    Refer to:
    http://portalstudio.oracle.com/servlet/page?
    pageid=1768&dad=ops&_schema=OPSTUDIO&7562_MAINPAGE_39847486.p_s
    ubid=40679&7562_MAINPAGE_39847486.p_sub_siteid=73&7562_MAINPAGE_3
    9847486.p_edit=0&7560_MAINPAGE_39847486.p_subid=40679&7560_MAINPA
    GE_39847486.p_sub_siteid=73&7560_MAINPAGE_39847486.p_edit=0
    as an example of what we need to do.

    I can't suggest anything other than the features you're already
    aware of. You can have different tabs on a page with different
    privileges on each tab - users will only see the tabs for which
    they are authorized. Similarly, users will only see the
    portlets for which they are authorized. If those security
    features don't work for you, then the next release of Portal
    (iASV2) will support function-based security, where you can
    write a procedural rule that executes at run time.
    The portalstudio link doesn't work, so I'm not sure what you're
    referring to.
    Regards,
    Jerry

  • Navigation bar not rendering correctly in Windows IE

    Hi everyone,
    This is my first project using iWeb, and I've had some Win users email me a screenshot of the site's navigation bar rendering incorrectly. As the site is loaded, the bars appear blue in background, and according to them, sometimes it turns black, sometimes not. Please check it out and let me know if you have a solution?
    www.downriveractorsguild.org
    Thanks,
    Dave
    PS - it seems to be rendering fine in safari and firefox (mac). Also, I did search the forums and didn't find a similar issue in several pages of results.
    iMac G5 20'    
    iMac G5 20    

    The navigation menu is completely composed of PNG graphics... therefore, sometimes IE has difficulty rendering these properly. Most of the time, the problem is self-limited...iWeb's .js file goes over after everything has loaded and re-renders the PNGs to make them viewable specifically in IE. But sometimes the problem is persistent...and you might see grey boxes behind the menu items probably as your viewers are describing.
    I have seen both behaviors with my site.

  • Loaded OS 4.5 Link for email still not highlighted 8330 sprint

    OS 4.5 Is loaded  on my BB but my Link from my e-mail is still not highlighted so I can open it.... Please help Yes I did take my battery out
    Solved!
    Go to Solution.

    Hi,
    Okay first, stay in one thread, go back and resolve the other one. OK?
    Try this:
    GO TO OPTIONS/ADVANCED OPTIONS/HOST ROUTING TABLES/menu key REGISTER NOW
    You will an activation email when complete, this refreshes the tables.
    I would then login to the BIS site to send service books. When complete
    you will get an activation email per account.
    If you want to use the BIS site via PC send me the carrier and I'll send you the site.
    Thanks
    Click Accept as Solution for posts that have solved your issue(s)!
    Be sure to click Like! for those who have helped you.
    Install BlackBerry Protect it's a free application designed to help find your lost BlackBerry smartphone, and keep the information on it secure.

  • Routing Method for Response Groups not Working as Expected

    I have a situation where Response Groups are not routing calls in the order specified in the group settings. Serial is the primary setting used in this situation so the same person is always called first. However, the calls are being routed randomly.
    One Response Group was deleted entirely and recreated which seemed to solve the problem temporarily but the problem returned as soon as the Response Group was modified.
    CU level appears to be July 2013.
    I have not had a chance to dig in and do any logging yet but will soon.  However, if anyone has seen this behavior or has any suggestions any feedback is appreciated.
    Thank you.

    I have some logs now and what I am seeing on a working call (in my lab) is what I would expect.  It tries each person in order top down.  If that person does not answer then a SIP 487 message is returned and it moves on to the next person and sends
    another INVITE, etc. until it gets to the end and does whatever is configured.
    Note: the timeout for trying each group member is 20 seconds.
    What I am seeing from the logs where this issue is occurring is it is trying the first user at the bottom of the list (another in the list before them was available).  It is sending multiple INVITE messages to that person (who I instructed to not answer)
    taking up the whole queue timeout (60 seconds) before trying the next person.  It tries that person for another 20 seconds (which is beyond the queue timeout at this point).  When that group member does not answer and it goes to voicemail
    as configured.
    Even more strangely in a second test it tried that same person at the bottom of the list, tried them twice, moved on to another available user, then back to the first user it tried (the queue timeout should have kicked in by now), then finally went to voicemail.
    Thanks.

Maybe you are looking for

  • Pictures not shown in albums (as per my folders) in Revel after 'access all media' ticked - sort it out Adobe!

    Hello, This is really frustrating after subscribing to upload all my photos to revel. After ticking 'access all catalog media' I have the following two problems: 1. Pictures are shown individually in Revel, and not in their respective albums as per '

  • How much better is the new Graphic Card?

    How much better is the new graphic card compared to the X1600 256mb in the older 2.33 Core 2 duo's? Im a gamer and was wondering if there is gonna be a big difference or just a small difference?

  • No Hard Drive Visible???????

    My computer froze today while un-stuffing a file. Force quit and all options would not help so I had to force a shut-down holding the power button. When I tried to re-start I got a blank screen, after trying several times I inserted the original disc

  • ERROR: Automation server can't create object

    Hi, I am at my wits end, and I hope you can help me. I have compiled a Webhelp project that runs just fine in Firefox (with the exception of expanding text but blah blah blah... :P) When I compile the same project in IE, I get an page loading error t

  • Extended BIOS Password

    Hi together, when entering the BIOS Setup on my T430 there is an option called Extended BIOS (or something like this). However, it demands a passoword. What's the password? What can I do there? Kind regards, Thomas Solved! Go to Solution.