Popup opens - but does nothing

HI. In am on Jdev 11g R3.
I have a popup on my page
<af:popup childCreation="deferred" autoCancel="disabled" id="p1"
                                          binding="#{backingBeanScope.editNews.searchPopup}">
                                    <af:dialog id="d2" type="cancel">
                                        <f:facet name="buttonBar"/>
                                        <af:clientListener method="onCancel" type="dialog"/>
                                        <af:serverListener type="SearchCancelDialogListener"
                                                           method="#{backingBeanScope.editNews.onSearchcancel}"/>
                                        <af:panelGroupLayout layout="vertical" id="pgl2">
                                            <af:query id="qryId1" headerText="Search" disclosed="true"
                                                      value="#{bindings.NamNewsVOCriteriaQuery.queryDescriptor}"
                                                      model="#{bindings.NamNewsVOCriteriaQuery.queryModel}"
                                                      queryListener="#{backingBeanScope.editNews.searchNewsDetails}"
                                                      queryOperationListener="#{backingBeanScope.editNews.onQueryOperation}"
                                                      saveQueryMode="hidden" modeChangeVisible="false"/>
                                        </af:panelGroupLayout>
                                    </af:dialog>
                                </af:popup>
and a button that should open it
<af:commandButton text="commandButton 1" id="cb2">
                                    <af:showPopupBehavior popupId="p1" align="afterEnd" triggerType="action"
                                                          alignId="cb2"/>
                                </af:commandButton>
When I click the button the popup is opened . but !!!!. It is not modal. Clicking ANY button  - DOES NOTHING!!!!. I mean nothing
The popup is a sibling of hte root element in the page fragment that is part of the bounded task flow which is placed later to JSPX page. But placing it as a child of the root element didn't change a thing
Basically it is based on the article from the code corner about how to create a query in the popup
Please advice

As you refer to a sample, have you tried the sample as is?  Does the sample work OK in your version?
What do you mean by modal? 
Modal means you can't work outside the pop up.
Timo

