Navigation of the page - JDev11g, ADF BC

Hi all

I use JDev11g, ADF BC, Windows XP. I'm building an application in which I have an index page that links to a lot of other pages. The connectity is ok moving, I mean that I click on the link, I can go to the correct page by using goLink. But the problem is when I use goLink for the back of the page to the index page.

When I click back to the index page it does not change the address in the address bar.

Address of the index page:
/ ADF_App-ViewController-context-root/faces/index. JSPX? _adf. CTRL-State = 1439195741_23

The address of the selected page:
ADF_App-ViewController-context-root/faces/layout/Secondary/simpleDialog.JSPX?_adf. CTRL-State = 1439195741_27

Address of the index page when returned is
ADF_App-ViewController-context-root/faces/layout/Secondary/simpleDialog.JSPX?_adf. CTRL-State = 1439195741_31

I'm not able to go to another page that is different between the index after returning from a page.

* / ADF_App-ViewController-context-root/faces/layout/Secondary//layout/Secondary/popUp.JSPX?_adf. CTRL-State = 1439195741_35 *.
The error displayed here is URI not found

Help or Suggestions will be appreciated...

Thanks and greetings
Jyothi

Hello

You can 'isolated' adfc-config. XML into multiple files.
-> New-> Web Tier-> JSF-> ADF task flow of files and uncheck 'create as stubborn taskflow '. In this way you create an another unlimited taskflow who is added as a resource of metadata to the adfc - original config.xml, and you can separate your navigation into logical groups.

Pedja

Tags: Java

