Page 741 Step # 12 : editEmployee.jsff 's dialog remains opened / rendered

I am using JDeveloper 11.1.1.5.
This post is regarding "Oracle JDeveloper Handbook",
Chapter 20 subsection entitled "Fix The Popup Behavior",
page 741, Step # 12...
Running templateTest.jspx displays all the records... I can scroll through all of them.
Then step 12, when I click the tuhraTrainTemplate.jspx 's "Finish" button,
the editEmployee.jsff 's popup does indeed close.
HOWEVER, the editEmployee.jsff 's dialog remains opened / rendered.
This dialog is a child of the popup.
This dialog's Title is "Manage Employee Images".
This dialog is supposed to close according to step # 12.
SOMEWHAT RELATED (and background) INFORMATION:
I tried reproducing the (above) dialog problem by downloading www.tuhra.com 's C20-II.zip
(since the problem cited above is very near the end of Chapter 20 section 2).
The C20-II.zip templateTest.jspx runs on my JDeveloper 11.1.1.5 and renders.
HOWEVER, no records are displayed (and no anomalies / exceptions appear in the integrated weblogic log window).
On a positive note, clicking the "Manage Images" command link produces the
popup and clicking the "Finish" button closes both the popup and the dialog.
For C20-I.zip, templateTest.jspx runs on my JDeveloper 11.1.1.5 and renders.
HOWEVER, no records are displayed (and no anomalies / exceptions appear in the integrated weblogic log window).
If others are also seeing no records displayed, that could be useful information (but a different issue).
For C19-V.zip, templateTest.jspx runs on my JDeveloper 11.1.1.5 and renders...
AND the records are displayed and I can scroll through all of them... all seems well.
NOTE:
Since I started "Developing Developing The Sample Application" on page 567,
I have been using Oracle Database 11g Express the whole time.
When peaking at www.tuhra.com downloadable applications (available after each section),
I just remove the existing DB connection and create a new one for " XE ", express edition.
Edited by: 818167 on Jul 17, 2011 6:05 PM

Solved:
1. Type  chflags nohidden ~/Library/ in a Terminal window.
2. Click on the hard drive icon located on the desktop.
3. Go to Users > [username] > Library > Safari folder.
4. Delete all files except “Bookmarks.plist”.
5. Then go to Users > [username] > Library > Preferences.
6. Find com.apple.Safari.plist, com.apple.internetconfigpriv.plist, and com.apple.internetconfig.plist and delete them (ignore any file you can’t find).

