How to redirect a part of the page?

I have a main line of screen contains a link. When I click on this link, I need display the corresponding article in the page. Results page contains numerous blocks for different articles. I want to show the corresponding section for which the user has clicked.

For example, the results page contains following sections on the page.
(1) contact information
(2) educational details
(3) contact information

When the user clicks on the Details Update education form the home page link, the system must redirect the result with 2 page) educational Details as a highlighted section.

It's like bookmarking page.

How is it possible to redirect to a specific section of the result page in the ADF?

Help, please.

Published by: yannick October 13, 2011 09:27

Yannick,

If I understand you correctly, what you're talking about is an anchor.

You create anchor points on the page where you want to scroll through the options (not redirect to). For example, in your scenario, you would have 3 anchors (personal, educational, contact). You create an anchor point by inserting an af:goLink with the 'id' property specified as the name of the link. For example:


Then you would have a 'Personal data updated' link that are mentioned as destination anchor name:


John

Tags: Java

Similar Questions

  • How can I make my view on my screen the entire page instead of just a part of the page

    How can I make my view on my screen the entire page instead of just a part of the page

    Hello

    This Microsoft Information should help you with your problem:

    http://Windows.Microsoft.com/en-us/Windows-Vista/change-screen-resolution

    See you soon.

  • When clicked on a menu item is still done scroll to this part of the page but not properly noted in the menu more

    Today I opened my site in Muse to do some small updates and my head was completely broken, I have a header menu that uses the anchor points, and when clicked on a menu item is still made this part of the page-scroll but not correctly highlights the menu more.

    I also had a slideshow put in place to change each px 1100 scrolls, but who has stopped working completely.

    How did this happen without changing me anything? or I could go back to an old backup?

    It turns out all I had to do was reboot all and everything was fine, the program must just acted buggy

  • How to stop taking control in the page from popping up every time I double click on the firefox desktop icon?

    Pop - up when I double click the icon of firefox on the desktop, the home page and control of two-page fact sheet page. How to stop taking control in the page from to appear repeatedly when I double click the icon of firefox?

    You can solve this problem with the file blocklist.xml was forced to update.

    See:

  • How can I copy parts of the text of a pdf file in preview?

    How can I copy parts of the text of a pdf file in preview? For example, the beginning and the end part of a passage - copy not a few sentences in the Middle

    Select the first part of the text you want to copy. Press the command and option together and also select another passage of text. Now, press command + C to copy the two text selections.

    Hypothesis: The PDF did not limit content selection.

  • Cursor jumps to another part of the page or the screen when you type

    Hello

    When you type on the keyboard of my laptop cursor will go to a random part of the page or the screen and keep tapping on what I already typed.

    I had this problem with a Dell Inspiron, and they provided a patch with has been for the Bios or the touchpad.

    Is this a common fault with the Toshiba. I've seen some messages referring to disable the touchpad. However I don't think that this is a solution to the problem and Toshiba should provide a fix.

    Does not at any time have my finger on the touchpad while I was seized.

    Hope that answers.

    Huw.

    Hello

    As Christopher said use FN + F9 key combination to disable the touchpad. If the problem persists you should contact the Service partner. I'm sure they have more experience with it.

    I use two models of laptops different and same happen to me. Not often, but sometimes.

  • Printer prints only 3/4, last part of the page is faded.

    Whenever I have the impression that part of the page prints part background fades.

    Hello

    ·          What version of the operating system is running on your computer?

    ·          What is the number and model of the printer?

    ·          When the issue started?

    ·          It is not very good in the preview before printing?

    ·          Does the problem appear when you print a test page?

    The likely cause is a colour cartridge that is low on ink or is very old.  The color cartridge replacement should solve the problem.

  • My Dell V305 printer prints very small. How can I get to fill the page?

    My Dell V305 printer prints very small.  How can I get to fill the page?

    Hello

    Were there any changes made on the computer before the show?

    Method 1:

    I suggest you to refer to the article and see if it helps:

    Resources for the resolution of the printer in Windows XP problems

    http://support.Microsoft.com/kb/308028

    Method 2:

    See the articles and check if that helps:

    To set printing preferences

    http://www.Microsoft.com/resources/documentation/Windows/XP/all/proddocs/en-us/print_setting_document_defaults_personal.mspx?mfr=true

    To set the properties of the printer

    http://www.Microsoft.com/resources/documentation/Windows/XP/all/proddocs/en-us/print_setting_printer_props.mspx?mfr=true

    Settings that affect printing

    http://www.Microsoft.com/resources/documentation/Windows/XP/all/proddocs/en-us/print_c_properties.mspx?mfr=true

  • some parts of the page is missing

    OfficeJet 7310, Windows 7 64

    Just noticed a few days ago that my printer is not printing parts of the page.  The colors are very well and very good print photos.  The missing lines or parts of a line would be black or color and are missing.  Drivers and software are up-to-date and nothing of fact to make it.  Makes no sense but what is happening.  Any ideas?

    It turns out that the problem isn't with the Chrome browser.  Have referred the matter to them.  Thank you.  I'm glad that the problem isn't my printer.  Impossible to find one that prints as well.

  • How to wrap a part of the AIArtHandles to GroupArt

    How to wrap a part of the AIArtHandles to GroupArt

    Here's a small sample:

    AIArtHandle bindGroup, clipGroup;

    AIArtHandle clipPath.

    FixedRect placedBounds;

    AIPathSegment clipSegments [4];

    AIPathStyle pathStyle;

    This group will link the mask and oppose all

    error = sArt-> NewArt (kGroupArt, kPlaceAboveAll, Nile, & bindGroup);

    This group will define what objects are hidden. Its mandatory character

    will be lost when the group is formed by a group of clipped

    error = sArt-> NewArt (kGroupArt, kPlaceInsideOnTop, bindGroup, & clip-

    Group);

    Create a path to use as a clipping path. The path is the

    first element of the group to be made into a clipped object.

    error = sArt-> GetArtBounds (art, & placedBounds);

    SetClipSegments (& placedBounds, clipSegments, false);

    error = sArt-> NewArt (kPathArt, kPlaceInsideOnTop, clipGroup, & clip-

    Path);

    error = sPath-> SetPathSegmentCount (clipPath, 4);

    error = sPath-> SetPathSegments (clipPath, 0, 4, clipSegments);

    error = sPath-> SetPathClosed (clipPath, true);

    The field 'clip' PathStyle must be set to make this work

    error = sPathStyle-> GetCurrentPathStyle (& pathStyle);

    pathStyle.clip = true;

    error = sPathStyle-> SetPathStyle (clipPath, & pathStyle);

    Objects below the clipping path are cut (assumed that art is valid)

    error = sArt-> ReorderArt (kPlaceInsideOnBottom, clipGroup);

    tell Illustrator to put the group previously defined in a cup

    Group

    error = sGroup-> SetGroupClipped (clipGroup, true);

  • In the recent update of Adobe Reader, how can I go and delete the pages? Thank you very much!

    In the recent update of Adobe Reader, how can I go and delete the pages?

    I am struggling with the new simplified design.

    Any help is appreciated.

    Thank you!

    Adobe Reader cannot remove pages.

  • How to make navigation that pushes the page to the side while revealing the links?

    How to make navigation that pushes the page to the side while revealing the links?

    There is currently no way to call JS in reflow, or add some CSS Transitions. You can export the code

    and then open it in a code editor of your choice and add the script necessary to do this. An example is available here: wide canvas Show Menu for Bootstrap model

  • Some parts of the page is cut when it goes to the next page.

    This page is the page that converted to PDF after submit button click on it
    According to the amount of text, put user in the form of entry
    < cfinclude template = "attributeinclude.cfm" >
    < cfinclude template = "attributeinclude2.cfm" >
    < cfinclude template = "attributeinclude3.cfm" >
    and
    the text box checked stretch to 2-3 pages pdf or limited to only the first page.

    The content of
    < cfinclude template = "content1.cfm" >
    < cfinclude template = "content2.cfm" >
    < cfinclude template = "content3.cfm" >
    < cfinclude template = "content4.cfm" >
    are sometimes cut in half
    My goal is to be together the < cfinclude template = "content1.cfm" > 2 and 3
    not forever Breal? If it remains on the first page, then it would be in the lower part of the page.
    If she goes to the second page, then it does not break. It also should go either on the home page if it is the only or the lower part of the page as well
    Thank you

    Don't know what I'm talking about yet, but help?
    Do I put this code and where?
    Here is the code

    Thank you

    A few notes:

    -Place the lines of code out of the cfdocument tag cfparam.

    -remove the link cfdocument tag. The link tag can only appear in the head section of the page.

    -remove the cfoutput tag. There is apparently no need;

    -remove the long comment lines . If you need break the document into sections, use the cfdocumentsection tag. A previous thread contains an example of the use of section tags and cfdocumentitem and cfdocumentsection feed page.

    said: You should consider installing Coldfusion MX 7 patches if you have not already done. One patch is for cfdocument text cut problems.

  • How to create Mulitple tab in the Page

    Dear all,
    How to create Mulitple tab in the Page (UI)

    One way is to download the OA Framework Metalink Dev guide. You can also navigate to Jdevdoc (under your Jdev installation) and find the index.html file. There you have the reference to the Dev Guide. You can get the right information here too.

    Concerning
    Sumit

  • How to send the values in a column of "report" instead of a "part of the Page?

    Hello

    Here's my case: two pages A and B.
    A page is used to display each employee of a selected service.
    Page B is used to create / modify employees.

    I create a button page which redirects to page B.
    By default, page B is empty (from course to fill in the blanks to create a new employee).

    However, there are 2 values I want to send to page B (I want to fill in some blanks in advance): the service and the Manager ID ID (there is a Department Manager).
    -I managed with the service ID because it is a page element and in the "Action when click on the button" button I filled "Set these Items"-> agenda of Page B "with the values"-> about a Page A day.
    -I am confused with the ID of eating because it is not a page element, but a report column and there is nothing to do like I did for the service in the button ID to create.

    I'm a bit lost cause I don't know how transfer/send this value to the second page.

    Do you have any idea?

    Thanks again for your time!

    BR

    Ulrich

    "Cleared Cache to Page 4, when an employee existing is being changed."

    Where did you get that? >

    On page 3, region staff, the report Employee ID attribute

    See Empty the Cache under the link column

    Glad to have helped.

    Jeff

Maybe you are looking for