FPM - customising a target in the confirmation page

Hi,
Am web-dynpro with FPM immplementation.
I need to set a link to the to the other pages and need to customise the link.
How do i set the targets in the confirmation step that can be customized.
Thanks & regards,
Ronita
Edited by: Ronita De on May 9, 2008 7:48 AM

Hi Ignacio,
of course it is possible. Drag and relate was created to make you life easer - not harder
Add the target iview as 'Drag and Relate Target' to your source iView and then your target iView will appear in 'Drag and Relate targets' area once you click on source iView.
You can do it as following:
Open your source iView for editing - double click on it in Portal Content directory.
Navigate in the Portal Content to your target iView. Right click on it and select 'Add as Drag and Relate target".
That's all!
Good luck,
Julia

Similar Messages

  • How to make servlet target to the caller page?

    If page A and B both can call a servlet, how do I make the servlet be able to return to caller page after it's work?
    i have this code:
    String target = "/index.jsp";
    RequestDispatcher rd;
    rd = getServletContext().getRequestDispatcher(target);
    rd.forward(req,res);
    How do I get caller page and forward back?
    thanks

    create a parameter in the calling page with <input type='hidden' name='callingPage' value='page_name'> and pass this to your servlet. then your servlet would know which page was the one that called it.
    String target = "/" + request.getParameter("callingPage");
    RequestDispatcher rd;
    rd = getServletContext().getRequestDispatcher(target);
    rd.forward(req,res);

  • HT5538 I want to download an app from the app store and it's frozen on the confirmation required page. My phone is brand new, I bought it 4hours ago...what to do?!

    I want to download whatsapp and I pressed on it in the appstore and now it's frozen on the confirmation page, I can't press cancel nor can I press confirm. My phone is brand new!What to do please?!

    hold the sleep/wake button and the home button until the phone restarts. after that make sure your itunes account is setup and confirmed.

  • JSP Form with Formatted Confirmation Page

    I have a basic form, and I would like to have a confirmation page pop-up when the user clicks that they are done. The confirmation page needs to have considerable formatting on it, and include the data the user inputted on the form. It also needs to have a "Continue", "Go Back" and "Print" buttons. Continue will tell the form to proceed with submitting the form to the servlet, Go Back will put the user back on the form, Print will bring up another JSP with the form data in printable format with print/email options. Upon exit from the print page they will be back on the Confirmation Page.
    The code below will allow for an OK, and Cancel button in the standard Message box, but this won't work.
    I am assuming I need to create another jsp for the confirmation page. But i am stuck on two issues. How can i ...
    1) Get the data onto the confirmation page from the form?
    2) How can I pass back to the initial form the value of what the user selected (Continue or Go Back) so i know whether to proceed with submitting the form, or staying put.
    Thanks for any help! I am very new to jsp programming.
    <FORM
    ACTION="http://www.mcfedries.com/scripts/formtest.asp"
    METHOD="POST"
    NAME="Monikers"
    onSubmit="return validate(Monikers)">
    Here's the JavaScript for this function:
    <SCRIPT LANGUAGE="JavaScript">
    <!--
    function validate(frm) {
    // Build the form data
    var formData
    formData = "First Name: " + frm.First.value + "\n"
    formData = formData + "Last Name: " + frm.Last.value + "\n"
    formData = formData + "Nickname: " + frm.Nick.value + "\n"
    formData = formData + "Stage Name: " + frm.Stage.value + "\n"
    // Show the data to the user
    return confirm("Here is the form data you entered:" + "\n\n"
    + formData + "\n"
    + "Do you want to submit this data?")
    //-->
    </SCRIPT>

    Does the problem persist if you upload All Files (and not just modified). Do you continue to receive the message even if you choose "After Sending: Stay on Current Page" option? If yes, a site URL would help in identifying the issue.
    Also try inserting a fresh form on a page/new Muse site and see if you're able to replicate the behaviour on different browsers.
    Thanks,
    Vinayak

  • How is Define Links on Confirmation Page-link list key linked to iviews?

    Hi All,
    Although there is no ESS in MSS as such in our new portal (hompage framework), we have configured it as much as we could, so that it was similar to the previous ESS in MSS.  We have used a copy of the ESS address iview for the ESS in MSS emergency contact.
    The trouble is that the links on the confirmation page are trying to resolve to ESS rather than resloving to an option in MSS.  E.G. the Go to Address Overview link is trying to resolve to the address overview screen in ESS rather than MSS.
    I have  checked the parameters on the view and there does't appear to be anywhere that you can assign the lnk list key.  Similarly I have checked the resources and the services parameters and have nowhere to put this key.
    So my question is, how exactly is the link list key attached to an iview? In our case the iviews are in 2 different PCD's so how can I create a zlink list key and assign it to the copied address iview?
    Many thanks,
    Liz.

    The confirmation links are defined in V_T7XSSSERLNK - as far as I can see they are linked to services not iviews
    defined in HpF
    Also "ESS in MSS" is available as "Self-Service for My Employee" in MSS Related Activities for certain SAP releases
    Best wishes
    Stuart

  • How do I attaching a confirmation page to a survey submission?

    The link below goes to my survey. I want to prompt participants to a confirmation page on submission. Where and how to I link to that confirmation page?
    http://www.diojeffcity.org/Home%20Page/Parishioner%20Survey/survey.html

    Hi
    At the end of your-
    sendresults.php
    page, you would have to redirect them to the confirmation page, using something similar to the following -
      $confirmGoTo = "confirm.php";
      header(sprintf("Location: %s", $confirmGoTo));
    PZ

  • Work Protect Popup coming up on Confirmation Page

    I understand how the Work Protect options works, and we have chosen to enable it in our ESS installation.  However, since the install of SP14 for ESS I have noticed the Work Protect Popup coming up for some countries when trying to leave the Confirmation Page via the "What do you want to do next?" links.
    The links on the backend have not changed, and I would assume since I'm on the confirmation page, the transaction should be complete and no issue with data saving should be present.  Also, it depends on which link I hit as to whether or not the popup appears. 
    For example, in Taiwan, when completing a Personal Data application change, I come to the Confirmation screen and am asked "What do you want to do next?" with the standard options
    1. Go to Overview Page
    2. Go to Areapage
    3. Go to ESS Homepage
    If I select the Overview Page, the request is executed without issue.  However, if I select either of the other two options, I get the Work Protect mode popup asking how I want to proceed. 
    Has anyone else seen this issue?  And if so, any idea how it is corrected?

    I am a colleague of Robert Bimonte's.  FYI, the SAP Development team in China has provided a fix for this bug.  In the interface controller implementation of the Overview, Detail, and Review views, the "isDirty" method must be modified to include this code:
      public boolean isDirty( )
        //@@begin isDirty()
            return wdThis.wdGetVcPerBankTWDetailController().isDirty();
        //@@end
    The 'return' statement above replaces the 'return true' value.  This fixes the problem for most of the applications.  One exception is for the Taiwan Personal ID's application, which you must make the fix described above, plus add the 'isDirty' method to the Component Controllers of the 3 views as well.

  • MSS PCR Confirmation Page link error

    We are getting an error when a standard PCR is submitted by the manager in MSS.
    Error : "Service key not existing in the backend - no parameters can be added to the service key link! "
    Service link HCM_MSS_PCR is maintained.
    Notification #s are getting in backend created but the confirmation page is not displayed.
    We are using the MSS 1.0 version and ECC 6.0 backend.
    Appreciate quick response!!.

    Prakash,
    Could you please give me more details like where he needs to maintain, transaction.. etc.
    Appreciate your help!!.
    Thanks

  • How to scope beans for a JSF Confirmation Page

    I have a web form with corresponding backing bean for each input field. I have two buttons on the form. Here is some of the page:
    <h:inputText id="clientName" value="#{clientBean.company}" required="true"/>
    <h:inputText id="clientContact" value="#{clientBean.contact}"/>
    <h:commandButton id="btn_Submit" value="Submit" action="#clientBean.save}"/>
    <h:commandButton id="btn_Cancel" value="Cancel" immediate="true" action="cancel"/>
    Navigation rules display a confirmation page with the inputs the user has entered, and the cancel button brings them back to a simple menu screen (where they can click a link and re-visit this web form).
    IF THE MANAGED-BEAN-SCOPE for clientBean is set to REQUEST, I cannot use the bean attributes to populate outputText elements on a confirmation page (they are no longer in the current request). (I'm OK with this....)
    IF I SET THE MANAGED-BEAN-SCOPE for clientBean to SESSION, I can use the attributes of the managed-bean to drive the confirmation page, HOWEVER... if the user fills in the form and clicks CANCEL, then re-visits the web form, the values they entered prior to clicking Cancel are pre-populated in the web form.
    I've even gone as far as to have the Cancel button fire a cancel() method on the clientBean where I set all backing attributes to empty strings. That doesn't work either.
    Is there a way I can remove a managed-bean instance from the session scope entirely when the user clicks Cancel? Or is there a preferred method of ensuring that form values make it to the confirmation page using request scoped beans?

    I'd the same problem ever.
    It's not a good way to do these clear in the cancel button,
    for users maybe not click the cancel button, but click others links on the page
    and quit, after a while, then goto the form, there will be the previous data
    displayed as click back on the confirm page.
    at last i resolve the problem by adding a page before the form page.
    all links to the form page are linked to the new page,
    in the new page,
    1st, clear the state of the managed-ben(clientBean),
    there were a few ways to do this,
    (1), change all the properties of the clientbean to a default value.
    (2), remove the clientbean from the session(JSF will create an new instance when it remove from the session)
    2nd, redirect the request to the form page.
    You may write only one page (the clear-state and forword page) for all form in the application by passing the managed-bean to be cleared as a parameter.
    Hope be helpful for you.

  • Uncheck OK checkbox in GR Confirmation Page

    Hi,
    i got an situation where my purchase order has 20 items. Only one item was received and should be GR. However in SRM, when you enter the confirmation page, the default is to check all checkbox of the OK checkbox. My users would want the default to be unchecked for all OK checkbox.
    May i know where is the configuration to make this changes or a technical enhancement should be made. If so, what is the badi to solve this problem.
    Hope to hear from you gurus.
    Many thanks.
    Regards,
    Wilson

    Jegan,
    The checkbox is not associated with any VO Attribute(not to any db attribute, and transient attribute).
    And When you are moving between the pages you are keeping the retainAM true, that is keeping the value in the checkbox.
    Try the following,
    1) when you move the first page to second page,
    pageContext.removeParameter(<id of the checkbox field>);
    or if you want the checkbox should be unchecked when the page loads, get the handle of the bean and setValue to N in the ProcessRequest.
    And check the issue.
    With regards,
    Kali.
    OSSI.

  • Lost my repair confirmation page. Help!

    About a month ago I set up an online repair, but could not print out the confirmation page needed to give to UPS. I decided to wait a month until I got home from school to do it instead, but now I have lost the confirmation page. I thought I would just be able to start over, but the website does not let you do that. Is there a way to find the confirmation page again? Or a way to get it repaired?

    - Contact Apple support:
    http://www.apple.com/support/ipodtouch/contact/
    - Call/visit an Apple store

  • Custom defined links on confirmation page does not work.

    Hi,
    I am trying a define a custom link for the leave request confirmation page in the ESS module of the portal. I am able to see the url link, but when I click on it, it does not navigate to the new page. Here are the steps I completed.
    - created a custom webdynpro application.
    - created an iview and a page for the custom web dynpro application.
    - created test role and workset, tested the iview successfully in the
        portal from the menu.
    -  Defined a custom resource for the iview, put the url of the PCD page in
        the  "URL of PCD Page" field.
    - Defined a custom webdynpro service for the above resource.
    - Defined a custom link on the confirmation page using the above service.
    I would appreciate if anyone can provide any guidance, tips or ideas on missing steps...
    Thanks in advance,
    Saket

    Hi for X in range,
    You may take a try to contact Microsoft local license support team:
    http://www.microsoft.com/en-gb/licensing/contact-us.aspx
    Best regards
    Michael Shao
    TechNet Community Support

  • Confirmation Page with registration?

    Hi there.
    I am building a registration page for a site.
    Normally I have the registration page taking you to a confirmation page and after hitting "submit", finishes the registration.
    2 Questions:
    Is this still a good practice?
    If it is, how can I make a "back" button that still have the populated fields where an individual can change what needs to be changed and then hit the "confirm" button again?
    Thank you all very much.
    Deon

    Hi
    The confirmation page would depend on the amount of data I was collecting and what the data was for.
    e.g.
    If it was a survey or e-mail subscribe, then I would not include a confirmation page, (although I would provide feedback for the a-mail subscribe - Thank you [email protected] for subscribing to the news letter ...).
    If it included product purchases and client information, then yes I would include a confirmation page.
    PZ
    www.pziecina.com

  • Adobe branding on confirmation page

    If I purchase one of the upgraded versions of ForumsCentral, will the "try it free" promo go away? On the free version, when you submit a form you are taken to a confirmation page, and under the message that you put in there is a promo for ForumsCentral and a link where people can go and try this program/software for free. If I use one of the paid versions, will this go away and the only Adobe branding would be in the small links at the bottom (Powered by Adobe...)?

    Yes, that promotional message on the confirmation page of the form will go away when you purchase.
    Randy

  • Everytime I try to pay with my cc on paypal, I enter all of my infor and after I press the "review and confirm" button the same page reopens but has erased only my cc #, exp date and security cvv number. What could be wrong?

    b.stats.paypal.com : server does not support RFC 5746, see CVE-2009-3555
    This appears on my error page everytime I try to use my credit card through paypal. I enter all of my info (billing, etc..) and after hitting the "review and confirm" button the same page reappears and has erased my cc number and leaving my name and billing info. What can I do to finish my transaction?

    The message about CVE-2009-3555 is meant for webmasters to make them aware that they need to fix their servers.<br />
    Firefox 3.6 versions can detect such a misconfiguration and displays a warning in the "Tools > Error Console".<br />
    * http://wiki.mozilla.org/Security:Renegotiation
    You may have a problem with the PayPal cookies.
    * "Remove the Cookies" from sites causing problems: Tools > Options > Privacy > Cookies: "Show Cookies"
    See also:
    * http://kb.mozillazine.org/Cookies#Removing_cookies
    * [[Cookies]]
    * [[Enabling and disabling cookies]]

Maybe you are looking for

  • Configure Multiple Tax Codes to appear in MIRO

    Hi, We have a scenario where a PO was created with a line item which had an incorrect tax code (A1 instead of A0).  It has been posted and GR.  When posting the invoice I would like to correct the tax code for that line item, however I only have the

  • Automation of scheduling for performance-based planning

    Colleagues, I've got a question regarding automation option for skipping calls upon measurement document reading update. So, scenario as follows MP with strategy (activity) is scheduled with 1K, 5K, 10K hours with surpressing hierarchies 1,2,3 accord

  • Very slow broadband and frequent disconnects

    Hi I have been a new BT customer since April 2013 after moving to rural Scotland. They gave estimated speeds as 8Mb download and 2Mb upload which I was happy with considering location. For about 3 months those were the speeds we were getting until a

  • Duplicate subtree for source message

    Hi, What do I do if I need to duplicate the source tag? For example Left occurs 0 thru 4, however system will always pass two occurrences, say, Left(0) = 100 Left(1) = 200 I need to map these to different fields in the target for example.. Rightfirst

  • Cannot sync Calendar to new iPhone: OutlookSyncClient.exe error

    Hello. I just got my 4GB iPhone yesterday and started experiencing Calendar synchronization problems immediately. Everything else syncs fine, just not the calendar. The error I get is: "OutlookSyncClient.exe has encountered a problem and needs to clo