pass values to the pop-up window

jdev: 11.1.1.7

Make me NoSuchMethodException if excute the code below

Root cause]] of ServletException.

java.lang.NoSuchMethodException: oracle.adf.view.rich.component.rich.nav.RichCommandLink.addPopupFetchListener (oracle.adf.view.rich.event.PopupFetchListener)

at java.lang.Class.getMethod(Class.java:1605)

at oracle.adfinternal.view.faces.taglib.listener.SetPropertyListenerTag.doStartTag(SetPropertyListenerTag.java:194)

at jsp_servlet.__test_jspx._jspx___tag10(__test_jspx.java:575)

......

.....

Caused by: java.lang.NoSuchMethodException: oracle.adf.view.rich.component.rich.nav.RichCommandLink.addPopupFetchListener (oracle.adf.view.rich.event.PopupFetchListener)

at java.lang.Class.getMethod(Class.java:1605)

at oracle.adfinternal.view.faces.taglib.listener.SetPropertyListenerTag.doStartTag(SetPropertyListenerTag.java:194)

at jsp_servlet.__test_jspx._jspx___tag10(__test_jspx.java:575)

at jsp_servlet.__test_jspx._jspx___tag8(__test_jspx.java:501)

at jsp_servlet.__test_jspx._jspx___tag7(__test_jspx.java:447)

at jsp_servlet.__test_jspx._jspx___tag4(__test_jspx.java:306)

at jsp_servlet.__test_jspx._jspx___tag3(__test_jspx.java:241)

at jsp_servlet.__test_jspx._jspx___tag1(__test_jspx.java:157)

at jsp_servlet.__test_jspx._jspx___tag0(__test_jspx.java:104)

at jsp_servlet.__test_jspx._jspService(__test_jspx.java:65)

CODE:

< af:table id = "t1" var = 'node'... varStatus 'vs' = >

< af:column id = "c1" >

< af:commandLink text = ' #{node. " ContactPhone}"id ="ot1">

"< af:clientAttribute name ="title"value ="#{node. ContactPhone}"/ >".

"" < af:showPopupBehavior popupId = ": bigImage" triggerType = 'action' / >

< / af:commandLink >

< / af:column >

< / af:table >

< af:popup id = "bigImage" contentDelivery = "lazyUncached" launcherVar = "source" = "pitcher" eventContext >

< af:panelWindow id = 'pw1' >

< af:panelGroupLayout id = "pglay" layout = "vertical" >

< af:outputText clientComponent = "true" value = "#{viewScope. . "{ContactPhone}" inlineStyle = "' make-size: 14px;" id = "ot1" / > "

< / af:panelGroupLayout >

< af:setPropertyListener from = "#{source.attributes. " "{ContactPhone}" to = "#{viewScope. " "{ContactPhone}" type = "popupFetch" / >

< / af:panelWindow >

< / af:popup >

Yes, but this isn't the answer to my question.

Move


AF: panelGroupLauoyt

and put the same thing to be a direct child of af: popup:


  


and see what happens...

Tags: Java

