Printable Page Displays Wrong Calendar

Has anyone else seen this problem? When I'm in my calendar (week view) via UWC and I click on Printable it sometimes brings up a new window with someone elses calendar details. If I close the printable page and then go back to mail and back into calendar and try again I get my own calendar in the printable page.
Some of my users seem to be affected more than others....

Hello again, Vikas,
You were so helpful the last time I wondered if you would help me with another problem.
Below are three photos. Photo #1 is the page as I designed it and as it appears in 'Design'.
Photo #2 is how #1 looks in 'Preview'. Note the text is the same but the image is different.
Photo #3 is later on in the series. It's as if 'Preview' for photo #1 stole the image from photo #3.
Do you know what happened?
The photo below is the page in 'Design'
The photo below is in Preview. Note that the text is right but the photo is very different:
The photo below is a few pages later; below it is with its correct text:
In preview mode the page immediately above is correct.
If you wish to see the pages, they are as follows:
Photo #1 which is in my Design mode doesn't appear on the published site.
Photo #2: http://www.gayannrogers.com/ruth-hubert.html
Photo #3: http://www.gayannrogers.com/beth-richards.html
Thank you for your help.

Similar Messages

  • JSP page display wrong time when compared to the server time

    Hi,
    This problem seems to weird but it is happening
    I have web application running where time is displayed in the page. In this application time is very critical. Currently, time is an hour behind the orginal time.
    I checked the server it is displaying proper time.
    As a matter of troubleshooting, I wrote a java program and run the program in the same server, where the application is running. The java program returns me proper time , but JSP is still displaying time an hour behind. To trouble shoot further, I created a test jsp page to just display the time and accessed the time and the jsp displayed wrong time as well, an hour behind.
    I am running[ tomcat 4.0.3 and j2sdk1.4.3 in suse linux enterprise server 9.0
    My Java program
    import java.util.*;
    import java.text.*;
    public class TestDate
    public static void main(String s[])
         try{
              DateFormat DF = new SimpleDateFormat( "dd/MM/yyyy");
    DateFormat DT = new SimpleDateFormat("hh:mm aa");
              SimpleDateFormat fmt=new SimpleDateFormat("HH.mm");
              Calendar cal= Calendar.getInstance();
              java.util.Date dt=cal.getTime();
              String curdt=DT.format(dt);
              System.out.println("Server Time" + curdt + "\n");
              int hh = cal.get(Calendar.HOUR);
              int mm = cal.get(Calendar.MINUTE);
              int aa = cal.get(Calendar.AM_PM);
              System.out.println("Time" + hh +":"+mm+":"+aa+"\n");
         }catch(Exception e) {
         e.printStackTrace();
    This display Time3:30:1
    My JSP Page
    <%@ page import="java.util.*,java.text.*"%>
    <%
    Calendar calen;
    calen = Calendar.getInstance();
    int hh=calen.get(Calendar.HOUR);
         int mm=calen.get(Calendar.MINUTE);
         int aa=calen.get(Calendar.AM_PM);
    %>
    <%=hh%> <%=mm%> <%=aa%>
    This display 2 30 1
    When I run Date in linux server it gives 3:30 PM EST 2004
    I am really confused, why this is happening, If you have any solutions or idea please post the solution.

    My guess is that the weirdness is caused by Daylight savings time.
    I will presume that you and the server are in the same timezone :-)
    Alternatively it could be caused by getting a different Locale.
    Try the following
    Print out "date.getTime()" value (ie long representing number of millis)
    They should be the same (or close) in both the app and in JSP
    Try simple date format in your JSP as well - what does that result in?
    Print the calendar object, and look for the difference.
    It might be in Locale, Timezone, or whether DST is set or not.
    Hope this helps,
    evnafets

  • Printable page table rows incorrect on showPrintablePageBehavior

    I'm using 11.1.1.3.
    My page has a table that shows rows returned from the database. I also have a command button with a showPrintablePageBehavior tag.
    The table fetchSize and autoHeightRows are set to the rangeSize. Let's say the result set is 100 rows and the table displays 10 rows at a time. If I click the printable button and don't scroll the table the printable page displays fine. As I scroll down the table fetches the next batch of 10 rows.
    When I then click the printable button the rows that are displayed are different that what was on the original page. It shows the first 10 rows and the the row count indicates rows 1-20.
    No matter what row I scroll to, the printable page goes to the beginning of the Iterator's cached rows. The VO Access Mode is set to Scrollable. No other modes seem to work.
    The issue happens even on the demo apps that go to the HR database.
    I've spent considerable time researching this to no avail. That's why I'm finally asking the forum.
    Any guidance would be appreciated. Thanks.

    Sorry, another thought...
    Basically I want the user to be able to print what they see. If the user scrolls down to row 43 I need the printable page to actually show rows 43 -53 and indicate that they are seeing "Rows 43-53 of 100". That doesn't seem to ever happen UNLESS the user has not scrolled at all.
    I know that the user could just click the browser Print button on the original page. However, with panel splitters, flash dvt graphs and other buttons on the page it really doesn't look right.
    Thanks again!

  • Is that possible to display the user selection data in the printable page?

    Hi All,
    I'm going to add a printablepage button on my page.
    Here comes a questions.
    Is that possible to display the user selection data in the printable page?
    For example,
    I have a table in the page,with 10 records.User select 5 of them.Can I display these 5 records in the printable page?
    Please help.

    Hi Yannick,
    Thanks a lot for the information. It worked.
    The portlet data can be accessible using bindings, but parameter name can be different.
    Meanwhile I have got one more scenario, where the Portlet and Task Flow placed in different pages of WCP Application. On change of data in the Portlet the application should navigate to another page where the Task Flow placed and displays selected data.
    Basically I can not use any button for navigation. The navigation should happen once I do some action in Portlet.
    Is this possible? If yes can you please let me know the steps?
    Thanks in advance!
    Somnath
    Edited by: Somnath Basak on Dec 20, 2011 9:41 AM

  • Wrong Page Displaying as 1st Page in Generated Help

    I have designated the following topic as the start page for the WebHelp I'm generating:
    C:\12.1\CoreDevelopment\Main\src\MResources\Help\WebHelp\Help_Landing_Page.htm
    However, after the WebHelp is generated, it's actually showing some other file as the first page (i.e., I generate WebHelp, click View Results, and this other Help page displays as the first page). This other page is in the following location:
    C:/12.1/CoreDevelopment/Main/src/MResources/Help/WebHelp/Questions_List_Pages/Find_Courses .htm
    What could be causing this problem and how do I fix it?

    Sorry LaKisha but I can't agree that with your last line.
    Go to any web site and you are presented with a page, no matter what it contains it is a page.
    When a user opens the help, they have to open a page, that page has always been known as the start page. In the RoboHelp dialog you are not selecting a topic, you are defining where the start page will be generated and its filename. Prior to RoboHelp 9 that filename defaulted to the project name.
    Also in the dialog in older versions of RoboHelp, the same page of the dialog where you configure the webhelp output contained another field for the default topic. A topic is presented in one of the three frames of the page presented to users, the start page and logically the start page opens with the default topic in the main frame.
    That had to change in RoboHelp 9 because of content categories.They allow the help to be presented with different groups of content so the default topic for one may not even be in the topics of another category. Each category has to have its own default topic, hence moving where the default topic is defined from the same page as the Start Page to where the content categories are defined.
    I think the confusion is that you are thinking of the default topic as being the same as the start page. They are very different things.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • URGENT: Wrong Pages Displayed

    Hi,
    We have developed an Application and installed this Application on Sun Solaris box.
    The Home Page displayed to the Logged in User is dynamically created on his Login and Hence differs for each user. Now What is Happening is that when 2 Users login at the same time in the System, then instead of seeing their respective home pages, they get to see each others home Pages. What could be the possible cause of such a behaviour and how can we solve it?
    The Application Server is Oracle 9i. Please reply urgently to this.
    Thanks and Regards,
    Vishal Maheshwari

    Thank you, it worked! It took some time to find though. I kept trying to change the "Reading order" under the Reading-tab. Didn't realize there were both a Reading order, and a Reading direction-option.
    Thank you!

  • Saved entry not getting displayed in calendar

    Hello,
    We are trying to update calendar with a new entry, it get save.
    But when we try to look into Calendar, it is not getting displayed anywhere. Also tried for other days, but the same result appearing.
    Please advise on this.
    Thanks & Regards,
    Jayashri

    check if you have enabled "Group Calendar Options" for your calendar view. 
    To check this, go to the "Title, description and navigation" settings page for the calendar (this is the first option under "General Settings" on the List Settings page), In the "Group Calendar Settings" sections, set it as "No"
    --Cheers

  • How to create  Printable page in OAF using Jdev10g

    Hi,
    I tried to create a printable page in OAF using the following steps given in devguide of OAF
    Step 1: Add a page-level button as described in the Buttons (Action/Navigation) document.
    Step 2: Assuming your button label is the standard "Printable Page," apply the OA Framework attribute set /oracle/apps/fnd/attributesets/Buttons/PrintablePage.
    Step 3: Set the button's Destination URI property to point to the current page and set the UIX facet parameter (OARF) to printable as shown in the following example (See Controlling UIX Rendering Output for additional information about facets). Remember to retain your application module.
    OA.jsp_?page=<CURRENT_PAGE>&retainAM=Y&OARF=printable_
    *my current page path is *_
    OA.jsp?page=abhi.oracle.apps.ak.employee.webui.AdbPG&retainAM=Y&OARF=printable_
    Note: Earlier versions of OA Framework recommended giving the printable page submit button the ID IcxPrintablePageButton. OA Framework detects this ID and behaves appropriately when the user presses the button. Although this still works, new code leverages the facets approach instead.
    Step 4: Set the button's Target Frame property to _blank to ensure that the printable page opens in a new window.
    but after doing this i am getting below exception.
    Exception Details._
    oracle.apps.fnd.framework.OAException: The application id or shortname () you entered does not exist._
    i am new to OAF..
    can anybody guide me , how this exception can be corrected?

    Hi,
    sorry, wrong forum. This is all about Oracle JDeveloper. OAF related questions are handled on the OAF forum
    Frank

  • Page display:400 Bad HTTP request after implement WebDispatcher fo portal

    Dear all
       Our portal implement the WebDispatcher(7.0) to load balance for our
    portal system(include one CI and one Dialog instance,we use HTTP to
    load our portal request.).After that,some of the portal page display
    the information like this:
    400 Bad HTTP request
    Bad HTTP request
    Error: -21
    Version: 7000
    Component: HTTP_FILTER
    Date/Time: Thu Sep 27 10:26:51 2007
    Module: http_auth.c
    Line: 469
    Server: portal_WDP_02
    Error Tag:
    Detail: illegal request
    &copy; 2001-2005, SAP AG
    We logon the CI and the page all are right.So,some wrong with our
    WebDispatcher?Can you give us some advice?

    Hi,
    The answer from SAP:
    The maximum size of request URI is hard coded in kernel, and it cannot be configured by a parameter. The maximum size of PATH is 4096, and the maximum size of query string is 4096 as well.
    If the request is a post request, you have to ask the calling side to move some name value pairs from query string to the POST body.
    If it is a GET request, you have to ask the calling side to change it to POST and move value pairs to the POST body.
    Kind Regards

  • Printable page issue..

    Dear All,
    In one of our requirement i a getting error while "Printing" the page.The requirement is like below:
    In the first page we are displaying no of items list as per user selection.When user clicks on the item number we will take them to another page which has Item details.
    So in the first page link we are sending ItemNumber in the destination URI.In the second page we will do query by getting parameter Item Number.
    My problem is in the second page there is "Print" button.When i click Print it will throw exception since there is no Item Number.
    Can anyone help me how can i pass dynamically Item Number to the Printable page.
    I tried adding ItemNumber={@ItemNum} in the destination URI of the page.But the value is null :-(
    Any help.......................

    Hi,
    When you add a paramter the life will be uptill the end of the request.
    Try setting the item number value as a part if TransactionValue or SessionValue.
    The OAPageContext javadoc contains the description for the getter and setter methoods of the above.
    Thanks.

  • How to display Date Calendar in Oracle BI Answers Prompts (parameter)

    I'm still new to OBIEE.
    How to display Date Calendar in Oracle BI Answers Prompts (parameter)?
    Thanks.

    Hi,
    While creating Dash Board prompt choose the control to 'Calendar'.
    I think it is not possible to provide 'Calendar' control using Prompts tab while creating request.
    It is possible to write Java Script for a Column of data type 'char'. So, cast the date data type to char.
    Go to: Column Properties --> Data Format
    Choose override default data format to view the available options in the drop down list.
    I would be very happy if anybody acknowledge me that I am wrong.
    -Vency

  • Printable Page - Changes to VO not reflected

    I have printable page defined on a page and when clicked, it displays the contents of the page correctly.
    I have a messagechoice in the main page. When i change the value in the drop down and click "printable page" button, it still shows the old data.
    Is there any way that the printable page picks the latest data and shows it? Any inputs are appreciated.
    Thanks.

    I would say that it is the standard behavior. The data is not yet committed.
    Further if you have noticed, the general standard is to provide the printable page button on a final submitted screen where there are no pending changes. Will suggest to rather change your design approach.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • HTML formatted email with international content displays wrong character

    When reading HTML formatted email on the iPhone iOS4.1, it will sometimes display wrong characters.
    Comparing email source content from various html formatted emails I can see that;
    it displays incorrectly when:
    - HTML formatted content
    - Content type is marked as text/html with charset ISO-8859-1 (Latin1) which is the default html standard character encoding.
    - The international characters are not written in html conversion format, i.e. ø instead of ø
    It displays correctly when:
    - The content is marked as text/plain and encoded as Quoted-printable
    Anyway, the email which is display wrong characters on iPhone displayes correctly on OS X Mail app. Leading me to a temporary conclusion that it is a bug in iOS4.
    Can anybody confirm this?

    No matter which format you choose, you're sure to offend some recipients. Some people object to HTML, based on security or privacy concerns. Some prefer HTML because it's a more effective means of communication for some purposes.
    If your default composition format is HTML (or plain text), hold Shift when you click Write, Reply or Forward to switch the format to the opposite type, or if HTML is the default, select Options/Delivery Format/Plain text only in the Write window to make a one-off change.

  • Printable page not working

    Hi All,
    When i click on the pdf icon , in the preview printable page section of a worksheet it says "page not displayed" any ideas.
    Thanks

    Hi,
    check if below link helps
    Printable Page issues
    and if u want to ignore/stop getting this message, below link helps.
    http://answers.yahoo.com/question/index?qid=20080305205645AAt2FLS
    regards,
    Rajan

  • "Printable Page" button causes isBackNavigationFired(true)

    I ve got the following problem
    I have a train implemented with 3 pages. On every page we don't allow the users to use the BrowserBack button.
        if (pageContext.isBackNavigationFired(true))
          pageContext.redirectToDialogPage(new OADialogPage(NAVIGATION_ERROR));
        }     Page 3 (Review page) contains the "submit" and a "Printable Page" button.
    Properties for "Printable Page" button
    destination URI : OA.jsp?page=pagePG&retainAM=Y&OARF=printable
    target frame : _blank
    When we press the submit button, everything is saved correctly. but when we first use the "Printable Page" button (opens a new window) and then submit, the OA framework detects that we used the BroweserBack Button. Submitting the data becomes impossible.
    Does anyone knows what I'm doing wrong, or is this normal behaviour.

    Hi,
    You will not be able to get around this. When you navigate to your printable page, the framework increments the oapc parameter (it adds 1 to the original value). When you then go back and action something on the previous page, the framework compares the value in the URL with the value it stores in memory. If the values do not match it re-fires processRequest because the bean hierarchy could be invalid (it's probably not in your case).
    So you will have to think of a way around this.
    Why are you not letting users use the back button? You can write your application so that you code around any use of the back button. For example, if you are passing parameters on the request, put them on the transaction. When the user hits the back button, OA Framework will re-execute processRequest, if the parameters are null you can fetch them from the transaction (assuming it is retained).
    Hope this helps.
    Cheers,
    Dave

Maybe you are looking for

  • In Mail  how do I save photo attachments?

    Im using Ipad Air and cant figure out how to save photos people sent me in an email. Ive tapped on the photo and looked for an icon but cant seem to figure this out ... many thanks.

  • Jumping mouse cursor movement with secondary monitor

    Mouse cursor movement is interrrupted or jumps as soon as a secondary monitor is connected to my iMac. Either mouse movement direction is affected. Typically cursor movement stops for about a second while moving mouse further. Then suddenly cusor jum

  • Parallels destop or Boot Camp?

    I'm in the market for a new MacBook and would really like access to all those Windows games out there. But I am unsure if Parallels Desktop or Boot Camp would be best the best program to get the best quality out of the games. I don't need it blazing

  • Help exporting into Dreamweaver

    I created a header and a left navigation menu using Fireworks. I want to import the images into Dreamweaver in order to make them into a template for my site. Can you anyone get me pointed in the right direction on how to go about doing so? Thanks in

  • Open Directory & Active Directory

    Dear Mac community, We got a couple of Mac servers running in our company and we have around 140 Mac clients running in our company. We use Open directory for the policies on our macs and we use active directory for all of our computer accounts. Caus