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

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

    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..

  • Page with user role anonymous not loading on standalone weblogic server

    Friends,
    I have gone through similar posts and still was unable to find a solution to my problem so thought of posting the problem myself
    Steps i followed
    - created a jsff page
    - created a taskflow and dropped the jsff page on it(considered option of granting anonymous role to taksflow and otherwise also)
    - created a jspx page and droped the taskflow as a region on it (the bindings are visible of the taskflow)
    -granted the anonymous role to the jspx page and checked the view box under actions
    -used the following code for page redirection from an image
    <af:goImageLink id="offerl1" targetFrame="_blank"
    destination="../cc/intRates.jspx"
    icon="/images/home/offer2.png"/>
    The page is called on click of a link and smoothly opens in the integrated weblogic environment however on standalone server it give me the following error
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.2 401 Unauthorized
    Checks i made
    - Compared the EAR file jazn.xml file with the jazn.xml file in jdeveloper
    - reviewed the system-data-jazn.xml file and confirmed entries of the application roles which matched the ones in jazn.xml file
    Have been on for this issue for a while now.Would appreciate any help on this
    Edited by: user10308052 on Dec 24, 2012 4:01 AM

    Hi,
    I deployed your app to standalone and integrated servers both and I am able to navigate to the next page successfully by using the below URL:
    http://127.0.0.1:7101/NEA/faces/view1
    Please note that view1 is the view id not the jspx page name, so you should not include .jspx page when working with taskflows
    Sireesha

  • Pagelets not rendering in Fusion ADF application pages deployed on standalone weblogic server

    HI All,
    I am creating a Pagelet Producer connection, and dragging a pagelet on the page as iframe, with height auto. When I run the application in the integrated weblogic server, I am able to see the pagelet. However when I deploy the application on the standalone weblogic server, then the pagelet isn't rendered.
    I am using fusion ADF application 11.1.1.7  and standalone weblogic server v 10.3.6.
    Thanks in advance for yours assistance. Please I need a solution for this uregently. DO let me know, if you need any additonal information.
    Regards,
    Nikhil Mahto

    Sorry for the wrong infromation. The correct scenario is:
    I have an ADF application, in which I have a Pagelet producer connection, pages and taskflows. This ADF application is inlcuded in a Webcenter Portal Framework application, as a shared library. When the WCF application is deployed on the Weblogic server, the pagelets don't appear on the pages.
    I tried the FRAMEBUSTING context parameter to never but it didn't help.
    Regards,
    Nikhil Mahto

  • 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

  • DVDs created in Elements 8 do not work on standalone players

    Hi,
    I've been using Elements 7 on Windows 7 before Elements 8 was released.
    The source of video is a SD HDD-camcorder and for all the projects I created 4.7 gb dvd-folders, then using a seperate dvd-writing software to burn to discs.
    Now since Elements 7 wasn't officially supported I upgraded to Elements 8, but the problem is that the dvds created - although same workflow, do not work on standalone dvd players.
    Now, the source is the same, I've tried diffrent dvd-media (dvd+r, dvd-r) and diffrent software for writing dvds, and i've tried four diffrent dvd players and only one player is able to playback the elements 8 dvds.
    The dvds are of the type Autoplay-dvd.
    I assume given these combinations i've tried - the process of compiling a dvd has changed in Elements 8 as compared to Elements 7 which then outputs less compatible dvd-folders.
    Googling around on the term "Opendvd" i found a concept of DVD-V and DVD-R and a knowledge base article on Microsoft hinted that these are diffrent modes of dvd-video or something and I'm wondering if this might be the reason - regardless of it, i've no idea how to fix it so i really need help on solving this issue,
    hope somebody can help.

    Okay, I took an even more systematic approach to this problem yesterday,
    here's what i did (all burning done in cdburnxp),
    1. using a dvd+rw disc i burned an older dvd-folder which i knew worked - worked fine in player, this was just to confirm that the player could indeed play back dvd+rw/media.
    2. using the same disc i burned a dvd-folder which was created in elements7 - it worked.
    3. using the same disc i encoded a project created in elements 7 loaded in elements 8 - it worked
    4. using the same disc - i tried once again tried to create a new project added one old video file too see if there might be something wrong with the source video.
    At this point i also did some research using the Get Media Info option in premiere, and the framerate for the same file was reported as 29,97 and 25 depending on where on the harddrive i tested it - might be because premiere adds some metadata to it.
    5. using the same disc - i reencoded an elements 8 project which didn't work on standalone players, burned the dvd folder - it worked
    At this point i was thinking, okay, maybe the Media I did use orignally wasn't compatible, so i gave it another shot in #6 and #7.
    6. Using a dvd-r i burned the image from step #5 -burned at 16x - it worked.
    7. Using a dvd+r I burned the image from step #5 - burned at 16x - it also worked!
    Now the confusion is complete for my part - and I can not find any conclusive reason for the misbehaviour orignally reported.
    Seems like either Premiere Elements or the media was having a bad hair day when I originally reported this problem.

  • 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.)

Maybe you are looking for