URL changing after been redirected to another component ....

Hi,
I have modified to display additional page for every authenticated user before displaying the portal home page ..
here is the code ..
IPortalComponentURI uri = request.createPortalComponentURI();
uri.setContextName("com.sap.portal.navigation.masthead.TermsAndConditions");
String Url = uri.toString();
action=\"servlet/prt/portal/prtroot/com.sap.portal.navigation.masthead.TermsAndConditions\">");
response.write("<form id=\"redirform\" method=\"post\" target=\"_parent\" action="Url">");
response.write("</form>");
response.write("<script>document.getElementById(\"redirform\").submit();</script>");
Terms and conditions page is being displaying but the URL looks like ..
...../irj/servlet/prt/portal/prtroot/com.sap.portal.navigation.masthead.TermsAndConditions
but i want it to be as  ..../irj/portal ..
how can i achieve this.
I want to make my page to be appeared before displaying home page.

HI,
Long visible URL doesn't ok to the management.
Initially i tried to direct to the T&C's page from masthead page using response.include(.., ..); but in that case T&C's page is being displaying only in masthead part i want it to place on the top of whole page.
so as a next choice i'm using <form> tag and in action="irj/servlet/prt/portal/portalroot/com.sap.portal.termsandconditions.Component" but unfortunately long visible URL taking place in the address bar.
Can't we find the place where exactly the control being passing on to default frame work page? if yes then i can redirect every one to my component first and after checking can be redirected to default framework page.
I read some where that by changing "com.sap.portal.desktop.url" we can achieve this. but don't know where should i assign my URL to that attribute in session object, even don't know whether it will work or not?
Thanks
MMK

