Window popup

hi
I need to popup window upon clicking "+" symbol in a JSF page , i will be placing + symbol in a particular column of table for all records.
for UI component like Component Button through 'action' tag we can do it. But need solution for '+' or any Symbol has to popup a window.
thanks
Santosh M E

Hi ,
I am following same thing,i dragged and dropped Task Flow-1 to Bounded TaskFlow-2. while configuring property i.e Run as Dialog---> 'true' its throwing an error. if it is 'false no error'. But i want popup Task flow.
pls find below log.
oracle.adf.controller.ControllerException: ADFC-14004: The ADF Controller cannot execute task flow '/WEB-INF/DecompRule/DecompRuleTaskflowdef.xml#DecompRuleTaskflowdef' that uses page fragments in the root view port.
     at oracle.adfinternal.controller.util.Utils.createAndLogControllerException(Utils.java:208)
     at oracle.adfinternal.controller.state.RootViewPortContextImpl.pushTaskFlow(RootViewPortContextImpl.java:420)
     at oracle.adfinternal.controller.activity.TaskFlowCallActivityLogic.invokeLocalTaskFlow(TaskFlowCallActivityLogic.java:319)
     at oracle.adfinternal.controller.activity.TaskFlowCallActivityLogic.invokeTaskFlow(TaskFlowCallActivityLogic.java:228)
     at oracle.adfinternal.controller.engine.ControlFlowEngine.invokeDialogTaskFlow(ControlFlowEngine.java:299)
     at oracle.adfinternal.controller.application.DialogRequestHandler.invokeDialogTaskFlow(DialogRequestHandler.java:85)
     at oracle.adfinternal.controller.application.DialogRequestHandler.doCreateView(DialogRequestHandler.java:54)
     at oracle.adfinternal.controller.application.BaseRequestHandlerImpl.createView(BaseRequestHandlerImpl.java:57)
     at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.createView(ViewHandlerImpl.java:95)
     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._restoreView(LifecycleImpl.java:572)
     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:280)
     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:177)
     at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
     at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
     at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
     at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
     at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:191)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:97)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
     at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterIm
thanks
Santosh M E

