Providing locale specific URL for navigation bar entry

Hi,
I am using APEX 3.0 on 10gR2 and 9.0.4 app server... I have successfully translated my application, with the exception of navigation bar entry URLs...
The XLIFF export does not contain entries for the navbar entry URLs, only the labels. I have locale specific URLs for navbar entries (ie french URL, english URL)
I can't seem to find any information on how to accomplish this... other than removing the navbar, and hard-coding them in the page template...
Thanks for the help!

Hi,
as a workaround. The export will probably never work, because a URL isn't normally considered as language dependent.
Have you already tried to write the different URLs into application items (which you initialize during login of the user) and reference them in the URL with &YOUR_APPLICATION_ITEM.Patrick
My APEX Blog: http://inside-apex.blogspot.com
The ApexLib Framework: http://apexlib.sourceforge.net
The APEX Builder Plugin: http://sourceforge.net/projects/apexplugin/

Similar Messages

  • Navigation Bar Entry - automatic change target type

    Hi,
    A recent post (print friendly remembered me of something strange with the Navigation Bar Entry.
    When I create an entry with Target type URL, and I put an URL pointing to my application (ex.: f?p=&APP_ID.:&APP_PAGE_ID.:&SESSION.::::::YES), it is automatically transformed to Target type Page in this Application.
    Why is this happening?
    Thx,
    Louis-Guillaume
    Homepage : http://www.insum.ca
    Blog : http://insum-apex.blogspot.com

    If you provide a URL that is an "f?p" URL to the current application then the edit page simply decomposes it to format it as "Page in this Application". But whether the URL meets that criteria or not, the actual data stored in the application definition for any URL target is the URL provided.
    Scott

  • How to create a navigation bar entry with onclick event

    I have requirement of creating navigation bar entry with a an "on click" event. When a user clicking time a location list should open. I didn't understand how to do it on NAVIGATIONBAR_ENTRY.
    Also Navigation Bar Entry IMage is not displaying.
    Regards
    Edited by: satheeshkumars on Oct 25, 2010 7:52 PM

    Do you specifically need to use the onclick event, or do you jts want to run Javascript from the navbar entry? If the latter then you can use the URL method and set the URL to:
    javascript:myfunction()
    If it must be an onclick event then I think you would need to attach it dynamically in Javascript (using jQuery if available) to locate the link somehow (it's not easy to give it a unique ID unfortunately).
    Edited by: Tony Andrews on Oct 26, 2010 10:35 AM

  • Enhancement request for Navigation Bar - save state before branching

    Hello,
    I believe it would be nice and helpful to add the save state before branching option also to the Target section of a Navigation Bar Entry.
    Thanks,
    Arie.
    ♦ Please remember to mark appropriate posts as correct/helpful. For the long run, it will benefit us all.
    ♦ Author of Oracle Application Express 3.2 – The Essentials and More

    -Max- wrote:
    Has it been moved or removed ?The feature was removed in an (originally) unannounced, undocumented and disproportionate fait accompli by Oracle: +{thread:id=2285521}+
    This was subsequently documented in the Release Notes.
    There is no forum traffic to substantiate the reasons given for its removal. I certainly never encountered them. I don't see how it couldn't have been retained with documented restrictions.

  • Navigation bar entries on breadcrumb line

    Is it possible to place the navigational bar entries (without icons) on the breadcrumb line on the far right hand side?
    I assume that I need to modify the body of my page template seen below but no matter what I try I still get placeholders for the icons:
    <div class="t3logo">#LOGO#</div>
    <div class="t3NavBar" style="float:right;"><table>#NAVIGATION_BAR#</table></div>
    <br style="clear:both;"/>
    <table summary="" cellpadding="0" border="0" cellspacing="0" width="100%">
    <tr>
    <td class="t3TabHolder" style="text-align:right;" align="right"><table summary="" cellpadding="0" cellspacing="0" border="0" align="right"><tr>#TAB_CELLS#</tr></table></td>
    </tr>
    </table>
    <div>
    <div class="t3TabForegroundColor"><img src="#IMAGE_PREFIX#f_spacer.gif" width="1" height="3" alt="" /></div>
    <div class="t3RegionPosition1">#REGION_POSITION_01#</div>
    <table width="100%" summary="" height="70%">
    <tr>
    <td class="t3PageBody"><div class="t3Messages" align="center">#GLOBAL_NOTIFICATION##NOTIFICATION_MESSAGE# #SUCCESS_MESSAGE#</div>#BOX_BODY##REGION_POSITION_02##REGION_POSITION_04##REGION_POSITION_05#
    #REGION_POSITION_06##REGION_POSITION_07##REGION_POSITION_08#</td>
    <td align="right" valign="top"><img src="#IMAGE_PREFIX#f_spacer.gif" width="15" height="3" alt="" /></td>
    <td align="right" valign="top">#REGION_POSITION_03#</td>
    </tr>
    </table>

    I found a work-around. Please disregard.

  • Navigation Bar Entry Subtemplate Definition

    Is there a substitution string that represents the link for an Navigation Bar Entry?
    I want to control the display of the entries in the navigation bar. The Navigation Bar SubTemplate Definition and #BAR_BODY# substitution string allow you to control the display of the bar as a whole.
    Entries in the Navigation Bar Entry Subtemplate Definition display correctly for each entry in the Navigation Bar, but unless you can also include the link itself, it is all rather pointless!
    Thanks
    Roger

    Scott
    I want to change the spacing between the navigation bar entries so that instead of looking like:
    Print Logout NavHere NavThere
    they look like (for example):
    Print - Logout - Navhere - Navthere
    I thought I would be able to do this by editing the Page Template. The Page Template definition page contains Subtemplates for Navigation Bar and Navigation Bar entry. Making changes to the Navigation Bar Subtemplate controls the whole bar and would allow, for example:
    < Print Logout Navhere Navthere >
    by setting the Subtemplate to
    < #BAR_BODY# >
    I thought I would be able to achieve what I want by changing the Navigation Bar Entry Subtemplate definition to, for example:
    #BAR_LINK# -
    Unfortunately, I don't know what the correct substitution string is to include the actual link entry in the template. It's not #BAR_LINK#, which I made up.
    If this isn't the purpose of the Navigation Bar Entry Subtemplate definition, what is it for?
    Don't worry about the actual formatting of the link, I just want to know how to wrap some standard HTML around each entry in the Navigation Bar.
    Thanks
    Roger

  • Hide Navigational Bar Entries

    Hi friends,
    Is it possible to hide 'Navigational bar entries' depending upon the pages in the application.
    Since navigational bar entries is coming for all the pages. i want to hide it for two pages in my application.
    how i can achieve it.
    Thanks
    Regards,
    Mini.

    hi ,
    go to navigational bar entry definition
    Solution 1 :-
    use condition type
    Current Page is Contained within expression1(comma delimited list of pages)
    In expression 1
    give the page number on which you want that navigational bar entry eg(1,2,3...)
    or
    Solution 2:-
    use Condition Type
    Current Page is NOT in Expression1(comma delimited list of pages)
    In expression1
    give the page number on which you dont want that navigational bar entry eg(1,2,3...)
    Either you can use solution 1 or solution 2 ..which you like
    i hope this will help you
    thanks,
    jitu

  • How to remove Navigation Bar entry

    Hi,
    Is it possible to remove navigation bar entry 'Welcome: USERNAME'?
    Can any one help with this please?
    Kind Regards
    Rana
    Edited by: Rana007 on Sep 29, 2011 5:51 PM

    Rana,
    Check out the Body of you standard page template. Make a copy of this code prior to experimentation !
    Within the Body you may see something like this:
    <div id="header">
      <div id="logo"><a href="#HOME_LINK#">#LOGO##REGION_POSITION_06#</a></div>
      #REGION_POSITION_07#
      <div id="navbar">
        #NAVIGATION_BAR#
        <div class="app-user">#WELCOME_USER#</div>
        #REGION_POSITION_08#
      </div>
    </div>Removing the line with <div class="app-user">#WELCOME_USER#</div> should do it.
    Jeff

  • 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

  • Multi-Provider Provider-Specific Properties for Navigational Attributes

    Experts,
    I need to over-ride the naming for a navigational attribute in a multi-provider.
    For non-navigational attributes you simply use the Provider-Specific Properties.  This selection is not available for navigational attributes.
    Is there a different way to apply alternative naming to navigational attributes in a Mult-Provider without affecting the global definition in the base cube.
    Thanks in advance

    No - the users want their own verions of the name as default
    Thanks for the reply

  • Can't get specific URL for blog entry.

    I run a blog at http://www.w0rdvomit.com and I want to get a separate page link for each blog entry, but when I click on it all it says in the url bar is www.w0rdvomit.com. Is there any way that I can change it so I can have the blog links come up also?

    If your blog is just displaying your domain name for every page, then you are probably using masked web forwarding?
    To get anything different, then you need to set up CNAME forwarding, so enter your domain name into your MobileMe account and then go to your domain name registrar and go to the DNS settings and set up a new CNAME with the alias as your domain name and your host as web.me.com. This is the only way it will work and if you want to do this but your domain registrar does not offer CNAME forwarding, then you are looking at moving your domain name to somewhere that does offer this such as GoDaddy.

  • CRM 5.0 Navigation bar entry that navigates to a custom BSP

    Hello all,
    I'm currently trying to add an entry in the navigation bar that redirects the webclient to a custom BSP.
    I changed the navigation profile and added an entry that should point to a 'Navigational Link' ('Type of navigation'). When I use the input help it asks me a profile (IC profile, not navbar profile) so I select my Z profile, in the next screen an input help with all possible navigational links are shown but my navigational link is not showing...
    What I've done so far:
       - I created a viewset containing one view, added the viewset definition to CRM_IC_ALL_Viewsets.xml which is in my Z_CRM_IC_DT_REP bsp application. Below you can find the file:
    <ViewSet id="CONTACT/CustomFactSheet">
         <ViewArea id="main" views="CONTACT/myFactSheet"/>
    </ViewSet>
       - I created the navigational links, it could be I made a mistake here, here is the file :
    <NavigationalLink name="showFactSheet">
    <Source viewRef="VehIDetail" outboundPlugRef="default"/>
    <Targets>
    <Target viewRef="CONTACT/myFactSheet" inboundPlugRef="inboundPlug"/>
    </Targets>
    </NavigationalLink>
    -  In my /CONTACT/CRM_IC bsp application I have two controllers:
       myFactSheet: controller for the view myFactSheet
       CustomFactSheet: controller for the viewset CustomFactSheet
    I'm developing in a customer namespace /CONTACT/, not in the default Z namespace.
    I created both the viewset and the view through the IC workbench wizards.
    I cannot add this navigational link to my navigation bar profile. When I type the navigational link 'showFactSheet' in the navigation bar profile item (without using F4) and I launch the interaction center, click on the newly added link, nothing happens... (No error messages or dumps however) Everything else works, I have tons of other navigational links that work fine so it's really the definition of this particular item, all the rest of the configuration is done and is working.
    Anyone an idea??
    Thanks in advance!
    Kind regards,
    Joost

    Look at this thread to get more inforamtion on creating Controller Class in Customer namespace..
    IC Webclient - New context node in customer namespace
    Thanks,
    Thirumala.

  • Custom color for navigation bar

    I am struggling to find a way to make my navigation bar color different that supported colors.
    SDK supports default style i.e. blue, black and black opaque. I know it is possible cause there so many apps doing so. For example midomi.
    I have searched this forum already but haven't found working solution. If anybody knows how to do it would be grateful if he points me to the solution.

    tintColor property
    [https://developer.apple.com/iphone/library/documentation/UIKit/Reference/UINavi gationBar_Class/Reference/UINavigationBar.html]

  • Default style (for navigation bars) is lost!

    I've a problem that has been discussied a couple of times but I have never seen a solution. We have made a page with portlets and styles. Our navigationbar-portlet has a blue background but the other porlets have a white background. With te creation of the navigator bar, I have left the "use page style" box unchecked but is still doesn't work. The navigationbar style is overridden by the style for the users. So every portlet gets the same white color. Who can help me with this problem??
    thanks in advance,
    Marten

    I am using Portal version 3.0.9.8.0

  • Is the Actionscript code complete for navigation bar?

    Could someone help me out please.
    I have used flash in the head of my pages and have added
    navigation bar within that header
    I have attached code to the message so you are able to see
    the actionscript I have used to control
    said navigation. The problem is this does not seem to be
    working as I cannot navigate from one page to
    another please could someone enlighten me cheers
    My sites URL is as follows
    http://andysite.prohost4u.co.uk

    Still having the same problems cannot navigate through site
    properly I have changed upprecase SELF to lowercase
    self but when I click from one page eg homepage to about me
    that works but then I go from about me to web design
    I get an error message:
    Not Found
    The requested URL /about_me/web_design/index.html was not
    found on this server.
    Additionally, a 404 Not Found error was encountered while
    trying to use an ErrorDocument to handle the request.
    seems to me the URL changes as there is no
    /about_me/web_design/index.html
    any information would be much appreciated
    I have uploaded site to server if that will help explain
    http://www.andysite.prohost4u.co.uk

Maybe you are looking for

  • Looking for a grid paper app HELP???

    an app that when i open it has a graph paper on it and i can use the grid to draw things. something like paint but has graph paper on it

  • Receiver File Adapter - Encoding issue.

    Hi Everybody, The file format (encoding) is different to the format generally we used to get. Currently we are get the flat files in DOS format.The current file when we are downloading it we are getting it in the UNIX or other format. For eg: 20 has

  • How to install a previous OS in order to install and run XP Pro?

    Hi, I just purchased a brand new Mac Mini with the latest OS X installed. As on my older Max Book Pro which runs on OS X Version 10.5.8, I wanted to install my Windows XP Pro (SP3) in order to use some Windows specific software. Unfortunately, the ne

  • Am I the only one that would like to see a web cam on Cinema Displays?

    For the price of an Apple HD Cinema display, it seems like a no-brainer that they would have web cams installed on all monitors, especially considering how inexpensive web cams are these days. Even though I use my Cinema display at work, it is not in

  • What is CPPS and how is it realted to BW?

    HI can some one let me know a) What is CPPS and how is it related to BW b) CPPS Design: can we start on an InfoObject for the BDW? Can we use SAP names? Thank You, Kris