Similar Questions

  • Call the bean managed during the loading of the page in adf

    I had the problem in the method while the page is loading

    I've used ADF code below, but it does not work

    < af:serverListener type = "onloadEvent".

    Method="#{pageFlowScope.RequesterListOfValues.getLogonName}"/ >

    < af:clientListener method = "onLoadClient" type = "load" / >

    < af:resource type = "javascript" >

    function onLoadClient (event) {}

    AdfCustomEvent.queue (event.getSource (), "onloadEvent", {}, false);

    Returns true;

    }

    < / af:resource >

    ------------------------------------------------------------------------------------------------------------------------------------------------------------------

    The bean of Managed Code

    / public class RequesterListOfValues implements Serializable {}

    public RequesterListOfValues() {}

    Super();

    }

    private String userBPM;

    Public Sub getLogonName()

    {

    userBPM = getBpmUserName();

    }

    public String getBpmUserName() {}

    String userName = "";

    try {}

    FacesContext context = FacesContext.getCurrentInstance ();

    Ctx = string

    (String) context.getApplication () .evaluateExpressionGet (context,

    "#{pageFlowScope.bpmWorklistContext}"

    String.Class);

    IWorkflowServiceClient = workflowSvcClient

    ADFWorklistBeanUtil.getWorkflowServiceClient ();

    ITaskQueryService = wfQueryService

    workflowSvcClient.getTaskQueryService ();

    IWorkflowContext wfContext;

    try {}

    wfContext = wfQueryService.getWorkflowContext (ctx);

    userName = wfContext.getUser ();

    System.out.println ("connection name" + username + "\n");

    } catch (WorkflowException e) {}

    e.printStackTrace ();

    }

    } catch (Exception e) {}

    e.printStackTrace ();

    }

    Returns the user name;

    }

    }

    Hi user,

    You can run the method to load page helps also below, method

      
    
        public void onLoad(PhaseEvent phaseEvent) {
            if (phaseEvent.getPhaseId().equals(phaseEvent.getPhaseId().RENDER_RESPONSE)) {
                if (!AdfFacesContext.getCurrentInstance().isPostback()) {
                    onLoadExecuteEmpDeptForm();
                }
            }
        }
    
  • Navigation of the page with the dynamic action button.

    Hi all

    I use apex 4.2.6 on windows 8.1

    I create a button with the dynamic action.

    When the end user, click on the button, I want to access a page.

    How to do this?

    I created a branch of this button to access the page 10 on SUBMIT AFTER TREATMENT CALCULATION VALIDATION.

    but no navigation happens.

    they code plsql works well that is put into the dynamic action, but the page is not navigate.

    kindly guide me.

    Kind regards.

    Maahjoor wrote:

    I create a button with the dynamic action.

    When the end user, click on the button, I want to access a page.

    How to do this?

    I created a branch of this button to access the page 10 on SUBMIT AFTER TREATMENT CALCULATION VALIDATION.

    but no navigation happens.

    they code plsql works well that is put into the dynamic action, but the page is not navigate.

    If you want to run the PL/SQL code and creates a branch to another page, why do you use a dynamic action? The easiest way to do this is the button send page, the PL/SQL to run as a process after submit (potentially conditional, click on the button) and the page navigation to achieve using a plug (once again, perhaps conditional on the button that is clicked).

  • Get &amp; quot; Navigation to the page Web has been cancelled &amp; quot;

    Repro:
    1. create a chm file in RoboHelp 7 HTML.
    2. it works when I open HR or open the .chm, as you have it saved in My Documents > MyRoboHelp project > project name >. SSL! > projectname.chm.
    3. copy the file to a different location (such as a network drive).
    4. when I go to open, just get the "shell" the file opens with the table of contents, but all pages display message "Navigation to the webpage was canceled".


    What is happening with this? I don't know even where to start troubleshooting. I don't get the error messages in the compilation.

    Thanks, Leisa

    Hi there Leisa

    Please take this in the way in which it is intended. (read with humor) Where you from years past? Microsoft made a change for years who did overflow feature CHM when you try to run from a network location.

    If you wish, you can change the behavior. But that means security to relax a bit. More can be found at this link.

    See you soon... Rick

  • How to use the carousel for the page navigation in the Page of Index

    Hello
    I want that the componet carousel for the Index Page.Each carouselItem should have a click Image.When on the image that he must break into a new appropriate pages.

    Kind regards
    Tom

    Hello
    Follow this procedure,

    1.Premier, create a view object with imageURL and pageName as its attributes,
    2. drag and drop the object from view of the DataControl in Jspx page
    3 inside of the carouselItem, drag and drop the af: commadImageLink
    4. inside of the commandImageLink do drag a setActionListener and bind the item.pageAction with a property in the managed bean,
    5. in the commandImageLink property inspector.
    In icons, give #{item.imageURL} and Action link it to a method in the managed bean that method must return the page action that is taken by the setActionListener

    Now run the Application

    Kind regards
    Felix

  • How do I close the page in ADF

    Hello
    How do I close the close page. No return to the homepage. I want to just close the page.please let me know. I use jdev 10.1.3.3

    Hello
    Please enter the following in the event onclick javascript code

    Opener = Self ();
    Window.Close ();

    Hakim

  • Difference between subview JSF and fragments of the Page in ADF Faces

    Hi, what is the difference between the use of JSF subview tag and ADF Faces page fragments.

    It's between these two-

    < f: subview id = "header" / >
    < jsp: include page = "Header.jsp' RAS ="true"/ >"
    < / f: subview >

    and

    including directly a fragment of a page (with an element of jsp:root outbreak) as below

    < jsp: include page="/fileExplorer/popups.jspx"/ >

    Thank you

    The subview is a naming container which ensures that no violation of ID of component unique is caused by the imported page fragment. Use the component subview, all IDS of any fragment component are prefixed with the id subview followed by a colon

    Frank

  • Why my navigation move a few pixels by shifting the pages?

    Hi all!

    It is a question that I had intended to ask for years know but have not obtained because the problem is so small.

    But: it's now getting on my nerves for the fifth site in a row so I thought I would ask here:

    When I move between pages on my site at the www.bengtssonstromberg.com... Strategic design for the high demands of the brands

    The navigation between the pages of the jumps a few pixels (May 7-8).

    Jump between (the main navigation pages) news and work on a larger screen, the browser some padding, and you'll see what I mean...

    Eternally grateful if someone knows how to solve this problem!

    / Mathias

    Hi Mathias,.

    You'll get started here. Almost all of the pages of the site set up the browser, unless it is condensed down significantly, with the exception of 'Work', where content goes below the fold a little, so it displays the scroll bar on the right, which moves the page to the left slightly.

    David

  • Navigating ADF Train until a specific stop on the loading of the page

    Hello friends,

    I'm working on the GUI of an ADF web application, requiring the use of train components. It is possible to navigate through the component to train at a specific stop by programming once the page containing the component of train is loaded, but according to our business scenario, I need navigate the train at a specific stop (say 3rd stop for example) while the page is loading.

    Is it possible to do?

    I use JDeveloper 11.1.1.7.0.

    Best regards

    Anshul

    try to use the method call activities

    Shri

  • Earphone for navigation of page in ADF paged table 12 c

    Hello

    I use ADF out of the box pagination feature. In the table, political scrolling is set to 'Page' and the pagination works fine.

    My requirement is to perform certain activities when the user navigates to a different result in the table, either by clicking on the page number or by selecting the previous, next, first, last icon that appears at the bottom of the table.

    Anyone can guide me please on how to capture the navigation table event.

    ADF 12 C

    JDev Version 12.1.3


    Thanks and greetings

    Gerard

    You can try to crush the navigation event (org.apache.myfaces.trinidad.event.RangeChangeEvent ) However, I'm not sure that this event is raised for the navigation.

    Timo

  • Popup before the page navigation

    Hello.

    I'm showing a popup before I have a navigation page. The popup is designed as a loading screen with and animated GIF.

    There is a button on the screen, when you click on it it should show the popup and then make navigation. (If the window is displayed until the next load of the page, the navigation link in the taskflow bacuse calls several methods between the two screens)

    First tried to use the ShowPopupBehaviour, which I discovered was not possible because he cancel the action of the button when encountered.

    Then I tried to do a program like this:

    public String cb1_action() {}
    FacesContext context = FacesContext.getCurrentInstance ();

    PopupUtil.invokePopup (p1.getClientId (context)); same as popup.show (hints)


    context.getApplication () .getNavigationHandler () .handleNavigation (null, "next_method_in_taskflow", context);

    Returns a null value.
    }

    However, it does not, since the popup is not showed.

    The question is, how to display the pop-up window before the page navigation is performed.

    TIA

    TIA, please tell us your jdev version.

    Your use case is best done using the #027 examples (http://www.oracle.com/technetwork/developer-tools/adf/learnmore/27-long-running-queries-169166.pdf) of http://www.oracle.com/technetwork/developer-tools/adf/learnmore/index-101235.html

    Timo

  • Many problems of navigation of Web pages since the update to Firefox 41

    Since the last major update to Firefox a few weeks ago, I had problems during the use of the buttons such as home, end, Pg Up, Pg down when scrolling through Web pages.

    If I press the end, it must be placed towards the bottom of the page, but it usually scrolls a little distance or doesn't do anything. When I'm way down on a Web page, press home should take you to the top of the page. However, he did this on rare occasions. He general scrolls upward further DOWN on the page, scrolls a little lower than the top or doesn't do anything.

    PG. PREC and PG. Prev are similar as well. PG down repeatedly scrolls wayyyyyyy upward or down and Pg up wayyyy goes upward or down... or nothing at all.

    Updating to FF 41.0.2, I had hoped that the problem has been resolved, but alas, the question remains, and so I decided to post this. I tested this on other browsers such as Chrome and MS Edge and they use keys properly.

    Any advice? Thank you.

    FredMcD said

    Start Firefox in Safe Mode {web link} by holding down the < shift >
    (Mac options)
    key and then from Firefox. Is always the problem?

    Actually, I * think * I just found the problem. I have keyboard navigation and you had a few weeks for technical reasons. That is almost certainly interfere with the navigation of the Web page. I realized the question after going into safe mode. Thanks for the help!

  • When I scan documents with HP Photosmart 7510 ADF, how can I stop the pages to be marked?

    Hello

    I use a HP Photosmart 7510 (model No. C311a, product no. CQ877B)

    When I scan documents using the automatic document feeder, they are more often (80%) marked left.  It seems to be caused by the wheel which initially grabs the book.  It provokes a black spot of the width of the wheel to be left on the page.

    The mark appears about a quarter turn to the bottom of the page and is about 1/2 cm in height, but is very sensitive.  Sometimes, another brand is left a little further down the page and sometimes these two brands are accompanied by a very reduced, but still noticeable grey banner (again I believe caused by the wheel).

    The brand is very visible not only on the scanned now but also (of course) in the pdf file that result, and since I'm on this printer for things like job applications, it's not big.

    Other people know about this?  If Yes, is it possible to fix it or must return the defective printer?

    See you soon,.

    silverShnoop

    Hello silverShnoop

    Such problems can sometimes be caused by dirty rollers or the parts of the ADF (automatic document feeder). The following instructions (whereas for a different problem) contain instructions for the cleaning of the AAD.

    The ADF (ADF) captures no paper

    There is another article that could help as well. It contains instructions for cleaning the scanner glass.

    Vertical stripes, lines or streaks in the Copies or Scans

  • 7520 all-in-One: 7520 all-in-One scanning now a straight line of the page when using the ADF

    A week ago I noticed that the analyses using the ADF put a black line about an inch from the right edge of the page.  This will not occur during the analysis of flat glass; only when you use the ADF.  I checked the glass and paper tray are clean and free of debris.  I wish that it there a way to display an image of what I'm talking about.

    The line is about the thickness of a vertical margin of Notepad and gray line.

    Someone at - it ideas other than buying another printer?

    BINGO!  That's all.  The glass was dirty.  Thank you very much.

  • The scanned Pages of ADF not readable-pulls sheets with different speeds &amp; streaks page...?

    I have a HP Officejet Pro 8500 has more who struggled to properly perform the analyses of the ADF.  It seems that is happening WITH PDF FILES.  The ADF will get out the paper at different speeds, creating the effect below.  When it goes faster (you can hear it speed up), you get the lines; When he finds the right speed, you get what is digitization of bottom-good copy.  It seems to work correctly in photo mode, etc. - ONLY WITH PDFS.  Sometimes, it can properly analyze dozens of pages (and did very well in the past), and now he has started to do this.

    I cleaned the rollers, but appear not to be the problem if it happens only with PDFs.  I cleaned the glass of 1 inch Strip, but would not be the problem either if the bottom of the page (or top or wherever it happens to go faster) has NO scratches on it).  I have looked at post after post and cannot understand it.  What could be wrong! ???

    BTW, I have a Windows 7 64 bit computer that I use with it.

    Thanks for any help!

    I'm glad to hear your good news, and I appreciate the update.  This could be valuable information for someone else.

    I'll give you a link which deals with topics of the ADF.  Click here  This will show you all the ADF areas that need to be cleaned.  A wet coffee filter is a good tool for the cleaning of the rollers.  Alcohol friction broken residue sliding in this situation, but for a regular cleaning, I would recommend distilled, filtered or bottled water.  Nice day!

Maybe you are looking for