Similar Messages

  • Window popup issue in WD ABAP

    Hello Techies,
    In one of our application in WD ABAP we are facing issue while opening window popup. Window screen is not opened in popup screen but displayed in same screen at the bottom. Also we are not able to do any operation. Like putting value in input field & clicking on button. This issue doesn't appear in test system. Also this is an issue in IE7 , IE8 whereas it works fine with IE6. Also this is specific to this window, all other windows are working fine in application. Any clue?
    Thanks & Regards,
    Lakshman

    Hi Sap user
                          transfer the data from popup screen to another view make a serve side cookies. call the method set_server_ cookies from the class cl_bsp_server_sde_cookies in   Onmanipulation event. And call the method get_server_cookies from the class cl_bsp_server_side_cookies in Onrequest event.
    this will transfer the data from popu to main page.
    Thanks
    Vishwas Sahu

  • New window popup does not open on Windows

    hi,
    when I open an new window in a Premiere HTML5 extension on Mac, it works,
    but no window opens on Windows.
    newwindow = window.open('www.adobe.com','name','height=200,width=150');
    Trying to apply moveTo() or focus() after open() returns Cannot call ... method of undefined.
    I wonder what causes this, probably it just gets blocked. By Windows? Premiere on Windows? Chrome in the extension on Windows?
    Is there something I can do about this?
    I cannot open it in the default browser because ultimately the window popup is a Paypal popup
    opened by a webpage loaded in an iframe- which gives the same result as trying to open a window directly from within the extension as described above,
    thanks,
    Jeff.

    This is a known issue of CEP; we disabled these methods (with window.open() or <a href=url >) to open a new page. A work around is using API CSInterface.openURLInDefaultBrowser(url) to open it in system default browser. I am afraid that CEP does not provide other work around methods if openURLInDefaultBrowser() cannot suit your requirements.

  • How to create a button that close a window/popup.

    Hi, I must create in a view a button that close the window/popup that include the view, the button must be like the OK button of the popup or the X button at the top-right side . It's possible?

    Hi Avalor.
    You can create a custom pop up window. Just create a view that contains all
    elements that you want to display. Add the button that closes the view. Create a
    new window that only contains this new view. Use the mentioned method to create
    a new window as pop up. You just have to pass the name of the window you have
    created. Store the reference to the new window in the component controller
    (mr_window).
    From the new window->view you have access to the component controller.
    In the action handler of the button you can use something like this:
    wd_comop_controler->mr_window->close( ).
    Cheers,
    Sascha

  • Window popup doesn't open in a build .exe application

    Hello. I wrote code in order to open a VI as a windows popup.
    Running it in labview, it works fine. If I build the application (host side) and I run it in windows (win 7) it doesn't open any popup.
    I'm sure that:
    1) both the main and popup VIs are included inside the source files during the build steps.
    2) the popup is not running behind the main window.
    3) popup VI window appearance is "modal"
    Here my code:
    Does anyone know what to do?
    thank you
    fpia

    Thank you Mark and josborne.
    It seems all you suggested me it's ok. I mean:
    The path of my VIs are correct. I selected the startup VI (and I can see it inside this section) and in "Always Included" section there is the right VI popup.
    The front panel is not removed from the VI popup. I can see it in the "source file settings" section.
    josborn, I tryed to put error handing in my code, and I got some errors but I think thery are unuseful in my specific case. Here they are:
    Built Application or Shared Library (DLL): Make sure all dynamically loaded VIs were properly included in the build specification for the application or shared library.
    LabVIEW Real-Time: VIs built into executables cannot be accessed through VI Server calls. Use Source Distributions to dynamically call VIs on Real-Time targets.
    I got this error from the "Open VI reference" function. But...
    About the first line, I'm sure all the involved VIs are included. I see the VI caller as "Startup VI" and the VI popup as "Always Included".
    About the second line, I'm not testing it with a Real-Time target. I'm running this simple project just in a windows 7 environment. Anyway my VI server is running and setted in according with NI documentation.
    I attach the project. Could you please be so kind to give a glance to it? It is very small and simple.
    Thank you.
    fpia
    Attachments:
    VIPopup.zip ‏81 KB

  • Removing Address Bar from external window popup

    Hi
    I have a modal popup which opens up another popup as an external window. Now this child popup window is consistent with the original browser window and shows toolbar and address bar.Is there an attribute of commandButton in ADF which can help me remove the address bar in the child popup ?
    I have removed the toolbar by setting windowEmbedStyle="window" in the commandbutton that launches the external window popup.
    PS - Both the parent and child popup dialogs have been implemented as taskflows.The parent popup is a modal dialog and not a browser window.
    Thanks

    from the parent popup.. open the child popup using javascript. .add a c
    <af:commandButton text="Click Me">
    <af:clientListener type="action" method="popUp"/>
    </af:commandButton>
    function popUp(e) {
    day = new Date();
    id = day.getTime();
    eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=600,height=600');");
    }

  • How to call the windows popup  on SRM  portal

    Hi ,
    how to call the windows popup on SRM portal.
    For example when I hit "Check" on the shoppoing cart screen I get a popup  saying  that "Shopping cart Test has no errors and can be orderd".
    I am looking to thorw a popup which has got "yes" and "no" options ( like function module POPUP_TO_CONFIRM in GUI ) and based on the users choice the logic follows through.
    Thanks,
    krishna.

    Is this thread still valid? If not, please close the thread.
    If so, as no response has been submitted, please rephrase your question and/or provide further information to describe your requirement.
    Thanks
    Jason
    SDN SRM Moderator Team

  • A click in the website starts many ads windows popup.

    When I click in the "search" box of www.avaxhome.ws to write a search term, many ads windows popup. I set Firefox to prevent popup window from showing by default. And Firefox shows a yellow bar on top of the page saying some popups are blocked. What should I do?

    It is likely that your machine has been infected with malware that might be causing these popups to be displayed. Can you please check to see if this needs to be addressed first, before we are able to to troubleshoot this issue.
    You can try these free programs to scan for malware, which work with your existing antivirus software:
    * [http://www.microsoft.com/security/scanner/default.aspx Microsoft Safety Scanner]
    * [http://www.malwarebytes.org/products/malwarebytes_free/ MalwareBytes' Anti-Malware]
    * [http://support.kaspersky.com/faq/?qid=208283363 TDSSKiller - AntiRootkit Utility]
    * [http://www.surfright.nl/en/hitmanpro/ Hitman Pro]
    * [http://www.eset.com/us/online-scanner/ ESET Online Scanner]
    [http://windows.microsoft.com/MSE Microsoft Security Essentials] is a good permanent antivirus for Windows 7/Vista/XP if you don't already have one.
    Further information can be found in the [[Troubleshoot Firefox issues caused by malware]] article.
    Did this fix your problems? Please report back to us!

  • Flash content inside windows popup is not rendering on IE10

    Hi,
    Flash content of my application is not appearing when it is inside windows popup. When I close popup, I can see the content momentarily.
    This happens in case of popup only.
    Look at this video - http://youtu.be/SupJYZoLk5I
    I am not able to find why it is happening only with given configuration.
    Browser- IE10
    OS - Windows 8
    Thanks,
    Prithveesingh.

    The site is intranet one and can not be accessible from outside.
    Wanted to add one more thing  that it works fine when tried on IE10 on Windows 2012. 
    1. The issue occurs with popup.
    2.Popup URL works fine if directly open in browser.
    3. The swf file loads but seem like not initialize.
    4. It works on IE10 on Win2k12. In Win2k12, Flash Player publisher is shown as 'Adobe Systems' while in case of Windows 8, it shows as
    'Microsoft Windows 3rd party component'.
    The popup mentioned here is modal dialog opened using javascript function window.showModalDialog. Instead if we use window.open things works fine, but we need modal dialog the way it is there.
    Thanks,
    Prithveesingh.

  • Window popup close issue in jsf

    I am having add/edit functionlaity in window popup and when i close the window by calling javascript:window.close.
    The following exception comes at server. Kindly tell me how i can avoid this exception at server.
    <2005-08-25 12:20:09.708> ERROR [Web-Worker-Thread : 5] taglib.core.ViewTag - Error writing endDocum
    ent
    java.net.SocketException: Connection reset by peer: socket write error
    at java.net.SocketOutputStream.socketWrite0(Native Method)
    at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92)
    at java.net.SocketOutputStream.write(SocketOutputStream.java:136)
    at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:66)
    at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:124)

    You need to submit the form from the parent window, not from the popup window. When the window will be closed, all processing requests will be stopped immediately. Hence the "connection reset by peer" error message (which roughly means as "the other side has aborted the connection, we can't send a response anymore").

  • How can I prevent the open/save file confirmation window popup ? Mine is currently set for "always do this action" but I still get the popup.

    Whenever I "export" a QIF file from my bank I get a File Action confirmation window popup. I have the correct application selected and I have it selected to "open" and "always do this action" but the popup always pops.
    I have checked the applications tab and the correct application is selected.
    How can I prevent the confirmation popup window please ?

    Cheers for the reply.
    I have deleted the rdf file but no difference. I still get the opening file box popup.
    From the resetting download actions link. Both lines in the about:config are missing.
    I have also tried switching the download option for the qif file to use a csr file but that also opens the confirmation box.
    I pulled this from the rdf file
    <RDF:Description RDF:about="urn:mimetype:handler:text/x-qif"
    NC:alwaysAsk="false"
    NC:saveToDisk="false"
    NC:useSystemDefault="false"
    NC:handleInternal="false">
    <NC:externalApplication RDF:resource="urn:mimetype:externalApplication:text/x-qif"/>
    <NC:possibleApplication RDF:resource="urn:handler:local:C:\Program Files\Microsoft Money\System\msmoney.exe"/>
    </RDF:Description>
    <RDF:Description RDF:about="urn:scheme:webcal"
    NC:value="webcal">
    <NC:handlerProp RDF:resource="urn:scheme:handler:webcal"/>
    </RDF:Description>
    <RDF:Description RDF:about="urn:mimetype:externalApplication:text/x-qif"
    NC:path="C:\Program Files\Microsoft Money\System\msmoney.exe"
    NC:prettyName="msmoney.exe" />
    Not sure if that helps.
    Thanks again for the reply

  • Window popup in agent's session whenever user clicks button in his session

    How can I make a window popup in agent's session whenever a user clicks on a button in his session?
    I need to add a functionality in my web application which pops up a window in a particular agent' session whenever a user clicks on a particular button in his session. That is when a user clicks on the button it signifies a request and an agent is notified of user's request and he should get a screen popup to show user's info.
    Could any tell how can I achieve this functionality?
    My web application uses following technologies:
    JAVA, JSP, STRUTS, TILES, HIBERNATE
    TOMCAT as server and MySql as Database.
    Thanks,
    Rajiv

    What is the name of the session variable that you are creating on login? When he clicks logout, set that session variable to null. Like session.setAttribute("userName",null); and check for non-null condition before proceeding with any functionality in your jsp's.
    What is the second question? You want to prevent duplicate logins from different systems? You would have to maintain a static datastructure like a HashMap for instance. Everytime a user logs in, put an entry into the HashMap...like userMap.put("userName","userName"); If an entry already exists, throw a message saying that user already logged in from another machine...

  • Modify the title and the label of buton close of the help window popup

    Hello everybody.
    I am looking for a way to modify the title of window popup and the label of the close buton of the popup window help text.
    In my item template item, I am using the following in order to pop the window help :
    <a href="javascript:popupFieldHelp'#CURRENT_ITEM_ID#','&SESSION.')
    Thanks for any help.
    Lila

    Hi lila
    Let us say that you have page 1 on which you want to show help for some item....
    So in Post Element Text you can put an image tag ( for help) which onclick will call the function ...
    function helpWin()
    var URL = 'f?p=999:2:&SESSION::NO::';
    w = open(URL,1,"Scrollbars=0,resizable=0,width=600,height=600");
    if (w.opener == null)
    w.opener = self;
    w.focus();
    so page 2 is your customisable help page...in which you can put page title ,customise button etc....
    hope it helps
    thanks
    -prashant

  • Strange window popup on every roundtrip to server

    hello
    i have 2004s web dynpro application outside the portal (via url address).
    sometimes when user change lead selection of a table or making any other action that requires roundtrip to the server, i see a little pop up window that starts and close. it appears only for 2 seconds, but still very annoying.
    anyone knows why its happening and how can i suppress that window popup?
    thanks,
    Roni

    Hi,
    I have noticed this popup window too. But it doesnt appear at every roundtrip time.
    You can make out whether it is present or not, just by lookint at bottom right of your current browser,
    If you want to see how it is affecting the performance of your application,
    enter: <b>sap-wd-showInfo=X</b> in <i>Window-Preferences-WebDynpro-Server</i>.
    It provides details about the roundtrip time, time taken at the J2EE and R/3 of your server, etc
    For more details about the same, visit the blog: /people/bertram.ganz/blog/2006/11/21/analyzing-web-dynpro-java-application-performance-with-a-simple-url-parameter
    I hope this is of some use to you.
    Regards,
    hanoz

  • Some letters in website are double underline and when cursor move over, there is small window popup - how to fix

    Some letters in website are double underline and when I move a cursor over these letter, there is a small window popup which contains that letter and "Click here". when I move a cursor over letter Click here, it will redirect web site to another strange website. How can I stop it? Please help

    You might find installed along with this:
    --- IB Updater Service http://botcrawl.com/how-to-remove-ib-updater/
    --- Linksicle Linkside.com
    --- TidyNetwork.com
    --- RISE Editor RiseToBloom.com
    equally abhorent malware.
    I have Norton running and it let me install these without the usual warning!
    None of them show up as "running" on the windows process list.

  • Why font dialog window popups when running this vi?

    1) Press and hold ctrl+R keys.
    2) In few seconds, the font dialog window popups immediately.
    Why this happens? Is this a bug?
    Am using LabVIEW 8.5 and Windows XP SP2
    Solved!
    Go to Solution.
    Attachments:
    Untitled 1.vi ‏18 KB

    Could somebody please explain me the highlighted portion of the attached image? I don't know how to set it?
    Message Edited by mathan on 10-28-2008 06:34 AM
    Attachments:
    untitled1.PNG ‏21 KB

Maybe you are looking for

  • Saving a query takes long time

    Hi i have developed a query on the AR cube. This query has a 36 month structure and about 5 key figures. Since the key figures are inter dependant, I am using the cell formulas in the structure. Till Friday i had no problem in saving the query after

  • Photoshop CS2(Not Responding)

    My photoshop cs2 program has been running very well for the past year or two. I have started saving files back and forth between cs3( at school) and cs2 (at home) for a school project. All the sudden, as I was painting a background to place in my pro

  • Strategy for iLife storage with Macbook Pro

    My iMac recently died and I just ordered a new Macbook Pro.  It only has 256GB of internal storage and I would rather not fill that up with my iPhoto, iMovie, iTunes libraries among other things.  So I will definitely have some form of external stora

  • I have a new Droid 3. It's not listed as a compatible device. Is it compatible?

    Not relevant

  • Can't reinstall Photoshop Elements 2

    I have Photoshop Elements 2 on a CDwhich was installed on my Vista computer. I had to reformat the computer because of malware and I lost all the Adobe photoshop Elements files. Now when I put the CD in and  try to re-install it I get as far as click