Problem in navigation of Page in Boulded Taskflow


Hi all

I have a bouded workflow where I have two points of view.

1 results found

2 details view.

In the results see the results I I have a table where the first column as hyerlink in details page I.

I have change and functionality of update in my view details page.

My problem is when I navigate first page (results page) to the second page (see page) am filling in the values of the form. If the user changes a form field in the details page and click back to the page of the results without saving it.  Again, click on the same line and go to the details page for now that the application displays the last values that the user has been changed recently. But these values are not database, these documents are in the Session.

So my question is every time when I go to details page I need the actual values of the data that appear in the fields on the form.

Please help me.

I use JDEV: 11.1.2.0.1

Thank you

BEE.

Hello

Have you tried to run the restore operation upon return without saving changes?

Concerning

Tags: Java

Similar Questions

  • Problem in navigating from page A to page B

    Hello

    I have a problem and I'm stuck, please help me.
    I replaced the traditional menu that is based on af:navigationPane and af:commandNavigationItem with af:menuBar, af:menu and af:commandMenuItem inside the JhsPageTemplate.jspx file. I mean, I replaced this part
    -----
    < af:navigationPane id = "Menu2".
    rendered = "#{attrs.showMenu2} '"
    partialTriggers = "' Item2: pendingChangesDialog: Menu1 '"
    var = 'menuItem '.
    value = "#{attrs.menuModel} '"
    Level = "#{attrs.menuStartLevel + 1} '"
    Hint = 'bar' >
    < f: facet name = "nodeStamp" >
    < af:commandNavigationItem id = 'Item2 '.
    partialSubmit = 'true '.
    Text = "#{MenuItem.label} '"
    actionListener = "#{pageFlowScope.pendingChangesBean.handle} '"
    action = "#{MenuItem.doAction} '"
    rendered = "#{MenuItem.rendered}" >
    < / af:commandNavigationItem >
    -----

    with the menu which I built manually

    -----
    < af:menuBar id = binding = "#{MenuBean.menubar"mbMain"}" >
    < af:menu text = 'BASIC' id = "mBasic" rendered = "true" >

    < af:commandMenuItem id = "Signatories" text = "SIGNATORIES" rendered = 'true '.
    action = "uishell:Signers" partialSubmit = "false" / >

    < af:commandMenuItem id = "BSI" text = "BSI" rendered = 'true '.
    action = "uishell:BSI" partialSubmit = "false" / >

    < / af:menu >
    < / af:menuBar >
    -----

    For the action property of commandMenuItem, I used the action generated automatically in the files menu - property xxx.xml. Now I run the application and everything seems to work but when I navigate from page A to page B and refresh the browser by F5 an error like this message:

    javax.el.PropertyNotFoundException: inaccessible target, 'BSIDetailTable' returned null
    at com.sun.el.parser.AstValue.getTarget (unknown Source)
    at com.sun.el.parser.AstValue.setValue (unknown Source)
    at com.sun.el.ValueExpressionImpl.setValue (unknown Source)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:656)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:727)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:727)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:727)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:727)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:727)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:727)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:727)
    to oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.access$ 000 (LifecycleImpl.java:71)
    to oracle.adfinternal.view.faces.lifecycle.LifecycleImpl$ 1.call(LifecycleImpl.java:697)
    to oracle.adfinternal.view.faces.lifecycle.LifecycleImpl$ 1.call(LifecycleImpl.java:693)
    at oracle.adf.view.rich.component.fragment.UIXRegion.processRegion(UIXRegion.java:503)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:692)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:727)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:727)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:727)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:727)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:727)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:727)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:727)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:727)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:727)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:727)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:727)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:727)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:727)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._restoreView(LifecycleImpl.java:632)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:300)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:185)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)
    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:446)
    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:446)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
    at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.jheadstart.controller.jsf.AuthenticationFilter.doFilter(AuthenticationFilter.java:282)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    to oracle.security.jps.ee.http.JpsAbsFilter$ 1.run(JpsAbsFilter.java:111)
    at java.security.AccessController.doPrivileged (Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.wrapRun (WebAppServletContext.java:3715)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3681)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)


    the done "BSIDetailTable" refers to a table in the page in which I have sailed since, in the case of A page. I think that navigation has not been done correctly and completely, and the control is looking for something in the previous page. Action = "uishell:BSI" attribute is the same for the component af:commandNavigationItem and af:commandMenuItem component then why is - what happens?

    I use JDev 11.1.1.4 and JHs 11.1.1.3.35

    Kind regards
    Will do

    Will do,

    You must set partialSubmit = 'true', and the menu bar should have partialTriggers to listen to the menu items:




    Text = "employees".
    action = "uishell:Employees".
    rendered = 'true '.
    partialSubmit = "true" / >

    Text = "departments."
    action = "uishell:Departments".
    rendered = 'true '.

    partialSubmit = "true" / >

    Text = 'country '.
    action = "uishell:Countries".
    rendered = 'true '.
    partialSubmit = "true" / >

    Then, in UIShell.jspx, you must add your id to the bar of menus "mbMain" as a partial target:



    "partialTriggers =": mbMain: Menu1: Menu2: pendingChangesDialog "/ >

    Steven Davelaar,
    JHeadstart team.

  • Problem of navigation by exposing existing ADF application as a portlet in WebCenter

    I joined my existing ADF application with WebCenter by following the steps mentioned in http://www.oracle.com/technetwork/developer-tools/jdev/ccset62-all-100884.html.

    In the homepage of our application, we are displays a table with a list of IDs and we are adding the user selected as a parameter of the URL id to display the following page dynamically.

    After integration of webcenter homepage is displayed correctly. But when I select an id home page, home page is once again appears instead of the next page. Even if I am not able to find any exception in the weblogic Server console.

    I don't know, but what I suspect is portlet ignores settings that are appended to the URL.

    Can someone help me solve this problem of navigation.


    Kind regards
    Kiran

    Published by: user13331987 on August 30, 2010 04:27

    Published by: user13331987 on August 30, 2010 04:46

    The difference with portlets and adf applications, is that you can not access the URL from the portlet settings. You need to spend your portlet page.
    You must first create a pageparameter that can be done in the links page or when running using the component of an oracle composer.

    This article describes how to wire set of portlets, but that's why you need of pageparameters and portletparameters:
    http://download.Oracle.com/docs/CD/E12839_01/WebCenter.1111/e10149/pages_wiring.htm

    You must do the same thing, but you have only 1 portlet and your page setting will be an EL statement where he gets the parameter of the URL. When you set the portlet for the pagaparameter parameter, the value of the pageparameter will be send to the portlet, and then you can ask that the value of your portlet.

    I've already implemented this on a webcenter application spaces so if you get stuck somewere, let me know.

  • PROBLEM when scanning multi-page pdf

    Hello

    Since the update of the sierra, I have a problem when scanning multiple page document. If I check the checkbox "merge pdf" in the scanner window, first page works fine but when I scan page #2 or one of the more page don't merge in the file pdf which flashes briefly in the sidebar, but still with only one page...

    I tried with another scanner (diff brand and model) and the same problem, so not a driver issue...

    any idea?

    Thanks in advance

    Stephane likes

    Best I can tell with Sierra make a pdf of many a scanner using the preview page is completely broken. Time to report through www.apple.com/feedback/.

  • problems with some Web pages won't load does not correctly

    I have had problems with pages loading correctly but have not been able to solve the problems. I also tried to create a screen shot without success apparently. It is with all Web sites are not only some here and there. Sometimes if I navigate to the power and return to this page, he can solve the problems but more often than not, it does not solve the problem. I also use another browser such as google chrome or firefox and not met the same problem. The same page loads correctly and as expected. I appreciate your help in this matter and I did some of the steps in the frequently asked questions and what you all have suggested to solve the problem as clear the cache, etc. in case of problems, but it does not permanently fix

    my Firefox isn't properly loading page please solve... example

  • There was a problem with this web page, so it has been reloaded. Started happening right after the last security update.

    Since the last update security update some says there are. "There are several sites that I get the error" there was a problem with this web page, so it has been reloaded "and it does not load the site ultimately. It is in Safari. Sites will open in Chrome very well. I tried to delete the cookies and cache. Restart the browser.

    Version OS X 10.9.5

    It can happen if you have third party advertising blockers installed as extension Safari or third party plug-ins.

    How to troubleshooting instructions here.

  • message keeps coming up ' is a problem with this Web page then it has been reloaded.

    My woman keeps getting the message on his ipad when she tries to use the internet "is a problem with this Web page then it has been reloaded. What happens whenever she tries to go to a Web page. It all started last night when she tried to open a file attached to an email zip. Could not be linked. What should she do?

    Do a restart forced his iPad: press and hold the home button and sleep, wait for the Apple logo, release the buttons. While waiting for the reboot also restart the WiFi router by pulling on the power of him, wait a minute, then plug it in again.

  • "There is a problem with this Web page then it has been reloaded" in Safari on my Mac.

    When I go to Google Docs, the page may not load and the message "is a problem with this Web page then it was recharged" keep appearing until page reads "a problem several times occurred with xxx. It is also accompanied by a message saying "web content Safari quit unexpectedly. This problem occurred only when I try to access a document on google docs, and google no drive. It happens on multiple google accounts, so I guess that the problem is not in the account.

    I tried to remove the plug-ins, extensions, modules, clear my cache, erase my browser history and go on a guest account, start up and none of them worked. I have a macbook air.

    Does anyone know the solution to this? Thank you.

    Hi, it happened to me as well and made me mad, I've sorted this problem out by updating FontExplorer XPro (from version 2 to version 5.5), check your font app situation, if it is old, if you corrupt fonts etc.

    If you use font book, select the fonts and post them and if the problem persists then go to FILE) restore the Standard fonts.

    It seems that this is a problem caused by your application of policies or corrupt fonts, to give it a try.

    Good luck

    Gabriel

  • Navigation between Pages

    Hi all

    I am developing an app for z10, I have 4 pages with a lot of custom inside each other UI controls.

    But I don't have a navigation page, if anyone can help me to know what is the best way of navigating between pages?

    Kind regards

    Neo

    usually, you have a navigationPane, that is not a visible element, but is used to control the navigation (using push/pop, etc.).

    If you do not want to use one (or another like tabbedpane) you will need to control the user interface of c ++

  • When I open IE msg said "a problem with this web page caused IE to close and reopen the tab."

    I have a Compaq CQ60-202US about 3 years and all of a sudden, without making any change in the software that I am aware, whenever I try to open Internet Explorer, it gives me this message, "a problem with this web page caused IE to close & reopen the tab."  I can open Google without any problem. I upgraded to IE 9, but that made no difference. I don't really know what it takes to solve this problem.

    Hello

    You can try resetting Internet Explorer as follows: be aware that this will remove bookmarks and saved passwords etc

    Open windows control panel, open Internet Options, click the Advanced tab, and then click the reset button.  Click 'Yes' or 'Ok' for all additional guests needed to complete the process.

    In case of failure to correct the problem and you are using Windows 7, follow these steps.

    Click on the Start Menu and select Control Panel.  Open programs and features, click on "Windows turn features on or off" and remove the check mark next to Internet Explorer 9 click Yes, then OK and then when restart the laptop.

    When Windows has restarted, click the Start Menu and select Control Panel.  Open programs and features, click on "Windows turn features on or off" and re-enter the checkmark next to Internet Explorer 9.  Click Yes and then OK and when it is finished installing, restart the computer again.

    Kind regards

    DP - K

  • 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!

  • Navigation menus with drop downs-problem with the home page

    I have my site set up with a navigation menu that includes several items that have submenu items that appear on the overview. Is there a a way to make these pages unclickable, which means that users can choose only one of the submenu items?

    Hello TracyB1974,

    I think that you want the item in the submenu to show, but you don't want it to be clickable.

    If this is the case, you can try following:

    • Go to the plan view
    • Right click on the page you want to be clickable.
    • Select Menu > Include page without hyperlink

    This will create the menu item in a submenu, but she will not be linked to any page.

    Kind regards

    Vivek

  • How to manage Navigation between pages using Cascades

    Hello

    I want to make navigation between the current page and new Page, I tried to use the navigationPane, but I still don't get, again, I'm new to C++, if I create a new FirstPage Class, which contains .cpp and h. files there if ranging from waterfalls, and iin the click button, I should be going to the page? Any sample code will be useful,

    Concerning

    Rakesh shankar, P

    Hello

    I have posted the solution in your other thread.

    http://supportforums.BlackBerry.com/T5/Cascades-development/doubts-regarding-the-creating-stack-of-s...

    In the future please try to stick to one thread to make it easier for others to find solutions to the problems.

    See you soon

    Swann

  • How to use the same fragment of page inside different taskflows in multiTaskFlow?

    Hi, I am using Jdev 12.1.3

    I have a View1 fragment of page inside 2 workflow: btf - task1.xml and btf - task2.xml.

    In this TaskFlows, I invoke the ExecuteWithParams method with different parameters (even the iterator).

    If I add this task empties into multitaskflow, then the data will be the same. I think that the problem in the same iterator.

    Can I use a page fragment in multitaskflow and get different data?

    Thank you, Alexa

    If you set the scope of data to "isolated", each instance BTF will separate db transaction control (different data)

    Dario

  • Region of the ADF, submit and problem of navigation buttons

    Hello world

    My JDev is 11.1.1.7

    I have a jspx page and it has a region.

    There is an af:table, an af:form with navigation buttons and submit buttons in the region. When I run the page jspx, region is working.

    When I chose a table row, form updates. There is no problem here!

    But, when I want to use the buttons, for example, I used the navigation or submit buttons. Nothing happens.

    How can I solve this problem?

    Thank you

    There is an af:table, an af:form with navigation buttons and submit buttons in the region.

    When I read that part once again, it's not very clear is your table inside the af: form or not.

    You should have that one af:form in the hierarchy of the pages and everything must be placed inside this form.

    Dario

Maybe you are looking for

  • How can I move the tabs under the address in linux/FF 24 bar?

    I prefer the tabs under the address toolbar on my Firefox. Before I could just click or uncheck an option to do this, and it remained the same that I have upgraded. However, I recently moved to Linux Mint 16, and he had 24 already installed Firefox.

  • M40X-250: what is the hidden partition?

    Hello I have a M40X-250 and I want to know what the 250 MB hidden partition? Can I delete it? Thank you

  • Satellite Pro U300 Expansion Chassis problem

    Hello fellow users. I am trying to use an expresscard with my satellite pro expansion chassis. Problem is that in Device Manager, I am getting error code 12 for PCI bridges in the chassis and the error code 31 for the PCI bridge on the card I want to

  • My new Portege Z30-B-110 does not start

    My Z30-B-110 does not start. The keyboard and the screen will Flash regularly. I tried in vain to press the power button for a while. I would be grateful if you could help me.Thank you! Tona.

  • Songs of mystery undeletable on my 5th generation Ipod

    There are songs on my iPod that I did not put there, don't want here and cannot be deleted. In addition, they do not appear in Itunes when I plug it into my computer. They are not in my iTunes library, either. I tried to left by dragging the pieces o