Similar Questions

  • passing variables between the pop-up windows

    I'm moving one popup to the other variables. It works fien if I spend bvariable of main application as soon as I'm moving from variable popup to popup window it does not work here is what I am trying ro:

    That works fine

    hand. MXML

    private function launchMoreInfo (): void {}
    var win: view = PopUpManager.createPopUp (this, opinion, true) as point of view;
    //

    victory. AccountNum = list1.selectedItem.accountNum;
    Win.User = user;

    }

    But if I try to pass variables to the pop-up window, created from popup component, is not ' work

    View.MXML

    private function dsclientevents (): void {}
    var win2:view = PopUpManager.createPopUp (Thi, dsclienteventlog, true) like point of view;
    //

    win2. AccountNum = 'test ';

    }

    AccountNum is declared in dsclienteventlog.mxml

    Is it possible to pass variables between the pop-up windows?

    I would much apreciate your help

    Thank you

    Hi friend!

    I have faced this kind of problem and solved using 'Public static var '.

    Just, you declare a public static variable in your class Popup. Then you can directly set the value to this variable as,

    ClassName.StaticVariableName = value;

    In your case,.

    say PopUp2.mxml or PopUp2.as

    =======

    In the PopUp1 script:

    OnItemSelectionChange (event): void

    {

    PopUp2.m_iSelectedID = DatagridID.selectedItem.AccountID; It will change the value of this variable, even if the popup2 is open.

    your stuff here...

    }

    Try this, I hope this will help you.

    Thank you

    Merlina.

  • pass parameters to the pop-up window using skillbuilder

    All,

    I have a request of dynamic content on page 1 and for some lines ive the pop-up link another page and pass the EMPID clicked on page popupped. Ive created the link and its popping up the second page correctly, but how I have the pass of the EMPID per second / page popup?
    part of query in page1 like this,
    htp.p('<td><a href="#" class="show-summary" onclick="return false;">'||cursor-id.EMPID||'< . . . . . 
    Thank you.

    Gor_Mahia wrote:
    Jorge,

    IAM but perhaps not very clear what you did ive tried it before, but it losses the modal pop-up window and navigate to this page, I really try to have my modal popup window. Look at my request below,

    You just described a completely different problem from that of passing parameters modal page.
    Just add a more real Action "Cancel the event" after the action of modal Page.
    What that will do is replace the click of the anchor who want to access the link HREF.

    Thank you
    -Jorge

  • pass the query id in the pop up window

    Hello

    I want to be able to pass the query id in the pop up window but do not know how to do it, would you please help me with this? -Thank you

    the code below (A) works very well with open the pop-up page detail but din't know how there an id in the details of the page.

    <!--A-->

    < script >

    function openWin()

    {

    Window.Open ("detail.cfm,", "_blank", "toolbar = yes, scrollbars = yes, resizable = yes, high = 500, left = 500, width = 400, height = 400");

    }

    < /script >

    < cfset foo = querynew ("id_int, aNo_var, Renew, Cancel') >

    < cfloop query = "getOrderHist" >

    < cfset queryaddrow (foo) >

    < cfset querysetcell (foo, 'id_int', getOrderHist.id_int) >

    < cfset querysetcell (foo, 'aNo_var', getOrderHist.aNo_var) >

    < cfset querysetcell (foo, 'Renew',' < a href = "javascript: void (0);" onclick = "openWin ()" > view < /a > ') >

    < / cfloop >

    <! - B - >

    I try to call the page directly such as below but got an error of "invalid character".

    < cfset foo = querynew ("id_int, aNo_var, Renew, Cancel') >

    < cfloop query = "getOrderHist" >

    < cfset queryaddrow (foo) >

    < cfset querysetcell (foo, 'id_int', getOrderHist.id_int) >

    < cfset querysetcell (foo, 'aNo_var', getOrderHist.aNo_var) >

    < cfset querysetcell (foo, 'Renew',' < a href = "javascript: void (0);" onclick = "window.open("detail.cfm?id=#id#","_blank"); > < /a > to renew '") >

    < / cfloop >

    you have a 'openWin' function, but then you try to add inline JS to do the same thing.  I suppose you're eventually loop over your query "foo" output these links to renew.  In this case, I just want to pass a URL or just the ID into the openWin function.  Much simpler than to try to add dynamic JS in a cell of the query.

    I am a bit confused why you are creating a new query, foo, if you already have the query getOrderHist that seems to have everything you need.

    function openWin (id) {}

    Window.Open ("detail.cfm? id =" + id, "_blank", "toolbar = yes, scrollbars = yes, resizable = yes, high = 500, left = 500, width = 400, height = 400");

    }

    ID: #getOrderHist.id_int #.

    aNo: #getOrderHist.aNo_var #.

    Renew

  • setValue for entering text within the pop-up window giving NullPointerException

    Hi all

    I want to put the value programmactically for entering text within the pop-up window

    I write the following code in the bean (extended view)

    to fill the text to enter the PopupFetchListener

    {} public void setMyInput (myInput RichInputText)

    this.myInput = myInput;

    }

    public RichInputText getMyInput() {}

    return myInput;

    }

    {} public void fetchText (PopupFetchEvent popupFetchEvent)

    Add the code in the event here...

    myInput.setValue ("test"); gives NullPointerException

    }

    JDeveloper 12 c

    First, link component UI (with the exception of fragment) to the scope of request bean.

    Then, try to play with the popup childCreation property (try with immediate)

  • How to activate the pop-up windows?

    I can't fill a demand for services with ASCAP because I've not enabled popups. So, how to activate the pop-up windows?

    You can uncheck the block pop-up windows under the Orange Firefox button > Options > Options > content tab.

    See more details here

  • The Web site address does not appear on the pop-up window

    Hello

    I am running Firefox 19.0.2 on a Win 7 64 bit PC version and have noticed that on the pop-up windows, when the address bar is present, I get the message "go to a Web Site" on it rather than the address of the Web site. If I click with the right button on the icon of the little world on the address bar and choose Customize and then close this window without making any changes, the address of the site is full. Does anyone know how to get the address of the site to automatically display on the popup? My PC Win XP Pro is not this problem and popups always display the address of the Web site without having to do anything.

    Thank you

    Start Firefox in Safe Mode to check if one of the extensions (Firefox/tools > Modules > Extensions) or if hardware acceleration is the cause of the problem (switch to the DEFAULT theme: Firefox/tools > Modules > appearance).

    • Do NOT click on the reset button on the start safe mode window or make changes.
  • I get the pop-up windows and windows that automatically open on my browser, how can I solve this

    I get the pop-up windows and windows that automatically open on my browser, how can I solve this

    Do a scan for adware with Malwarebytes: http://malwarebytes.org/antimalware/mac.

    (copy and paste the link above into the address bar of your browser).

  • I have firefox clear history when it closes and it clears my exceptions to pop up windows whenever it closes. How firefox can erase history without deleting the exceptions to the pop-up windows?

    I have firefox clear history when it closes and it clears my exceptions to pop up every time it closes. How firefox can erase history without deleting the exceptions to the pop-up windows? Allow this makes it difficult to play of Facebook games like farmville, because I have to allow him every time, and I have to type in rather than it to automatically. Thank you, Jamie

    Do not remove the navigation, search and download history on Firefox to clear the "Site preferences".

    Compensation of the "Site Preferences" clears all exceptions for cookies, images, windows pop up, installation of software and passwords.

  • the pop up Windows Defender when you are connected to the internet by dial-up readings; change of system in known application, type of change; running applications, cwindowssystem32mswsockdll, I am disconnected and then reconnected___

    the pop up Windows Defender when you are connected to the internet by dial-up readings; change of system in known application, type of change; running applications, cwindowssystem32mswsockdll, I disconnected and then reconnected.

    I just ran windows update on a large number of files all successful before this happened, it happens when I am connected to the internet, I use dial-up access

    added on 25/11/09 still have the problem mentioned above, even explore two windows are runnibg on the system, or two IE browsers running?

    Added 27/11/09 I ave followed all instructions up to and including thefix tool kb/93623, stiil I have this report of windows Defender quickly appearing twice in a row, then I'm disconnected from the internet. any more ideas thanks sam

    Visit this link:
    http://support.Microsoft.com/kb/936213

  • Cannot send mail with windows mail. Get the pop-up Windows security.

    Cannot send mail with Windows Mail. Get the pop-up Windows security.

    Password and username are all correct. POP and SMTP everything is correct. If I remove all virus blocker, always get Windows security pop up asking for password and username; I type in it and click on the option to remember, but the window appears several times without sending a message. Error message box is empty.
    No problem on the end of e-mail servers. Equipped with Windows Vista.
    I deleted the Windows Mail disabled account, rebooted with the new account and the same problem.
    Can I receive the mail, but Windows Security blocking my attempts to send and don't remember the password and username that I type.
    Help!

    This kind of behavior is very often due to antivirus.  You are using.  If its McAfee or Norton get rid of them completely.   There are others who are also incompatible.  Everything you try, make sure that the analysis of e-mail is disabled.   You can also try to repair the database and see if that helps (see www.oehelp.com/WMUtil/).  And see also www.oehelp.com/OETips.aspx#3

    Steve

  • Blocker is enabled in IE9, also tried Google Chrome and still get the pop up windows.

    Blocker is enabled in IE9, also tried Google Chrome and still get the pop up windows.  Popus mount on most but not all websites regardless of the browser used.  Most are a square add in the lower left corner - some with a VCR command prompt.  I don't know how to get rid of them.  I was wondering that if I had a virus that is allowing them to appear - especially since I also noticed that when I click on the links on some Web sites, the link is instead directed to something more than one character of advertising and not where it was supposed to go.  I use MS Security Essentials and also run Malwarebytes periodically.  Aslso ran "Microsoft SafetyScanner" and no sign of a virus or malware.  Someone at - it ideas?

    Just for fun, take a look at this website because it has some great information for the verification of the malware, etc.. You may need to do your scans in safe mode.

    http://www.selectrealsecurity.com/malware-removal-Guide/

    I hope this helps.

  • Disable the pop-up window

    A small window opens in are at the top right of my page. He has the ability to zoom and change the position of the current page. The window seems to open when I quickly scroll using the mouse wheel. I tried to find what is called the pop-up window and any other information, but I was unable to locate anything.

    The window doesn't help for me and often blocks read page. Anyone who is familiar with this small pop-up window and is anyway to disable?

    Thank you

    Judd

    Try to close this pop-up window by clicking X.

    Also check if there are updates available for Acrobat Reader, Open player > help > Check for Updates...

    Let us know the results.

  • How to disable the pop-up window of assisted reading?

    How to disable the pop-up window of assisted reading?  It is so boring, and this terrible program aid is non-existent.  If I find a different program I won't use it.

    Not easy to use at all.

    Hello

    Please, try the following:

    Open Acrobat/Reader

    Go in Edition > Preferences

    Under categories, click Accessibility

    Other Accessibility Options pane

    Uncheck the option Enable assistive technology support

    Thank you

    Abhishek

  • Action button and actionlistener doesn't work is not inside the pop-up window!

    Hello

    I have a popup launched at the click of the button say "open popup.

    Inside the pop-up window, even, I have a button, when click on which the popup is closing its not trigger and any action or actionlisteners!

    all that exist on the same page.

    How to go to this topic

    Thank you

    This is controlled by the autoCancel = "disabled" property of the pop-up window. The default setting is enabled which closes the popup.

    Timo

