Portal Page fails to change when different link is selected

I have created popup portal page in the form of a JSPTabContainer. To get the page to launch I am selecting a url that is inside a JSPProvider Channel. The Url is of the form /portal/dt?provider=PopupJSPTabContainer. For some reason setting the property "one_new" for "windowPref" inside the calling JSPProvider Channel has no effect. However by putting target="_blank" in the href tag I am able to pop it up.
Then when I close that popup window and attempt to go to any other link inside the portal, it continues displaying the content for the page that I just popped up. In effect, once that page has been popped, the portal is stuck and every link makes that page content display inside the original portal browser window. I have to log out and log back in to reset it. Any ideas?

I am on windows. I checked in the locale directory and there is no amAuthSecureID.properties file there at all although there are many others! I found a copy up in the PolicyAgent\IdentityServer\j2ee_agents\locale directory and copied it there. I will see if that fixes the error. In the meantime Could you clarify what you mean by checking to see if the content is coming from the right provider? I took an existing JSPTabContainer and copied it. I then renamed it to a different directory name. I added it as a channel container in the top level portal desktop using the directory name as the channel name and using JSPTabContainerProvider as the provider. This should be correct right? And thank you for all your help so far!

Similar Messages

  • Firefox is set to open a new page when a link is selected, however it opens underneath/behind

    Firefox is set to open a new page when a link is selected, however it opens underneath/behind the page containing the link. In other words I can't see the new page because it is beneath the one I'm looking at.
    75% of the time this happens, 25% of the time it works as it should.

    Do you mean that it is opening links in a new window? If you would rather have a new tab instead, you can set that in Options > Tabs. Some links are set up so that they will open in a new tab or window. I know of no way to make those open in the same tab, short of changing the code on the page.

  • How can page margins be changed when printing from Firefox for Mac OS X? (This is easy to do on the Windows version.)

    Page margins can be adjusted from the page setup menu in the Windows version of Firefox, but there does not appear to be an equivalent menu in the Mac version.

    Hi onlyhuman2-
    I'm not familiar with the printing options using Windows. I've found this article on editing print options for a Mac: [[Printing a web page]]
    That shows you how to shrink the page, and to edit page headers and footers. I'm hoping that covers the margins you were hoping to change.
    Good luck!

  • How can page margins be changed when printing from Firefox for Mac OS X?

    This has been asked in the past with the thread closed even though the asker got no answer. I have the same problem so I am asking again....
    How does one set the margin sizes on Firefox on the Mac?

    Did not notice that you are using a Mac, otherwise, I would not have replied.
    <s>It appears that page margins for OSX are set at the operating system level.</s>
    Does this help? - http://www.mintprintables.com/print-tips/adjust-margins-osx/

  • Why doesn't my cursor change when I click the selection tool?

    When I open any file, the object -- in this case, an image -- is already selected.
    I want to enlarge the image so I click the buttons to do that. Normally I would pick 125% or 150%, but the dropdown menu does not open. I tried clicking the up arrow/down arrow buttons. Nothing happened. I tried double-clicking on the numbers to type a percentage; tiny blue horizontal bars appear on either side of the default "100" as if the machine is trying to highlight the number, but can't.
    I click the Text tool, get the I-beam, and can click in a text box.
    After all that, I click the selection tool. Nothing happens. My cursor is an I-beam. I cannot change it to anything else.
    I have installed and uninstalled InDesign several times in an effort to correct this and related problems.
    Installed from media -- original disks -- encountered problem -- uninstalled & reinstalled -- problem not solved.
    Downloaded installation files from Adobe. Same result.
    Uninstalled & reinstalled InDesign only. Still no go.
    Reimaged computer back to factory settings, created desktop installation point for CS4, installed CS4 from there. Still no go.
    Is it possible that there is some kind of incompatibility between CS4 and my computer? It is a new (one week old) Acer Travelmate laptop. Got it from TigerDirect, a trustworthy merchant.
    My OS is Windows 7, but this shouldn't be a problem; CS4 runs fine with Windows 7 on another computer in my house (which, unfortunately, is occupied most of the time, or I would use that).
    Any ideas at all?
    Please help. I have a project deadline coming up and really need this particular computer to work.
    Thank you thank you thank you.

    Bob! BOB!! You did it!!!
    I would give you money if I had money.... The next best thing I can think of to offer thanks is give you a great recipe:
    1 pizza crust of your choice
    olive oil
    8 oz of goat cheese (more or less to suit your taste)
    1 medium tomato
    6 large cloves of fresh garlic
    4-6 oz of sliced black olives (more or less to suit your taste)
    fresh or dried basil
    For best results, all ingredients should be organic or at least of highest quality available
    Oven 350
    Pre-heat the oven to 350 (important to do this). Dice the tomato to 1/4-inch bits and dice the garlic to 1/8-bits or as near as you can. Slice the black olives if necessary. Brush the pizza crust with olive oil. Blind bake it for 3 minutes or until two rooms smell really nice.
    Spread on the goat cheese. Sprinkle on the basil, tomato, olives and garlic as evenly as you can.
    Bake the pie for 15 minutes and check it for doneness to your liking (crispy or not).
    Serve with salad and a cold white wine for a nice dinner for two, or cut into 2" squares for appetizers at a party.

  • Opening a page in a browser when a choice is selected from the Menu

    The choice item is defined in MXML as
    <menuitem label="Help">
                    <menuitem label="Documentation" data="documentation.swf" />
                </menuitem>
    Code on what to do when it is selected is
    <mx:ApplicationControlBar id="appBar" x="0" y="0" dock="false" visible="false" width="100%">
            <mx:MenuBar id="appNavigation" dataProvider="{appNavigation_dp}" labelField="@label" iconField="@icon" itemClick="menuBarButtons(event);" />
        </mx:ApplicationControlBar>
    Function called menuBarButtons is
    private function menuBarButtons(event:MenuEvent):void{
                    var pageName:String = event.item.@data;
                    switch(pageName){
    case 'Documentation':
                        var url:URLRequest = new URLRequest('http://www.mydocumentation.com');  
                            navigateToURL(url,'_blank');
                        break;
    I have done the required imports such as
    import flash.net.navigateToURL;
                import flash.net.URLRequest;
                import flash.net.URLVariables;
    When I click on the Documentation option from the menu, no new URL opens
    while I am expecting a page with a URL http://www.mydocumentation.com to be
    opened
    What am I missing?
    Any suggestions would be appreciated.

    try
    var pageName:String = event.item.@label;
    instead of
    var pageName:String = event.item.@data;

  • Sysdate changes when number of rows selected are huge

    My requirement is that same date and time should be selected for all the rows returned by the query.
    Eg: Select empno, ename , sysdate from Emp
    If the query runs for more than a second, then the second component of SYSDATE will be different.
    What I want is that the query firing time should be selected for all the rows returned by the query.
    I hope there should be a way in Oracle to do this

    Have you actually seen this happen?
    On testing in Oracle 8.1.7i environment with a query
    select col1, col2, to_char(sysdate,'hh24:mi:ss')
    from big_table;
    which returned approx 3m rows and executed for over 8 minutes the sysdate value was the same for the first row selected and the last row selected, and was the time at the start of the query.
    Kevin is correct that Oracle gets the the value of Sysdate once when the query is executed and uses that value until the time that a new query is parsed.
    HTH
    Dave

  • Can't open Safari - but can hear sound files when a link is selected

    I can't open Safari from either the desktop icon or through Finder. However, when I click on a web link, through an email I can hear the sound file.
    I have another Mac that can still access the internet (i.e what I'm on now) They are networked.
    How can I fix this? In the meantime could I put up another web browser to use? How do I do this though?

    Safari's preference file may be corrupt. In the Finder, drag to the desktop the com.apple.safari.plist folder found in your User Account>Library>Preferences folder.
    Restart Safari. If this works, you'll need to reset your custom preferences, plus any custom settings in the Edit (spelling) or View (status bar, bookmarks bar, custom icons etc.) menus.
    Otherwise, move the file back to its original location. The alternative would be to try Safari from another User Account. Here is guidance from Apple on how to set up the account. You can ignore step 7 in the article.
    Also, on the system preference>Accounts panel, click on "log-in" options. There, select "fast user switching". This allows you to go back and forth between user accounts via an icon in your Menu Bar at the top of the computer screen.
    Log-on to the new account and start Safari. If the sites are accessible in the new account, then your problem is specific to your regular user account. Otherwise, similar response means a system-wide problem.
    Post back with results.

  • Controls won't change when a tool is selected.

    When I select a tool such as brush or eraser the controls at the top of Illustrator do not change tot the tools setting there for I can not adjust the tools settings such as size, softness etc.... How do I fix this?

    You may be confusing between Photoshop control bar and Illustrator... you have to double click on brush or eraser to invoke it's controls in Illustrator.

  • Metadata window doesn't change when new thumb is selected

    Since recent update I have the following problem several times a day:
    I add metadata (in split window) to a few pics. Click on another thumbnail to edit its metadata and the metadata window (left of screen) doesn't show info for the newly-clicked-on pic. It continues to show info from previous pic. Can't change that window regardless of the view or how many other pics I click on.
    Only solution I've found is to close and reopen. This happened four times yesterday, and again, within 10 minutes of starting to edit today.
    I looked into plists for Aperture (home>library>app support), but there are a lot of them and I'm not sure which might be causing the problem—or if any are.
    Thanks for the help.

    Here is an example. Click on the button and you see the change.
    Thanks
    -D

  • Regarding customization of portal page

    Hi
    any body suggest me how to change look and feel of a particular page in the portal.
    thanks
    sekhar.

    Hi Sekhar,
    The look and feel of any portal page can be changed by the Portal Themes i.e at System Admin->Portal Display->Theme Editor,where all the exterior changes like colours, themes and images can be done.
    Bt when u want to add any extra link,change the welcome message, or change the way ur portal page looks to end users,u need to change the com.sap.portals.navigation.masthead.par file available at
    ROOT\portalapps. Create a project with the parfile in NWDS under Portal INF we hav 4 jsp files,
    We have headeriview.jsp which is the file containing the functions for the portal login page.we also hav UMElogon.jsp page. Change the jsp code for editing your page. Adding a new link,popup come message.etc..
    Now after editing the login page rename the par file with teh same name (com.sap.portal.navigation.masthead )from the Project we created at NWDS.
    Go to System Admin->support ->Portal Runtime->Application Console->upload ur parfile and then the changes will be displayed at ur loginpage..
    PS:test the code properly before uploading par file at PRT
    Regards,
    Shaila

  • Visited link color is not changing when there is no page redirection

    Visited link color is not changing when i just open a popup on clicking the hyperlink.. whereas visited link color gets changed when i redirect to a new page on clicking the hyperlink
    I want to have my visited link color to change even if i show a popup on clicking the hyperlink
    This works fine with IE..

    Hi,
    Have a look at the user status table TSOCM_STAT_PROP and see if there are any unwanted PROCESS_TYPE <> STSMA combinations.
    For your process type there should only be one kind of status schema assigned.

  • Different Link Properties within Page?

    How can you change the properties of different link within
    the same page? For example: the color of the link, look of the
    link, etc.
    Reason is that I have links behind two different back drops.
    How can I accomplish this? Thank you.

    No, I don't think that's a good suggestion. It will fail in
    IE, and it has
    an unnecessary use of custom classes.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "J-volution" <[email protected]> wrote in
    message
    news:e27g7s$bk7$[email protected]..
    > set up a new css rule called
    >
    > .link1{
    > color:....
    > }
    >
    > .link1:link{
    > color.....
    > }
    >
    > .link1:visited{
    > clolor...
    > }
    >
    > .link1:hover{
    > colour...}
    >
    > .link1:active{
    > color...
    > }
    >
    > Basicallly u jus made a new style now as long as it has
    a . before the
    > name
    > and a :link etc it will only effect the links in the
    same name as the .nav
    > etc
    > that you have created. hover is used for roll over
    effects
    >
    > Hope it helps
    >
    >
    >
    >
    >
    >

  • Passing parameter in href to a different Portal page

    Hello All,
    I have requirement where I have a portlet A in portal page 1. Portlet A is a JSP which has a href pointing to the url of a different portal page (page 2) having the portlet B.
    <a href=".../pls/portal30/url/page/page2
    When I click on the link on portlet A, I need to pass some parameters to the portlet B in second page.
    I know there's no straight forward way to do this. Could you all please share me your experiences and advice me asap.
    Thanks in anticipation.

    I have an example of two portlets on the same page and parameter is passed from one
    to another. The idea should be the same
    is the other portlet in on another page.
    Hope this helps.
    Report 1: summary report
    SQL report, on scott.dept:
    select htf.anchor('http://iasqa-ultra1.us.oracle.com:7777/servlet/page?_pageid=117&_dad=wwv_30898&_schema=WWV_30898&_mode=3&dept='&#0124; &#0124;deptno, deptno) aaa, dname, loc from SCOTT.dept
    The url here is the page url with extra parameter for dept, the bind variable
    in the detail report
    Report 2: detail report
    SQL report, on scott.emp
    select * from scott.emp where deptno = :dept
    Add the following PL/SQL code in the "before displaying the page"
    wwv_30898.wwv_name_value.replace_value(
    l_arg_names, l_arg_values, p_reference_path&#0124; &#0124;'.dept', wwv_30898.wwv_standard_util.string_to_table2(nvl(get_value('dept'), 10)));
    Build a page and include these 2 portlets, then when you click
    on the link of the summary report, the page will be refreshed,
    and the detail report changed based on the data from the summary report.
    Here is the url for my example,
    http://iasqa-ultra1.us.oracle.com:7777/servlet/page?_pageid=117&_dad=wwv_30898&_schema=WWV_30898&_mode=3
    null

  • Link in xml form article text to open another portal page?

    Like in all websites our intranet have pages with articles (xml forms) where it's logical for the text to include links to other articles in other areas of the portal.
    Since all iviews (km navigation in this case) are displayed as iframes, links within the text only lead to the target page being displayed within the iview/iframe. I need the complete portal page to change to also show where in the page hierachy/navigation structure the user has landed.
    I am aware of the related links iview, but this doesn't do the trick. I want the article text itself to include the links.
    A logical solution would be to find the page's navigation URL and use this as a text link, but then I would need to add a target=_top to change the whole page around. This is not possible within a xml form. (<a href="/irj/portal?NavigationTarget= navurl://cf1c773631c70d216fe3434ca4dc3a0e" target="_top")
    Ideas?
    Henning

    Thanks for answer. Points awarded.
    BUT: Still, a link to http://server/irj/portal/link added in the html editor window of an xml form only give the options of opening the link in new browser, or in the active window. The first option results in a massive amount of opened browsers, the second results in the target page being opened in the iframe (not nice!)
    Of course I could edit the xml directly adding a target=_top, but every new editing of this file would overwrite these changes.
    The best way would be to add a new option in the html editor allowing an option of "fill entire window" when adding a text link that adds target=_top in the xml.
    Ideas?
    Henning

Maybe you are looking for

  • Load BP in CRM

    Hi all, I am using CRMXIF_PARTNER_SAVE_M and CRMXIF_PARTNER_SAVE_M02 for loaidng BP from flat file in CRM. In Flat fiel i have only BP numbers and ther are nother information. I am matching the structure with the message type. the problem is its aski

  • Are Vendor Payment Terms on RFx Object in Sourcing?

    Hi There, We uncovered this document via a Google search: http://help.sap.com/scenarios_bus2008/helpdata/en/6d/4c0a50eab44534bef84c9b7bcec94a/content.htm The document implies that the vendor payment terms are on the RFx object but I cannot confirm th

  • Problem with stk-scheme ?

    I am trying to install stk-scheme.. the first time I installed from the AUR it appeared to work-- everything went as planned. When I tried to run the program... nothing. I checked the /usr/bin which is where it was suppose to create the program etc.

  • IMovie 10 static standard title?

    When I choose "standard" for the title, the title gets a Ken Burns effect. How can I get a static title--just white font on a black background?

  • Can you give me some suggestions for encryption decryption

    ok i've written my own encryption decryption techniqu can you suggest me some better methods Attachments: EncrypDecrypt2.vi ‏59 KB