Timeout problem - record is not shown properly in detail page after timeout

Hi,
I am using JDeveloper 10.1.3.1.0.3984
and JHeadstart 10.1.3.1 Release 10.1.3.1.26
I have a Master View Object where there is a field ID (for example M_VO).
There is a page associated with M_VO (Page_M_VO.jspx)
There is a Detail View Object (for example D_VO)
There is a page associated with D_VO (Page_D_VO.jspx)
There is a link from M_VO to D_VO using the field ID.
When I open the page Page_M_VO.jspx and select an ID and go to the detail page Page_D_VO.jspx, it goes to the detail page Page_D_VO.jspx. It works fine.
But the problem is:
If for example I have three ID (111, 222, 333), in master page if I select 222 and go to detail page it shows the appropriate records for 222 as I selected 222 in master page. If I keep the detail page open for more than the timeout minutes specified in web.xml and then try to access the detail page again it ask for userid and password (which is fine). If I put userid and password, then it shows the detail page with the first record which is the record associated with the ID 111. But before timeout I was working with the ID 222, so it should show the record associated with ID 222 as I was working with ID 222 before timeout.
Can anybody help me to solve this problem?
Thanks
Syed Jabbar
University of Windsor
Windsor, ON, Canada

I would put my money on the fact that since your application is timing out, it is dropping any state that your View Objects otherwise had before the application timeout.
So upon reauthorizing and reaccessing the application (and going directly to the detail page) the View Object is reinstantiated and only knows to go to its default data set which is 111.
If my assumption is correct, I don't think you could really implement this without a lot of trouble.

