Page navigation is not working

hi,
i am working on adf application using Jdeveloper 11.1.1.1g.
i have created 3 jspx pages.
one for inserting a Employee record to the database table(contains fields like name, employee code,address,status etc..)
and other 2 for searching a record and update it.
here i can successfully insert,search, update record.. But when i use a condition like update the record only if (status='pending'),it is not working...
i followed a procedure it is as follows,
1.I created a search page with a name search.jspx and added a command button in that to navigate it to the router.
2. I have created two more pages one for updation and one for error page.
3.in the adfc.config.xml , i have taken all the three search.jspx, update.jspx, error.jspx. and connected search.jspx to other 2 pages using router .
4. inside the router i have added a case like _#{data.untitled1PageDef.EmpDetailsView1.collectionModel.Status=='pending'}_ then outcome is update (where empdetails is my view object). or else outcome is error.
but when i run this application , it always goes to the error page, i mean the condition is never satiafied.
so if anybody can tell where i am going wrong, it would be appreciable.

hi Suganth,
the source code of my search pagedef as follows.
*<bindings>*
*<tree IterBinding="ViewObj1Iterator" id="ViewObj1">*
*<nodeDefinition DefName="model.ViewObj" Name="ViewObj10">*
*<AttrNames>*
*<Item Value="Age"/>*
*<Item Value="DepId"/>*
*<Item Value="Dob"/>*
*<Item Value="Doj"/>*
*<Item Value="Name"/>*
*<Item Value="Password"/>*
*<Item Value="Status"/>*
*<Item Value="UserId"/>*
*<Item Value="Username"/>*
*</AttrNames>*
*</nodeDefinition>*
*</tree>*
*<attributeValues IterBinding="ViewObj1Iterator" id="Status">*
*<AttrNames>*
*<Item Value="Status"/>*
*</AttrNames>*
*</attributeValues>*
*</bindings>*
There are two bindings--> 1. tree binding for searching the record. and 2. separate binding for status (attribute).
But when i used *#{bindings.Status.inputValue}* in the value field of an input text ,it is returning null..