Similar Messages

  • Idoc error message "This change has been superseded by another"

    Hi,
    I am trying to process multiple idocs together which will create/update info records using the program RBDAPP01.  But it is processing correctly only single record and for all other records its giving the error message "This change has been superseded by another"
    The function module used for processing is IDOC_INPUT_INFREC and when I checked this error is coming from it.  Infact it is comparing the output of FM IDOC_SERIALIZATION_CHECK  and populating the error message.
    If we process the same record in single, it is processing correctly and not giving such kind of message.
    I am not sure what is happening here.  Please help.

    I was trying to create multiple PIR for same material using multiple idocs.  And that is the reason it is giving the error when trying to process the idocs together. When I tried changing the same into one record ie different PIR for same article in one idoc, its processing correctly.

  • Trying to capture a URL String after a redirect.

    I'm trying to capture a URL string after a redirect. Is this possible? Am I going at this the wrong way?
    They code below always comes back; isURLInaccessible: true
    I've tried mutliple attempts of using Security.loadPolicyFile, still no luck.
    Both the URLRequest domain and the redirect domain have crossdomain files with access set to *.
    [CODE]
    public function init():void{
              var loader:Loader = new Loader();
              loader.contentLoaderInfo.addEventListener(ProgressEvent.PROGRESS, progressHandler);
              var request:URLRequest = new URLRequest(myVideoURL);
              loader.load(request);
    private function progressHandler(pe:ProgressEvent):void{
              var info:LoaderInfo = LoaderInfo(pe.target.loader.contentLoaderInfo)
                     if(info.isURLInaccessible){
                         trace("isURLInaccessible: " + info.isURLInaccessible);
                     }else{
                        trace(info.url);
    [CODE]

    use an Event.COMPLETE listener and listener function to check that property.

  • Website URL changes after I hit enter

    Steps:
    I enter "wowt.com" (that's a local TV station web site) into the address bar. When I do this, I get suggestions of sites that I have visited before (that's ok). As soon as I hit "Enter" on the keyboard, it takes me to "woot.com". This is not an autocomplete issue. This only happens in Firefox (I've tried in Chrome and IE9).
    This seems like a spellcheck feature for the address bar in Firefox that needs to be turned off.

    Nevermind... it was the AdBlock Plus plug-in doing the change.

  • Quotes change after been copied and pasted from a pdf document

    Hi,
    When copying and pasting quotes ( "" ) from a pdf document I get different quotes in the receiving document.
    For instance:
    Will paste as:
    Does anyone know how to fix this?
    Regards,
    Fred.

    Thanks for the reply.
    The document uses 28 fonts:
    Regards,
    Fred.

  • Cannot Upgrade to 9860 With the Users Folder Redirected to Another Drive

    I tried doing the update to 9860 and received an error message that I could not run the Windows Technical Preview because my "Program Files or Users folder has been redirected to another partition". This is indeed the case (my Users folder
    was redirected to my other hard drive to save space on the SSD during setup), but if Windows is running fine, why is this not a valid configuration?
    I've seen a complicated method to solve this issue and will do that to get the upgrades unless this can be addressed in the updater :)

    Hi Fumarin,
    This  is not the new issue in current build. Actually, Microsoft has gave the reminder before:
    Caution Using the ProgramData setting to redirect folders to a drive other than the system volume will block your ability to upgrade to future versions of Windows.
    By changing the default location of the user profile directories or program data folders to a volume other than the system volume, you cannot service your Windows installation. Any updates, fixes, or service packs cannot be applied to the installation.
    We recommend that you do not change the location of the user profile directories or program data folders. 
    See this article in Windows 8.1:
    You encounter an error when trying to install Windows 8.1 due to redirecting the Users or Program Files folder to another partition
    http://support.microsoft.com/kb/2876597
    Alex Zhao
    TechNet Community Support

  • Weather channel URL changes?

    Am I the only one who is seeing the TWC URL change after installing it on the original iPhone's home screen? I've installed my 2 favorite weather channel pages on the home screen so many times. Sometimes they'll work for a day, many times only a few minutes. Anyone else? Oh, yeah, 2.0 firmware.

    I found a discussion about this with some more info.
    http://www.everythingicafe.com/forum/general-discussion/weather-channel-blocks-i phone-5278.html
    Someone had emailed the weather channel about this and this is the response they got...
    "Thanks so much for taking the time to write to us. We felt that the load time for weather.com was excessive so we made the decision to force the mobile site and thereby cut our download time in half. We are actively monitoring this, as well as consumer feedback and may make an update to our current strategy soon.
    Thanks for taking the time to let us know how you feel and please send any additional thoughts or comments directly to me."
    Cathy Rohrl
    Product Manager - Mobile Web
    [email protected]

  • FRM-40654 Record has been updated by another user.Re-query to see change.

    Hi All:
    While Updating a record in form its updating fine at first time
    if i updating the record second time its not allowing me to update its showing following error
    FRM-40654 Record has been updated by another user.Re-query to see change.
    After Re-querying its allowing me to update the record .... so anyone can give a good idea to update the record without Re-query.
    i am using following versions
    Apps 11.5.10.2
    Forms 6i
    Database 10g

    @814950,
    Welcome to the Oracle Forums. Please take a few minutes to review the following:
    <ul>
    <li>Before posting on this forum please read
    <li>10 Commandments for the OTN Forums Member
    <li>Announcement: Forums Etiquette / Reward Points
    </ul>
    It is not good to use someone else's post to ask a new question; this is commonly refered to as "Post Hi-jacking." It is always best to create a new post and add a reference link to a similar post. Please create a new post for your question!
    Also,
    >
    BEFORE I NSERT OR U PDATE
    OF quantity, price_override
    ON po.po_line_locations_all
    >
    If I recall correctly from when I worked with the Oracle Enterprise Business Suite (EBS), the PO_LINE_LOCATIONS_ALL is an EBS ta ble. Oracle does not recommend you modify EBS tables directly. There are recommended methods for performing DML on EBS tables. I suggest you review the Oracle Applications Documentation library. Select your EBS version and then scroll to the Standards section and review the following documents:
    <ul>
    <li>Oracle Applications Developer's Guide
    <li>Oracle Applications User Interface Standards for Forms-Based Products
    <li>Oracle Application Framework Personalization Guide
    </ul>
    Again, please ask your question in a new post.
    Craig...
    Edited by: CraigB on Dec 1, 2010 9:29 AM

  • You have been redirected to this page because the requested url is invalid.

    When I tried to update my profile in the Apple career web site, I always got the following error: "You have been redirected to this page because the requested url is invalid."  Does any one know how to fix this problems? I have tried 10 times in different browser - chrome, firefox, IE, Safari/Macbook.

    I just updated my wife profile under "https://jobs.apple.com" and it succeed. I'm not sure when update profile and click Confirm button, what apple server try to do. Are they try to match user information or ...?
    I still cannot update my profile. Any one know what's going on after click Confirm button?

  • Does Firefox OS have a feature that alerts or notify's you if an incoming call has been redirected or diverted to your phone (from another phone)?

    Hi, Was wondering if
    Firefox OS have a feature that alerts or notify's you if an incoming call has been redirected or diverted to
    your phone (from another phone)?
    This feature was common in basic phones and feature phones but is absent on Android, Apple
    and Windows phones.
    It's useful if your operating a business and want to distinguish if an incoming call is a personal
    or a business call.
    Cheers
    Greg

    Hi GregCh,
    I understand that you would like a way to distinguish between incoming calls that were dialed directly to your phone number, and incoming calls that were forwarded to your phone number (from another phone).
    Unfortunately, there is no such feature in Firefox OS that I am aware of. Forwarding services such as Google Voice may have settings available that would allow you to distinguish the forwarded incoming calls, but I am not entirely sure.
    Please let us know if you have any other questions about your Firefox OS device.
    Thanks,
    - Ralph

  • How do I change template designs once a form has been created using another template design?

    How do I change template designs once a form has been created using another template design?

    I talked to a service Representative and he told me there isn't a function to change a form using one template to a different template. For example, I used template for "Accommodation registration" and wanted to change it to "admissions application." I was hoping I could just select a "Change template" rather than having to copy/paste everything to the new template. But that's what i had to do. Maybe the next version of this software will make it easier to change design templates.

  • Redirecting to another url when seesion expires... or on closing browser wi

    is it possible in servlet/jsp using tomcat to redirect to another URL so that i can delete my objects that are stored in ServletContext ?
    i want to redirect when the session get expire or when a user close its window ..
    is it possible using javascript ?
    if any info Plz mail at gmail ..[email protected]

    public class sessionManager implements HttpSessionListener {
         public void sessionCreated(HttpSessionEvent se) {
         public void sessionDestroyed(HttpSessionEvent se) {
    In this class for the sessionDestroyed() function i want to write RequestDispatcher .. so that i can redirect or forward my request to another URL so that i can delete my object that r present in ServletContext.
    because for requestDispatcher i need to implement HttpServlet
    which overrides service method ( doGet()/doPost()).which receives HttpServletRequest/HttpServletResponse object ...
    Plz let me know if possible .... the main thing is that i want to go to that particular URL for delting my objects
    any Plz let me know

  • When using tethered capture I often get this notification "The metadata for this photo has been changed by both Lightroom and another application". This slows or stalls the loading of incoming photos. How do I find out which other application is changing

    When using tethered capture I often get this notification "The metadata for this photo has been changed by both Lightroom and another application". This slows or stalls the loading of incoming photos. How do I find out which other application is changing the metadata and stop it?

    Thanks Sean,
    I've had a look at the TC settings dialog and tried to keep it as simple as possible. I also had a copy of LR 4 on the hard drive so have trashed that also incase of any conflicts. LR seems to be running ok now but as said it's an intermittent problem.
    I also have a copy of Capture One on the hard drive so am going to uninstall that also in case it is trying to launch.

  • HOW TO MOVE FROM ONE JSP TO ANOTHER BY HIDING URL CHANGES

    HOW TO MOVE FROM ONE JSP TO ANOTHER BY HIDING URL CHANGES IN AN ADDRESS BAR

    Please check before posting that you have not accidentally turned on the CAPS LOCK feature of your keyboard.
    To answer your question. You can't do that. There are alterate ways to solve this sort of problem. What exactly is the nature of the problem you are seeking to solve?

  • I have Kaspersky anti-virus for mac. The extension Kaspersky URL Advison 8.0.6 causes Firefox to hang when visiting secure websites, especially when the secure site redirects to another site.

    Kaspersky URL Advisor 8.0.6 causes Firefox 9.0.1 to hang when visiting secure websites and will not allow a redirect to another site. banking sites, facebook, auctionsniper, all these are affected.

    Please also contact Kaspersky Tech support and Forum and let them know the issue, if its really a bug, they will fix it through patch via database update
    * https://my.kaspersky.com/en/support/helpdesk
    * http://forum.kaspersky.com/index.php?showforum=117

Maybe you are looking for

  • Color management question on having separate profiles in one document

    I have a document with images in it that have attached printer profiles with different separations, I'd like to print without further conversion of these images since they are profiled to be printed with no color management, how do I go about this? D

  • Seeting Destination Folder when 'Share'

    When I share an iMovie project to Media Browser, and create a .dvdproj, it is placed in the Documents folder. How can I specify the folder or file where the dvd project should be sent? Thanks, Bob

  • Displaying more than one column in TreeControl

    Hi, I have three tables ( LaborOperation, LaborIndex, LaborData). In TreeControl, i am displaying the following table columns, LaborOperation ->operationid, LaborIndex -> indexid, LaborData -> date, value. i want to be like this. + Operation Id(Singl

  • ISE Labs on GNS3

    Hi Guys, I got ISE installed on VMware workstation to practice ISE features on GNS3. When I used the default images for 3600/3700 modules I didn't get all AAA commands needed to work with ISE. I went through switch recommended settings explained in:

  • WebCenter and IE7

    Hi! Im having a strange problem with IE 7 and Webcenter/ADF AF:SPACER dont work at all with IE7. Works perfect with 8. Read an article woch said that this should be solved with PS3, but we uses PS3 and that hasnt solved the issue. Do anyoun know how