Similar Messages

  • Tutorial 2 for BAPI WDA - set column settings in Wizard - page 7, step 4.

    To the Pretty Good WDA Programmers, and/or Experts,
         I am new at this, so any help is appreciated.
         In the tutorial: Dynpro for ABAP: Tutorial 2 - BAPI Usage at: https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/9cb5d345-0801-0010-6a8e-fc57c23fd600  has in page 7, step 4. Seems a little vague to me:
    The Required Methods and Context Elements
    On the two subsequent dialog windows, default values are listed for giving names to the context nodes and attributes required by the service call as well as to the required methods. The proposed names are based on the names of the embedded service, but you can change them as required.
        So the question is, in the wizard for page 7, step 4, what are the column settings set to: Parameter Values / Controller Attribute / Context Node ... to get the BAPI Input/Output and Changing columns looking like they do in the tutorial on the next page (pg 8)?
       Step-by-step, or in this case, column-by-column directions would be most helpful!
    Thank You...
    Edited by: Daniel Perecky on May 4, 2009 10:58 PM

    To Trikanth and  Saurav,
       Thank you for those screen-shots Trikanth. They definitely helped point me in the right direction. The problem was that all of the 'Changing' structure sub-structures would end up in the view node.
       When I would try to map 'Changing | Flight_List' with the context, a message would appear: 'Mapping is only possible for Flight_List if Parent is Mapped'. Then when I mapped the entire 'Changing' node, it would map to the Component Controller, but then it would not map correctly to the output display table.
       Apparently only one dimension of structures could be mapped. A (deep) structure of structures cannot be.
       So in step 4, in the wizard, to make this work, I had to only make visible 'Changing' by what you both kindly confirmed: making it Context.
    Settings Summary: Root Node- unchangable.
    Parameter Group 'Importing'- Context (Node/Attribute)- Unchangeable 
    Parameters-  Airline - Changed to Context (Node/Attribute)
    Dest_From              - Changed to Context (Node/Attribute)
    Dest_To                  - Changed to Context (Node/Attribute)
    Max_Rows              - Changed to Context (Node/Attribute)
    Parameter Group 'Changing'- Context (Node/Attribute)- Unchangeable                             
    Date_Range            - left as Controller Attribute
    Extension_In           - left as Controller Attribute
    Flight_List               - Changed to Context (Node/Attribute)  <---
    Extension_Out         - left as Controller Attribute
    Return                     - left as Controller Attribute
    So, when 'Changing' and ONLY 'Flight_List' was made visible in the node, it mapped correctly to both the Context node and to the output table columns.
    This is great. Thanks a Lot!

  • When I try to open a website, a dialog bok opens heading "Opening Serch". I t asks 'What should Firefox do with this file?' instead of opening that web page.

    When I try to open any web page, a dialog box opens up "Opening search". It asks me 'What should Firefox do with this file?'
    The bullets 'Open with Browse' and Sane File.

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Tools > Options > Privacy > Cookies: "Show Cookies"
    Which security software (firewall, anti-virus) do you have?
    Some security may alter the HTTP response headers if Firefox is not a trusted application.

  • I'm a linux user (mint 9) and installed FF4. When I try to bookmark a new page it doesn't give the Usual dialog to add the bookmark- it gives an empty shell of a small window that should be there.

    I'm a linux user (mint 9) and installed FF4. When I try to bookmark a new page it doesn't give the Usual dialog to add the bookmark- it gives an empty shell of a small window that should be there. this shall seems to point at the little star, but it's totally empty.

    This can be a problem with the file places.sqlite that stores the bookmarks and the history.
    * http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox

  • Dialog not opening

    In struts action class method i am setting the response as attachment.
    response.setHeader("Content-disposition", "attachment; filename=" + fileName);
    so when this is called by the jsp page a download dialog is opened to download the attachmetn (which is opened by the browser depending upon the header type).
    Now the scenario is that i want to call the same code from java applet and i want that a download dialog should be open like the way it is opened when call is made from jsp page to download the attachment whereas currently download dialog is not opened when the call is made from the java file.
    How this can be done so that download dialog is opened to save the attachment in the desired location when the call is made from java applet.

    JFileChooser.
    Of course, it can also be done from within a sandbox using a plug-in 2 architecture applet and the Java Web Start API services. See http://pscode.org/jws/api.html#fs for a demo. These services are also used in GIFanim http://pscode.org/gifanim/#applet.
    Edited by: Andrew Thompson on Nov 23, 2010 1:24 AM

  • Doesn't display dialog to open file (Safari iOS 8.1)

    Hello.
    There is some repeatable problem in Safari iOS 8.1:
    Safari does not display a dialog to open a file (archive .zip for example) after downloading it from hosting via temporary direct link (see screenshot 1 - front page),
    although the correct dialog form on the page can be seen in miniatures layer (see screenshot 2 - miniature).
    So I can't open downloaded .zip file in any other application, because I can't see any control elements on the front page.
    Thanks
    & kind regards.

    I seem to have resolved the problem, though the solution is very surprising.
    I tried Settings > Safari > Names and Passwords.
    I got the "Passcode Lock Suggested" message, so I cancelled. Names and Passwords is still off.
    BUT now I'm still signed on when I open a new tab.
    Also, I'm still signed on when I turn the iPad off and on again, which never used to happen.
    Another behaviour it changed was when you close the first window (using the "double square" icon to reveal the hidden close button). That used to bring up Private Browsing (until the next time you turn the iPad on), but now it produces a blank Safari page (a good thing) and frequently visited sites (a very bad thing, since all tracking options are off, to the best of my understanding).
    I'm also getting Search Engine hints from Google, even though that option's turned off.
    In the OP, I reported "I enabled the Favorites bar to stop the bug which makes tab 1 go blank when tab 2 is closed." Not quite true. The bug happens less often, but still occurs. Sometimes it's fixed by tapping the bar at the top, but more often I have to go to menu and reselect Safari.
    Overall, Safari is obviously very buggy, I'm amazed that it has been released without testing.

  • Acrobat Pro XI print dialog box opens in background, Web Browser

    Issue:  From web browser apps, I select Print > Adobe PDF > then, the Save PDF File As dialog box opens in the background instead of the foreground.
    Acrobat Pro XI / Acrobat Pro 11.0.2
    IE8 x32 / IE8 x64 / Firefox 20.0.1
    Win7 Ent x64 SP1
    Dell Latitude with I5 proc and Intel video
    Dual screens with extended desktop display via DVI
    In Distiller, I check the box for Preferences > Ask for PDF file destination.
    I was issued a new corporate laptop a few months back, specs are above.  Did not have this issue with Acrobat Pro X on my old Dell Latitude running Win7 Ent x64 SP1.  So, I have multiple new moving parts in what could be the root cause.
    Any ideas?
    Thank you,
    Doug

    CowboyInAZ wrote:
    "Acrobat is a fincky application..."
    One thing I've learned since OSX 10.2 is that Mac is finicky about printer drivers too.
    I had a Lexmark and it would freeze all the time after I switched to Panther. It was a discontinued model so when I moved up to 10.3 there were no new drivers. The old ones installed OK but they would cause it to freeze up and if it did print, it took about ten minutes to get through a page of text.
    I got a new printer and one tht had current drivers available for Mac and the problem was solved.
    It seems we fight a never-ending battle with hardware and software racing to stay ahead of each other.
    Yes I've owned three printers since owning my first Mac an SE 30 I started out with a Apple ImagewriterII (made C-Itoch).  I had to switch when I bought a 7100/66 which used the PowerPC processor instead of the 68030 processors. Then I had a HP DJ 650cse which used a Black Cartridge only. No color. I had to change again When I bought my G4-500. I am still using it today. Its the best printer I've had so far. I fear when I buy a new Intel Mac, and comes with X.6 (Snow Leopard) I will have to swap again. I've seen the new HP DeskJets and the won't last as long this one.  They look like cheap toys and (gulp!) they use heads built like in epson not the Cartridges.  The Cartridges were more expensive. But each time you bought one you got a new set of print heads. No longer.

  • Display confirmation dialog when opening PDF

    I've been asked to add a confirmation dialog box to a PDF file that includes a legal disclaimer. The dialogue box would display when opening the pdf document and include yes and no buttons to confirm that the user understands and accepts the disclaimer before reading the document. Selecting "Yes" would allow them to proceed, while selecting "No" would close the file. Is it possible to create something like this in Acrobat? I'm running Acrobat Standard 8.
    Thanks,
    Eric

    Hi Eric,
    Yes, you can do that but it's not an easy task.  You need to code the dialog in JavaScript and then use OCGs (layers) for a cover sheet that will remain "on" until the user selects the Yes button in the dialog.  Coding the dialog is a major task to do by hand and I'm not sure if Acrobat 8 Standard has the OCG capability.
    Check out our tool AcroDialogs(http://www.windjack.com/products/acrodialogs.html) for making dialog creation about 100 times faster and easier, and there is an example of a license dialog agreement just like what you are asking for on that page- scroll down to the Document License Dialog Example. But again, that solution was developed with Acrobat Professional and I'm not sure if Standard handles OCGs or not- you'll have to check on that.
    Also keep in mind this is by no means a foolproof security methodology.  However, it does provide a way to ensure the user agreed to the dialog before viewing the rest of the content.
    Hope this helps,
    Dimitri
    WindJack Solutions
    www.windjack.com
    www.pdfscripting.com

  • When pressing Ctrl+f to find something in a page the Find box remains open until I close it, in ALL tabs I have in the firefox window. How can I make firefox open the Find box ONLY in the tab I am in?

    When pressing Ctrl+f to find something in a page the Find box remains open until I close it, in ALL tabs I have in the firefox window. How can I make firefox open the Find box ONLY in the tab I am in?

    Firefox 4 and later versions save the previous session automatically, so there is no longer need for the dialog asking if you want to save the current session.<br />
    Use "File > Exit" or "Firefox > Exit" (Mac: "Firefox > Quit Firefox") if you want to restore multiple windows.<br />
    You can use "History > Restore Previous Session" to get the previous session at any time.<br />
    You may need to click the orange/gray Firefox button to see History.<br />
    There is also a "Restore Previous Session" button on the default <b>about:home</b> Home page.
    Another possibility is to use:
    * [http://kb.mozillazine.org/Menu_differences Firefox/Tools > Options] > General > Startup: "When Firefox Starts": "Show my windows and tabs from last time"

  • I just downloaded Lion.  Now when I open Safari, it automatically opens to the last page visited.  How do I reset it to open to a blank page as it did previously?

    I just downloaded Lion.  Now when I open Safari, it automatically opens to the last page visited.  How do I reset it to open to a blank page as it did previously?

    Dealing With The Resume Feature of Lion
    Managing Mac OS X Lion's application resume feature.
    If you shutdown your computer you should get a dialog asking if you want applications to resume on the next startup. Simply uncheck the box to prevent that from occurring. Open General preferences and uncheck the option to Restore windows when quitting and re-opening apps. You can also install a third-party utility to control resume features on individual applications: RestoreMeNot or Application State Cleaner.
    It is possible to completely stop the Resume feature although I'm unconvinced that it is that annoying. Nevertheless see the following:
    If you have not yet done so you must first make your /Home/Library/ folder visible. Open the Terminal application in the Utilities folder. At the prompt paste the following command line:
    chflags nohidden ~/Library
    Press RETURN. Quit the Terminal application.
    In the Finder navigate to the /Home/Library/Saved Application State/ folder. Delete the contents of the folder. Back up to the /Home/Library/ folder. Select the Saved Application State folder. Press COMMAND-I to open the Get Info window. In the Sharing and Permissions panel at the bottom click on the lock icon and authenticate. Set each of the listed entries to Read Only. Close the Get Info window.
    Quit all open programs except the Finder (this is very important.) Next, navigate to the /Home/Library/Preferences/ByHost/ folder. Look for a .plist file with "com.apple.loginwindow." in the file name followed by some numbers in hexadecimal. Select the file. Press COMMAND-I to open the Get Info window and in the Sharing and Permissions panel click on the lock icon and authenticate. Set each of the listed entries to Read Only. Close the Get Info window. If you also find a file with the same filename but with a last extension of ".lockfile," then you should delete it.
    The above should eliminate the Resume feature system-wide. Note that any future system updates or upgrades will likely undo these changes. You will then need to repeat this procedure assuming there are no major changes in OS X related to it.

  • Pages on my iPad3 has become very slow to open documents after upgrading to ios7. I've clicked on a folder 5 minutes ago and am still waiting. The work-around seems to be to force-close it, but I've needed to do this many times in the last few days.

    Pages on my iPad3 has become very slow to open documents after upgrading to ios7.
    I posted on here about this a few weeks back and someone suggested force-closing Pages -- and that does indeed enable me to open things -- but I have had to force-close many times in the last 24 hours, which is worrying. Are there any other suggestions?
    I am sometimes also finding that, when I have been writing something and then click on "documents" the screen goes blank, there is a wait of around a minute and then the same document is re-displayed, before clicking "documents" again lets me look at other documents -- which is a pain if I am trying to move between documents repeatedly. Again, words of wisdom on this would be great.
    Pages under iOS6 opened quickly, and there was an immediate loss of performance when I upgraded. I am finding this very frustrating because I don't feel that the new Pages has added to the facilities I was using, but a slowness to open documents is frustrating.
    Thanks
    Mark

    Pages on my iPad3 has become very slow to open documents after upgrading to ios7.
    I posted on here about this a few weeks back and someone suggested force-closing Pages -- and that does indeed enable me to open things -- but I have had to force-close many times in the last 24 hours, which is worrying. Are there any other suggestions?
    I am sometimes also finding that, when I have been writing something and then click on "documents" the screen goes blank, there is a wait of around a minute and then the same document is re-displayed, before clicking "documents" again lets me look at other documents -- which is a pain if I am trying to move between documents repeatedly. Again, words of wisdom on this would be great.
    Pages under iOS6 opened quickly, and there was an immediate loss of performance when I upgraded. I am finding this very frustrating because I don't feel that the new Pages has added to the facilities I was using, but a slowness to open documents is frustrating.
    Thanks
    Mark

  • I am trying to delete pages from a PDF file. I opened the bookmarks, selected the pages to delete and choose Edit Delete. The selected pages are not deleted. Note: I have to open the file using a passport provided by an external party.

    I am trying to delete pages from a PDF file. I opened the bookmarks in the PDF file, selected the pages to delete and choose Edit > Delete. The selected pages are not deleted. Note: I have to open the file using a passport provided by an external party.

    Resolved

  • How do I sync my iPod to iTunes? I've used the final steps from Article HT1329, but when I open my iPod there is no "iTunes" folder.&#160; Please help!

    How do I sync my iPod to iTunes?  I've used the final steps from Article HT1329, but when I open my iPod there is no "iTunes" folder.  Please help!

    Ah I see. That folder would only be there if you had perfomed the earlier steps in that section.
    Recover media from iPod
    See this post from forum regular Zevoneer for options on moving your iPod data back to your computer.
    tt2

  • Pages Documents created on iPad or iCloud will not open in iWork Pages on Macbook

    I recently purchased the iPad Air and installed the latest version of Pages on it to share and create documents in Pages over iCloud between my devices. Before, I never had any issue creating a Pages document, say on a Windows OS at work, and then opening it up on my Macbook Pro in the latest version of Pages (5.0). Now when I attempt to open a Pages document created or edited on my iPad or through a browser using iCloud, it will give this message on my Macbook:
    "You need a newer version of Pages to open this document. You can download the latest version of Pages from the Mac App Store."
    I have repeatedly checked and all software is up to date. I have also attempted turning iCloud off and on again on both devices. One of the biggest reasons I bought the iPad was to have my documents on the go, but if I can't edit them later on my laptop, what's the point? Any ideas?

    Jeff,
    In the few moments after answering your first reply, I double-checked the Mac App Store and it revealed an update for Pages 5.1 -- Issue Resolved! I guess it was just cranky software today. Thanks for your patience.
    Kimberly

  • Save As dialog box opens random location

    I have been trying to save some attachments from my emails in entourage, but whenever it brings up the save dialog box, the default finder location is completely random. It is not based on my last known location, nor a default 'Desktop' or 'Documents' folder. It will change every time. I can save 3 emails in a row and they will all open in different locations....
    oddd....
    any thoughts?

    I too am having the same issue, in every program. Whenever I have a save dialog box open, it picks a completely random location to save it to, which becomes quite old when you have to save multiple files back-to-back in the same location. Anyone have any ideas?

Maybe you are looking for