Similar Messages

  • Page navigation buttons not working properly

    Hi,
    I am having a multilingual Java Application (e.g. English, Japanese, French...).  In this application there are reports which display the data using locale parameter (like en_US, ja_JP etc.) to display the data in selected language.
    The problem comes up when I see Japanese reports on English operating system machine and vice versa.
    When I click any button of page navigation it changes the page number but does not load and display the page accordingly.
    It's like when I run the report it displays the first page, then clicking on Next button brings 2 in navigation field but the report  would still show first page, same happens for 3, 4.... all pages. 
    The other navigation buttons also do not work, they change the page number but display only the first page.
    This problem does not occur when I see Japanese reports on Japanese OS machine and English reports on English OS machine.
    However my clients need the first case, Japanese reports should work on English OS machine also.
    Please advise urgenly.

    Hi,
    I resolved the above issue by removing the call to method setProductLocale in jsp file (which was really unnecessary in code as product locale is meant to set languange for crystal report design environment ).
    Actually the problem was I had set locale at two place
                    1. using setLocale method of ReportClientDocument object) after the initialization of report client document object
                    2. using setProductLocale method of CrystalReportViewer object after the initialization of Crystal Report Viewer  object
    After commenting out code for setProductLocale, reports in all languages and all their functionalities started working 100% perfectly.
    Thanks.

  • IWeb Page Navigational Links not working with Internet Explorer 7

    I'm hoping someone can help me out here? My wife created her 1st website using iWeb. I am testing the sites functionality before we publish it. All the pages and links work fine on Firefox and Safari for windows. However, the page navigational links are not working on Internet Explorer 7. All I see is a dot to the left side of where the page links should be. When I start the site in IE7 I get an Active X script warning and I am asked if I want to allow the script to run; to which I reply yes. After I allow the Active X script the dot to the left side of where the page links should be disappears, but the links do not appear.
    Is there anyway to resolve this? Most of the members of her club have Windows based PCs and are using IE7.
    Message was edited by: cviz821

    Yes, Javascript is running on IE7 and other java script applets appear to be working with the exception of the Navbar script.
    It would be great if my wife's friends used a "real" browser, unfortunately 70% of the people on the web use IE7, so this is a real concern if we can't get this to work. I'v seen other iWeb site on IE7 that seem to function fine, so I'm not sure what the issue is here.
    Message was edited by: cviz821

  • Page Navigation Safari not working

    Hi,
    I am using page navigation but this is not working on Safari. Version 1.0 and 2.0.4 have been tested on OSX 10.2 and 10.4.7.
    I am left with a page with nothing visible that I assume is meant to submit the form.
    The source of the page follows.
    Anyone know how to fix this?
    <body onload="(top.frames.length >1) ? top.location='home.html' : window.location.href='home.html'"><?xml version="1.0"?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta content="no-cache" http-equiv="Pragma" />
    <meta content="no-cache" http-equiv="Cache-Control" />
    <meta content="no-store" http-equiv="Cache-Control" />
    <meta content="max-age=0" http-equiv="Cache-Control" />
    <meta content="1" http-equiv="Expires" />
    <title></title>
    <script type="text/javascript" src="/DCP/theme/com/sun/rave/web/ui/defaulttheme/javascript/formElements.js"></script>
    <link rel="stylesheet" type="text/css" href="/DCP/theme/com/sun/rave/web/ui/defaulttheme/css/css_master.css" />
    <script type="text/javascript">
    var sjwuic_ScrollCookie = new sjwuic_ScrollCookie('/homeredir.jsp', '/DCP/faces/homeredir.jsp');
    </script>
    <link id="link1" rel="stylesheet" type="text/css" href="/DCP/resources/stylesheet.css" />
    </head>
    <body id="body1" onload="return body1_jsObject.setInitialFocus();" onunload="return body1_jsObject.setScrollPosition();">
    <form id="form1" class="form" method="post" action="/DCP/faces/homeredir.jsp" enctype="application/x-www-form-urlencoded">
    <input id="form1_hidden" name="form1_hidden" value="form1_hidden" type="hidden" />
    </form>
    <script type="text/javascript">
    var body1_jsObject = new Body('form1:button1');
    </script>
    </body>
    </html>
    </body>

    OK, I see it. The bug is a second body tag at the top of the page.

  • Page navigation is not working on standalone weblogic server.

    Hi,
    the page navigation is working perfectly of my application when i am deploying in integrated weblogic server but it fails wen i am deploying it in standalone weblogic.can anybody suggest?
    thanks in advance

    my url is this
    http://10.0.7.11:7001/Test-ViewController-context-root/faces/login.jspx?_afrLoop=593067363330965&_afrWindowMode=0&_adf.ctrl-state=1l7il465p_4

  • Crystal Report for VS2010 - The Go To Page function does not work

    When running a report into Crystal(VS2010), the Go To Page function does not work.  Typing in a page number and pressing Enter does not take you to that page.  The report remains on the current page. I'm not sure if there is suppose to be a button like the one in Crystal 8.5(VS2008).

    As long as you are using the CR assemblies for VS .NET, the viewer (Win) should look like this:
    Remember, the ActiveX viewer based on the Report Designer Component (RDC, referencing craxdrt.dll) is not supported in VS 2010.
    - Ludek
    Follow us on Twitter
    Got Enhancement ideas? Try the SAP Idea Place
    Share Your Knowledge in SCN Topic Spaces

  • TS2167 My pages do not come up when I try to visit them in the web browser - ie the top page links do not work.

    My pages do not come up when I try to visit them in the web browser - ie the top page links do not work.
    How do I reconnect the links to their relevant pages again (I use iWeb)

    The background photo is on top of the links. Select it and move it to the back or add the background image via the Inspector/Page/Layout pane in the Page Background section.
    OT

  • Layout Options - Page Order Does Not Work Correctly

    I have a Photosmart C7280 All-in-One printer.  The Layout Option - Page Order does not work as expected.  The User Guide (page 95) states that the default for a multiple page document is to print first page first.  The manual states that to print last page first requires one to change the Page Order to "Back to Front".  For my Excel, Word, Internet Explorer and PDF pages, I need to leave the Page Order as "Front to Back" if I want the last page to print first.  This makes no sense.  In addition, I can't get my Quicken reports to print last page first no matter what I try.  Does anyone no why the Page Order does not work as expected for Excel, Word, IE and PDF, and does not work at all for Quicken?

    Keisha,
    If you uncheck the "show" option, then the corresponding HTML for that item is not rendered on the page. Thus, when you try to inspect that item via APEX_APPLICATION.G_F02, it simply doesn't exist.
    One trick that I use when I want to have hidden items on the page, but not make them take up any space, is to concatenate them to items that will be visible.
    Using your query as an example, I would re-write it like this:
    SELECT APEX_ITEM.CHECKBOX(1,ROWNUM,'CHECKED')ATTENDED,
    APEX_ITEM.HIDDEN(2,C.PARTY_ID)
      || APEX_ITEM.HIDDEN(3,C.PARTY_TYPE_CODE)
      || C.PARTY_TYPE_CODE PARTY_TYPE_CODE,
    S.PERSON_ID,
    S.PERSON_FIRST_NAME AS NAME,
    C.PARTY_CASE_ID
    FROM CASE.PARTY C
    INNER JOIN DN.PERSON S
    ON C.PARTY_ID = S.PERSON_ID
    WHERE C.PARTY_CASE_ID = :P18_CDBCASE_ID
    AND C.PARTY_SEQ_NO = :P18_SEQThus, the second APEX report column will contain the HTML for the hidden items PARTY_ID & PARTY_TYPE_CODE, as well as the value for PARTY_TYPE_CODE. When you submit the page, you should not encounter any issues.
    Thanks,
    - Scott -
    http://sumnertechnologies.com/
    http://spendolini.blogspot.com/

  • I have a macbook version mac os x 10.4.11 and im trying to download PAGES however its not working! help!!!

    I have a macbook version mac os x 10.4.11 and im trying to download PAGES however its not working! help!!!

    The latest iWork '09.2 requires 10.7 Lion. You can go onto eBay and get the '09.0 or the '08 version which will work with 10.4. http://en.wikipedia.org/wiki/IWork
    iWork '09  http://www.ebay.com/sch/i.html?_sop=12&_ssov=1&_fln=1&_sacat=0&_sc=1&_nkw=iwork+ 09&rt=nc
    iWork '08 http://www.ebay.com/sch/i.html?_nkw=iwork+08&_sacat=0&_odkw=iwork+09&_sop=12&_ss ov=1&_osacat=0&_fln=1&_sc=1

  • The 'go back one page' button does not work on all pages

    The 'go back one page' and 'go froward one page' buttons do not work (they're light gray as opposed to dark gray) and neither does the 'back' button after right clicking. They worked fine in Firefox 3 but do not in version 4

    Click '''Help '''| '''Restart with add-ons disabled '''and then in the menu which appears, checkmark ''Reset toolbars and Controls'', then ''Make changes and restart''.

  • Using Acrobat Pro X on windows 7.  The replace pages feature does not work.  Is this a known issue? Is there a fix?

    Using Acrobat Pro X on windows 7.  The replace pages feature does not work.  Is this a known issue? Is there a fix?

    Hi Todd,
    I haven't heard other reports of this (though there was an issue quite some time ago where deleting pages on this combination of Acrobat/OS was challenging).
    Can you please tell me what happens when you try to replace pages? Do you get an error message? Are you able to manipulate pages otherwise (delete, extract, and so on)? Is this issue unique to one file, or does it happen with all PDF files?
    I look forward to hearing back from you.
    Best,
    Sara

  • Plzz i think i opened a hacked internet page and now notting works well autocad stopped working firefox as well and i donno wat to do

    plzz i think i opened a hacked internet page and now notting works well autocad stopped working and firefox as well ........could mac os be virused??

    There are no Mac viruses, only malware that requires your assistance to get installed.  For more on this, see:
    http://www.reedcorner.net/guides/macvirus
    As to your problem, we can't say what might have happened without more information.  Try restarting your computer, and if that doesn't help, we need to know what you saw and what's happening now in greater detail.
    (Note that my pages contain links to other pages that promote my services, and this should not be taken as an endorsement of my services by Apple.)

  • Page up and page down does not work, it works in internet explora

    page up and page down does not work @www.hkej.com/template/landing/jsp/main.jsp
    it works when using internet explora

    Go to >Tools>Options>Advanced and uncheck the "Use Autoscrolling" and "Always use the cursor keys to navigate..."
    That worked for me.

  • Navigation links not working on some pages

    Since updating to iWeb '08, I have had problems with the main navigations links on most of my pages once I leave the Home Page. I'll go to the site, click on a Navigation link at the top of the page, and when the new page loads, the nav links at the top of the newly loaded page (which are the same as the ones on the home page) don't all work.
    Anyone got a clue?
    Site: www.faithmountainaz.com
    Thanks, all!

    That was a hopeful. But the graphic is NOT blocking the nav bar. I even went through all the pages to make sure it was out of the way.
    Bummer. That would have been an easy fix!

  • Navigation bar not working cannot add a new one says there is a warning but does not indicate what kind of warning

    In the space where you would add a widgit there is a warning so a new navigation bar cannot be added.  I tried uninstalling and reinstalling but that did not help.  When I pulishedd my website the navigation bar did not work.  It only linked to one page but I cannot fix the problem because of the warning. 

    Hi
    Are you creating a manual menu and while adding another menu item you are facing error ?
    Please elaborate more as what are the steps you are taking and upload screenshots of navigation bar that you are using in design mode , if site is published then share the url.
    Thanks,
    Sanjit

Maybe you are looking for