Similar Messages

  • Icon image is not shown properly in LInux

    Hi,
    I am creating a JDialog as follows:
    JDialog jd = new JDialog(frame, true);
    in the frame, I have set the icon using
    frame.setIconImage(image),
    but the image set to this is not shown properly in Linux, but it is shown clearly in windows,
    can anybody show some light here.
    thanx,
    Raj

    I would put my money on the fact that since your application is timing out, it is dropping any state that your View Objects otherwise had before the application timeout.
    So upon reauthorizing and reaccessing the application (and going directly to the detail page) the View Object is reinstantiated and only knows to go to its default data set which is 111.
    If my assumption is correct, I don't think you could really implement this without a lot of trouble.

  • I purchased premiere elements 13. I followed the instructions. Loged into my account. Located my order number, but can not find the order detail page to download my product

    I purchased premiere elements 13. I followed the instructions. Logged in to my account. Located mu order number but could not find the order detail page to click the download your product button. I was also asked to download the Akamai download manager which i don't understand why. Also It said that once the manager was installed the download would appear in the browser which it never did. So, I have no idea if it did download or not. Not sure what else I can try. Would love some help.

    The Akamai download manager is used to download the software you purchased.  Try the download resources below.  The second one does not use the download manager.
    PE 10, 11, 12,13 - http://helpx.adobe.com/premiere-elements/kb/premiere-elements-10-11-downloads.html
    You can also download the trial version of the software thru the page linked below and then use your current serial number to activate it.
    Be sure to follow the steps outlined in the Note: Very Important Instructions section on the download pages at this site and have cookies enabled in your browser or else the download will not work properly.
    Photoshop/Premiere Elements 13: http://prodesigntools.com/photoshop-elements-13-direct-download-links-premiere.html

  • I could not open to the front page after I put in the passcode that i used before i updated my ipod touch to iOS7

    I could not open to the front page after i put in the passcode that I used before i updated my ipod touch to iOS7..................... please help me

    What do you mean by "the front page"?

  • Parameters are not shown properly

    Hello, 
    I'm having an issue with the report's parameters when they are displayed in Internet Explorer.
    The report was done with reporting services, but it's published in Sharepoint. When I open the report using the Sharepoint URL, the report's parameters are shown vertically, instead of horizontally. And the last parameter is being cut off, hidden under Internet
    Explorer's status bar.
    If I open the same report in Firefox, the parameter is displayed properly since scroll bars appear in all the parameters area, allowing me to scroll down and see the parameter's content.
    Is there any way to fix the parameter's length so that it's displayed properly in Internet Explorer. I noticed that there is a resize box at the end of the parameter, but I can't find a way to have control over it.
    Any help will be appreciated.
    Thanks!

    Hi monicanquiroga,
    By default, the parameters are shown vertically in the Parameters pane which is located on the right of the report page in SharePoint Library. If there are many parameters in the report, there would be a scroll bar to enable you scroll down the last parameter.
    In your scenario, it seems that the Parameter pane is not shown property in the IE browser. To fix this issue, here are two suggestions for your reference:
    Please try to run IE in compatibility mode and run it as Administrator to check the issue again.
    Considering the aspects of the setting or third party add-ons of Internet Explorer (IE). For more details, please see:
    1. Click Tools -> Internet options.
    2. Switch to the Security tab, click Local intranet, and then select Default level.
    3. Switch to the Advanced tab, and click Restore advanced settings.
    4. Temporarily disable third party add-ons. For detailed steps, please see the link: 
    http://windows.microsoft.com/en-IN/internet-explorer/manage-add-ons#ie=ie-10
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Menutab not shown properly when second menu-item is selected.

    When my menutabs are shown everything seems fine, but when you click the 2nd menu-tab the first menu-tab isn't shown properly anymore.
    If I have a look at the code-source I can see that the first gif that's needed for the tabbed-view isn't present anymore if the 2nd menu-tab is clicked.
    Could somebody explain the different skins that are used by the menuTab component so I know if maybe I've forget to define a specific in my custom skin?
    Maybe somebody already used custom skins with your custom images for the tabbed view of menuTabs?
    Regards,
    Nathalie

    >
    Yes, you are right. In this sample program,
    paintcomponent() is not really necessary, but it is in
    the real program I am doing. So I can not get rid of
    the paintComponent() method. In this paintComponent()
    method I have added (add) and painted (paint) several
    JComponent objects and this is the only one which
    fails. I can not find the reason why.
    Regards.
    the reason is that on each call to paint , you add new components to the panel.
    the scenario goes like this:
    1. frame is made visible -> paintComponent() gets called - > fillPanel() gets called ,
    so on the panel are the following 4 components:
    one JButton
    one JTextField
    one JCheckBox
    one ComboBox
    2. click on the combobox, -> the popup list of the combo is displayed -> paintComponent() is called -> fillPanel() is called
    so you have 8 components on the panel;
    The popup list remain visible, is not actualy contained in the PanelNullLayout component due to the swing mecanics
    3. you select an option in the list, the list becomes invisible, paint() gets called -> fillPanel getsCalled(),
    so, again four componets are added. you have 12 components in the panel.
    The components are painted in the order they have been added to therir container. The first combo box, that you first clicked, has selected index 1, but the last two have selected index 0. As these two are added after the first one, they are painted "above" first one, so you see the last comboBox added.
    Add this code to the paintComponet method if you did not understand
    // public void paintComponent(Graphics g) {
    // super.paintComponent(g);
    // fillPanell();
    int count = getComponentCount();
    System.out.println("Total components :" +count);
    for ( int i = 0; i < count; i++ ) {
    Component c = getComponent(i);
    if ( c instanceof javax.swing.JComboBox ) {
    System.out.println("Selected index in combo " i+" :"+( (JComboBox) c ).getSelectedIndex() );

  • Console apps are not shown properly

    Hi! 
    I'm a new Arch convert, and so far I have (only!) one problem, but It's about to drive me crazy. console apps such as - mc, mp3blaster, elinks, are not shown corectly. (just in case you haven't understood me - I'm talking here when X not working) For example, in MC the two panels are mixing one onto the other. I hope someone is understanding what the hell I'm talking about...
    My first thought was it has something to do with the consolefont. So I swithced back to default8x16.
    setfont /usr/share/kbd/consolefont/default8x16.gz
    it was my font on my old distro, gentoo, and there I didn't have any problems. It did not help.
    I would love to try and google this, but due to my somewhat crappy English, I don't think it's possible. I simply don't know how to put this.
    So, I hope someone in here will be able to help.

    they work fine in a terminal window. But I do a lot of work without X runing, so it really bugs me.
    I don't think there is any way for me to post a screen shot. I don't have a digital camera.
    I think I heard once that you can do something with /dev/fb and convert it to jpeg. Is it true? if so, will someone please tell me how, so I can share my problems with the world. 
    ================
    UPDATE: I just found out about fbgrab.
    Here is how it looks when I start working. It's not so bad actually.
    [URL=http://img11.imageshack.us/my.php?image=pic6ff.png][/URL]
    But when I start to move around, things gets messy.
    [URL=http://img14.imageshack.us/my.php?image=pic25dk.png][/URL]
    It's not an fbsplash issue as well.
    [URL=http://img4.imageshack.us/my.php?image=pic37iu.png][/URL]
    Elinks menus.
    [URL=http://img4.imageshack.us/my.php?image=pic41uc.png][/URL]
    Any ideas?

  • Images in button not shown properly

    I have imported a quicktime file which was exported from FCP. The final cut portion is strictly jpeg files, no movies. I have made chapter markers in FCP. So in DVD Studio Pro, I created a button and chapter index, then selected a template. When I go to the menu(s) with chapters, the chapters are all correct. However, the photos in the button are not resized properly. Most of the heads are cut off. I have the button set with motion but turned it off and still photos not correct. How can I make DVD Studio Pro resize the photos properly? I right click the chapter button (it is not a drop zone), the option for align objects and distribute objects is not available. I am unable to click on it, thinking that is what I need to change. Any suggestions in how to get the photos to show completely in the button and not be cut off? I am very knew at this, only my second project, so please explain in detail.
    Thanks!

    Check your frame rate
    are you declaring frame rate through XML or in external file  ?
    check your code again
    or
    may be you forget to upload some related files

  • Origianlly Flex Application not shown properly in google chrome browser

    When I launch my flex application in Google Crome it does not fit properly. It falls short of the full height . On clicking 'restore down' button at top right corner followed by 'maximize' , then the application fully fits within the browser window.
    Any input why it happens ??

    We run our app in Mozilla. I need to check it out in IE.
    I noticed in our app (one of my developers uses Safari on a Macintosh), that the tree control looks much different in Safari, and has huge gaps and blank spots in the text labels of the leaf nodes.
    We logged it as a bug in our app, but it appears it's a bug in the FLEX framework??

  • Cuts from Screen Recording do not export properly

    I did a simple screen recording using Quicktime X. I used Mpeg Streamclip to convert it to the codec of my timeline. I inserted a few short cuts from the screen recording. Everything looked great. However, when I export the timeline, the cuts from the screen recording do not export with the set in and out points they were cut to. The cuts, and only the cuts, from the screen recording seemed to shift in time. Its as if FCP did a random slip edit to the screen recording cuts. really weird.
    I then exported each cut to an individual self-contained quicktime file, and I got the exact same results. And the shifts in time were also exactly the same. really weird. Did Apple put some kind of restriction on using the screen recordings in FCP??
    any suggestions on a workaround?

    I sorta found a workaround myself. Instead of converting the entire screen recording clip in Mpeg Streamclip, I simply set the specific in and out points I wanted in Mpeg Streamclip and exported the clips that way. Once in FCP, there was no extra footage for the random slip edits to occur and the final export looked as it was intended. I am still interested in any other possible solutions.

  • Why the games are not working properly in my ipad after installing iOS7

    Why games are not working properly in my ipad in my iOS 7

    The games you mention would have been written and therefore designed for the previous version of iOS - you've most likely had a lot of updates lately in the run-up to the release of iOS 7 and if these games haven't had an update then chances are these will need to be adapted to iOS 7 by the developers if not working correctly.
    Regards,
    Steve

  • Dynamic Header row for table not aligned properly on 2nd Page

    Hello Friends,
    The problem is like this :
    We have a table with dynamic number of columns and few of them are being hidden at runtime based on a configuration table.
    Now problem while printing is that first page is printing the header row, but same is not being repeated on subsequent pages.
    Please see the layout
    Header row is warped in 2 subforms both are flowed - western text so that they will get squeezed if column is hidden
    Here are the properties for subforms
    1) overflowLeader => Flow top-bottom
    2) OF_SF => Flowed , western text
    On 2nd page all the columns are getting aligned to left hand side whereas printing fine on first page.
    Thanks,
    Nitin

    Hi Nitin,
    in this case, you must use more nested wrapper subforms and set the root subform layout from "flow" to "positioned". I cannot give advice on how the wrapper subforms are organized, since it depends on your logic, just try it out.
    Cheers,
    Tao

  • ADF JDeveloper wysiwyg visual editor does not render properly my jspx page

    Hi everybody,
    I am working with JDev 11.1.1.5 and I have an issue with the wysiwyg visual editor.
    My jspx page does not render properly: I cannot see the full page whatever is the resolution, even in full screen mode.
    I've tried to activate in the preferences the option Show Design Time Messages in Log but it does not display any error.
    When I run my page or execute a preview of my page, my page is rendered correctly the browser.
    Can someone help please?
    Thanks by advance

    Hi Frank,
    I've tried to change the resolution but whatever is the resolution the page is not rendered correctly. Actually, I can see the full page, but there are some panel boxes which are not displayed.
    In my page, I have a main panelgrouplayout which contains 2 dashboard panels. The second dashboard contains panel boxes, only the 3 first rows of panel boxes are displayed in this dashboard panel while I have 6 rows of panel boxes.
    In the design page, when I click on the 2nd dashboard and do "design this container", I can actually see that all the rows display correctly, it simply that I do not see them all in the main page.
    In short, the 2 dashboard panels display entirely, simply the 2nd one does not show all its content while displayed in the main page.
    Is there a solution for this?
    Thanks by advance

  • BC Next API call not working on webapp detail page

    Hi all
    I'm trying to get the CRM data for a specific record using the front end API call...here's the code (fields minimal for posting here)
    {module_data resource="customers" version="v3" fields="id,firstName,lastName,email1" skip="0" limit="10" where="\{'id':'10734478'\}" order="id" collection="myData"}
    <pre>{{myData|json}}</pre>
    This code works fine on a normal page, rendering the expected JSON output, but the exact same code does not work on a webapp detail page, instead I get this result rendered on the page, obviously failing on the where clause for some reason.
    {'id':'10734478'\}" order="id" collection="myData"}
    Anyone know how to make this work? or is it a BCNext bug?
    Thanks
    Dave

    Hi Dave, if you make this as an Idea so BC can track - its a bug.
    It has happened with other things as well where it is not render properly, I thought they had fixed it, but looks to be back
    As a side note...
    <script>console.log({{myData|json}});</script> Is a lot nicer to manage

  • OIM11gR2 DBAT User recon - custom UDF value not visible in User detail page

    Hi,
    I have configured DBAT connector for OIM11gR2 for user recon.
    Have created and mapped few custom UDFs in the GTC.
    User is created successfully in OIM, and has all the values correctly in USR table for all the custom UDFS.
    But when i search a user in OIM, i can not see the value of custom UDF, even though it is in the database.
    I have created and activated a sandbox and also added the custom UDF in the user details page using the Design option of ADF.
    Is there something I am missing related to display of custom attribute and its value on the USer details page.
    Kindly suggest.
    Regards

    Yes, your UDF should be available under Manage Users->UserVo1. It is working fine with our env. make sure you have the latest version of R2 release, because Beta release had an issue for same. You can create aonther UDF and and try gain.
    verify same with below doc
    http://docs.oracle.com/cd/E27559_01/doc.1112/e28183/oim_up.htm#BABEGECJ

Maybe you are looking for

  • My Adobe XI software no longer converts Word to PDF files with hyperlinks or page layout preserved.

    Is anyone else having the same problem where the initial installation worked fine and over time, you are no longer able to adjust the setting in the 'convert to PDF' menu for Word documents?  I am now faced with Word documents that lose their hyperli

  • Trigger to Update in the same table.

    Hi, I would like to create a trigger that when we insert into table ALL_CAPACITY_SNS_CELL1 it updates column Action on teh same table,if teher is an update, it will update the same table , column ACTION. This is what I have attempted but seems to be

  • Creating hyperlinks in form region

    How can I create hyperlinks in the form region.when clicked on hyperlink it should take to a different page.Thanks in advance.

  • ERROR IN IMPORTING LICENSE

    DEAR ALL, WHILE IMPORTING LICENSE FILE IN SAP B1 , I AM GETTING AN ERROR 'CANNOT VERIFY THE DIGITAL SIGNATURE OF LICENSE FILE' WHAT SHOULD I DO? THANKS AGRANSHU SHUKLA

  • Clearing unwanted Tags using XmlElement()

    Hi, Using the following Select clause produces the flwg XML Document: SQL> SELECT dbms_xmlquery.getXML('select deptno, dname, '|| 2 'cursor(select empno, ename, sal from emp e where e.deptno = d.deptno) employees '|| 3 'from dept d where d.deptno in