Similar Messages

  • My Mac does nothing when I insert the Photoshop disc. It can be opened but does nothing to install i

    My Mac does nothing when I insert the Photoshop disc. It can be opened but does nothing to install it.
    What can i do??

    After loading the disc I open it, click install.app and nothing happens. Could my MacBook Pro, which has 106GB available, be too old? 

  • Adobe application manager in dock open but doing nothing

    Every time I open CC app Adobe application manager opens in dock doing nothing. Can not see app, can not quit

    BLANK Cloud Screen http://forums.adobe.com/message/5484303 may help
    -and step by step http://forums.adobe.com/thread/1440508?tstart=0
    -and http://helpx.adobe.com/creative-cloud/kb/blank-white-screen-ccp.html
    or
    A chat session where an agent may remotely look inside your computer may help
    Creative Cloud chat support (all Creative Cloud customer service issues)
    http://helpx.adobe.com/x-productkb/global/service-ccm.html

  • Won't Open link from email it gives me the option to open but does nothing when I click that open box. This is a new problem my phone never had trouble with this before.

    When I try to open a link from an email it gives me a choice to open but when I choose open it won't! I used to be able to click right on a store or anything and it  would open connect to the store.  Very strange

    Hi
    It shows just 4 always as an option in the "open with" lsit. Also I haven't downloaded any apps for a while so why would it start now?
    Do you know how I can estabilsh how many apps are counting toward this 10 and what they are?

  • Creative cloud desktop opens but does nothing remains empty

    When i tried to use creative cloud desktop it opens and the icon remains in grey the config menu is log out, open in new window, help
    thats all it does after opening a loading gif appears for several seconds and then disapears but nothing happens remains empty
    i have tried the obvious uninstall - install usign the adobe uninstallers and got the removal successfull, downloaded the latest version
    of the C.C.Desktop and same problem i am on mac OS 10.7.5

    Hi there,
    Welcome to the forums!
    Please rename OOBE Folder from the following location
    Mac OS X : Macintosh HD>Library>Applciation support>Adobe>OOBE
    After renaming the OOBE folder please uninstall Adobe creative cloud from the cleaner tool and re-installed the product from from www.creative.adobe.com/apps
    PS: Please uninstall Creative cloud connection if you see in Cleaner tool.
    Ankit

  • I downloaded the newest version of iTunes, and now I cannot open the iTunes store. It just sits there and says it's loading for hours, but does nothing.

    I downloaded the most recent version of iTunes, and now the iTunes store won't open. It just sits there and says 'accessing iTunes store for hours, but does nothing.

    Close your iTunes,
    Go to command Prompt -
    (Win 7/Vista) - START>PROGRAMS>ACCESSORIES, right mouse click "Command Prompt", choose "Run as Administrator".
    (Win XP SP2 n above) - START>PROGRAMS>ACCESSORIES>Command Prompt
    In the "Command Prompt" screen, type in
    netsh winsock reset
    Hit "ENTER" key
    Restart your computer.
    If you do get a prompt after restart windows to remap LSP, just click NO.
    Now launch your iTunes and see if it is working now.
    If you are still having these type of problems after trying the winsock reset, refer to this article to identify which software in your system is inserting LSP:
    Apple software on Windows: May see performance issues and blank iTunes Store
    http://support.apple.com/kb/TS4123?viewlocale=en_US

  • Desktop.getInstance().open(file) does nothing (nothing happens)

    I 've seen this on a user's computer:
    Desktop.getInstance().open(myFile);
    does nothing: no exception, no stacktrace, nothing.
    It doesn't work for pdf or for xls files (and probably for all other file types too).
    However, if he double clicks on a pdf or xls file in Windows Explorer it opens (in acrobat reader / MS Excel).
    This also works in DOS-prompt: "start C:\myFile.pdf"
    Making it canonical first doesn't work either:
    Desktop.getInstance().open(myFile.getCanonicalFile());
    Environment:
    Java 6 update 16
    Windows XP SP 3
    A webstart application with all security permissions.
    I've removed all JRE's and even removed the USER_HOME/application data/Sun map.
    He upgraded from Windows XP SP2 to SP3 with no change.
    Has anyone any idea what is causing this?
    This problem has been metioned before, but they don't mention a cause or solution: http://forums.sun.com/thread.jspa?threadID=5338022

    Hi,
    I also have the same problem, but with my JNI and C++ expertise, I was able to isolate the problem.
    My platform:
    - Microsoft Windows XP, Family Edition (French), Version 2002, Service Pack 3
    - JRE 1.6.0_21
    In the source of the JDK6 (Src/windows/classes/sun/awt/windows/WDesktopPeer.java), the Desktop.open(file) calls the native method
    ShellExecute(*uri.toString()*, "open")
    For example, if you try to open "c:\helloworld.pdf",
    uri.toString() = "*file:/c:/helloworld.pdf*"if I call ShellExecute("C:\\helloworld.pdf", "open"), it works
    but if I call ShellExecute(" file:/c:/helloworld.pdf", "open"), it doesn't work on my platform.
    In both case, the ShellExecuteW or ShellExecuteA function of the Windows API return the integer 42 (> 32), saying that the functions succeeded. If the file object is not correct, the function should return a value <= 32.
    => The bug is not due to Java implementation, but to a bug in the Windows API.
    Other remark:
    I also tried the "ShellExec_RunDLL" entry point of the Shell32.dll library using RunDll32 utility. Both commands below are running correctly:
    rundll32 SHELL32.DLL,ShellExec_RunDLL "C:\hello.pdf"
    rundll32 SHELL32.DLL,ShellExec_RunDLL "file:/C:/hello.pdf"My conclusion:
    1) A workaround could be implemented in the JRE: use the file path without the "file:/" protocol prefix.
    2) This bug seems to be present only one some version of Windows XP (to confirm).
    Rodolphe.

  • I have a new hp tower running windows 8.1 and have been trying to install the adobe reader.  The installer downloads (1meg) and I choose to run it but it just sits with an empty screen.  I've checked task manager and it takes up memory but does nothing.

    I have a new hp tower running windows 8.1 and have been trying to install the adobe reader.  The installer downloads (1meg) and I choose to run it but it just sits with an empty screen.  I've checked task manager and it takes up memory but does nothing.  After letting it run for 3-4 minutes I kill the task.  What can I do to get the reader installed on this machine?  I've tried using chrome, firefox and explorer and get the same results with each.

    Try the offline installer from http://get.adobe.com/reader/enterprise/

  • Yosemite - MacBook Air 10.10 - "Notes" does not open - "Preview" opens, but does not display PDF's - "iCal" works in new strange ways, as if no one checked its operation - Everything worked very well until Upgrade to Yosemite ! - Happen to others?

    Yosemite - MacBook Air 10.10 - "Notes" does not open - "Preview" opens, but does not display PDF's - "iCal" works in new strange ways, as if no one checked its operation - Everything worked very well until Upgrade to Yosemite ! - Happen to others?

    Thanks for your lengthy reminder dude, I have a similar Mac with yours. I suspect its a software fault because it happens after I upgraded to Lion, 10.7.2.

  • My HP Deskjet 3050A J611 series wont print, says its printing on the screen, but does nothing.

    it has nothing to do with the connection, because even if i try to print a test page from the printer itself (not using my laptop) it still wont print. it says "printing" on the screen, but does nothing. and the green light on the power button blinks the whole time... please please help, its super frustrating, ive un-installed, re-installed, plugged it in, un plugged it, plugged the usb cord in before i realized it wasnt a connection problem, taken the ink out.. i dont know what else to do... again, its not a connection problem.. i tried to go into the settings on the printer itself and clicked printer status or something liek that and it attempted to print out a report, but nothing prints... again, the screen says "printing . . .  "   but nothing happens and it will continue to say "printing  . . . " w/ the moving dots for hours... what could this be??  ive searched online and cant find anything that sounds liek this.. seems like everyone has connection probelms... but i need help!

    This sounds like it may be a firmware problem.  The first thing to do is check to see if there are any available firmware update.  I'll include a link to those instructions below.  Next, make sure the printer is plugged directly into a wall outlet.  Plugging the printer into a surge protector, power strip, or power backup can cause it to become under powered resulting in strange problems like this one.  If the firmware is up to date and plugging the printer directly into a wall outlet doesn't help, follow the steps in the document below.  If that doesn't help, you will need to replace the printer.  Hope this helps.
    Getting the Latest Firmware and Product Updates
    The HP Printer Won't Turn On or Respond
    -------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------

  • Unable to sign into icloud.  Accepts username & password but does nothing when clicking on arrow.

    I am trying to sign into icloud on my pc.  It will let me enter my username and password but does nothing when I click the arrow to sign in.  Also, I can't select the "keep me signed in" box.  When I click on either it does nothing.

    I would suggest to restore Apple TV again to factory settings.

  • After recent upgrade Mozilla will open but does not connect - I have Norton Antivirus.

    After recent upgrade Mozilla will open but does not connect. I have uninstall/reinstalled several times. I have NortonAntivirus.

    It is possible that your security software (firewall, anti-virus) blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox and the plugin-container from the permissions list in the firewall and let your firewall ask again for permission to get full, unrestricted, access to install for Firefox and the plugin-container process and the updater process.
    See:
    *https://support.mozilla.org/kb/Server+not+found
    *https://support.mozilla.org/kb/Firewalls
    *https://support.mozilla.org/kb/fix-problems-connecting-websites-after-updating
    Do a malware check with several malware scanning programs on the Windows computer.
    Please scan with all programs because each program detects different malware.
    All these programs have free versions.
    Make sure that you update each program to get the latest version of their databases before doing a scan.
    *Malwarebytes' Anti-Malware:<br>http://www.malwarebytes.org/mbam.php
    *AdwCleaner:<br>http://www.bleepingcomputer.com/download/adwcleaner/<br>http://www.softpedia.com/get/Antivirus/Removal-Tools/AdwCleaner.shtml
    *SuperAntispyware:<br>http://www.superantispyware.com/
    *Microsoft Safety Scanner:<br>http://www.microsoft.com/security/scanner/en-us/default.aspx
    *Windows Defender:<br>http://windows.microsoft.com/en-us/windows/using-defender
    *Spybot Search & Destroy:<br>http://www.safer-networking.org/en/index.html
    *Kasperky Free Security Scan:<br>http://www.kaspersky.com/security-scan
    You can also do a check for a rootkit infection with TDSSKiller.
    *Anti-rootkit utility TDSSKiller:<br>http://support.kaspersky.com/5350?el=88446
    See also:
    *"Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked
    *https://support.mozilla.org/kb/troubleshoot-firefox-issues-caused-malware

  • Why I can not change the brightness of the screen 27-inch cinema display. I pulse the f1 and f2 but does nothing.

    Why I can not change the brightness of the screen 27-inch cinema display.
    I pulse the f1 and f2 but does nothing.

    Look in System Preferences > Displays
    See if the brightness is locked.

  • When trying o play Youtube videos I only see "Plug-in failure". It looks like a button but does nothing.  What should I do?

    When trying o play Youtube videos I only see "Plug-in failure". It looks like a button but does nothing.  What should I do?

    Wait until Adobe updates the Flash Player.

  • My ipod is showing a red circle with a red "X" in it. Itunes tells me it will prepare my ipod for recovery but does nothing, why?

    I have a ipod classic, 160gb.
    My ipod is showing a red circle with a red "X" in it. Itunes tells me it will prepare my ipod for recovery but does nothing, why?
    My computer is a Inspiron 530S using Windows Vista, duo core.

    All you can do is try restoring the device. If you are unable to you'll most likely have to get the iPod repaired.
    Check out this article
    http://support.apple.com/kb/TS1463?viewlocale=en_US

Maybe you are looking for

  • Why is my site Title not showing in Firefox?

    Hello On my site at http://fbibiz.com/, the page Title flashes briefly in the Title bar, but then reverts to 'Mozilla Firefox'. The title tag is in place (correctly as far as I can see). Any suggestions, please, as to why my page Title is not showing

  • Why has my data stopped backing up on Time Machine?

    The Time Machine has been working fine and backing up data regularly, but on December 28th it started saying that the backup disk was unavailable. 

  • Need to compare two fields and populate the other fields.

    Hi All, I have scenario like this. DATA: text1(150) type C VALUE 'Step: SHORT DUMP; Scenario: PRE; Date :09.07.2007. Time :13:08:33.'. DATA: text2(150) TYPE C       VALUE 'Step: &; Scenario: &; &', DATA: text_A(150) TYPE C,           text_B(150) TYPE

  • Any experience with Forte admin training?

    We're trying to help get the 3-4 local syadmins here up to speed on Forte. We've had a development environment up for a few weeks now, and are wondering if the Forte admin training class would be worth it at this point. Has anyone attended these clas

  • Command to open Messager Server 3600

    Hi Experts, I want to open a Messager Server Port 3600 Could anyone provide me the command to open this port at command line, My OS is Windows Thanks Murtuza