Maybe you are looking for

  • Equium L20 - Download Driver Toshiba problems

    I had to install a new installation of Windows XP Edition family. Problems with HARD drive and I have no backup discs. No problems with installation. All the Windows updates installed. The question that I find now has loading drivers. In the Device M

  • Scan of the computer allow

    Printer: HP Officejet 4620 OS: Mac OS X 10.8 Mountain Lion I spent all last night on web chat with HP trying to get "my computer analysis" to work. I can scan from my computer fine. And printing is also very good. Just can't get it to run a scan from

  • I can install Windows 7 64-bit disk external eSATA SSD as my OS boot?

    I would like to install on in-house, but I also need to run RAID disks for my data for redundancy.  I want to we SSD for my OS drive for obvious reasons (speed).  But the TRIM command to clean up the SSD is not functional through RAID controllers.  I

  • Win7: no audio to the speakers, Yes in the headphones; Ubuntu: both work

    Hi all My system is Windows 7 Pro 64 bit on a computer laptop lenovo. I was running Win7 since the beta public, never had any problems with the audio drivers. Can't remember when this happened, but at some point given, I lost the sound in my laptop s

  • WMP automatically dividing burn 2 discs even if less than 80 minutes

    I use WMP (regardless of the version provided with Windows 8) to burn a playlist for a total of 78 minutes. When I pull the playlist in the burn list, it creates automatically 2 discs, one of which is only about 70 minutes and the second disc, with t