How to get any event occurs inside inline frame .

Hi All,
I have configured some url in af:inlineFrame component .
This url is pointing to a webapplication which is hosted on different server .
If i want to know all the activity what is happening insde inlineframe component which event i need to handle .
I show all metadata of af:inlineframe component i dint find it handle any event .
Please let me know how could it possible .
Thanks ,
Arun.

Hi Sireesha,
I have configured http://google.com as a source of inline frame component .
Now google.com is rendered inside the inlineframe component .
Whenever i will do some serach or click on the link appearing after searing something in google or someother activity .
i want to intercept all the actions in my bean .
Please let me know if above explanation is not clear .
Thanks,
Arun.

Similar Messages

  • How to get the column index inside a dataTable

    Hello,
    before I get staked, there are multiple threads handling familiar topics to the one I'm questioning about but none gives an anwer. If there is one, I'm propably to less skilled to see it.
    So here is my Problem: I've build a web-interface to a time-recording system. The hours worked on a certain project are displayed in a dataTable component which is generated out of a mySQL Query. Each entry (column/row) contains a inputText component to display and edit the specific value.
    Editing one of these inputText elements now fires a valueChangeEvent which reads the new value and stores it in the database. For that cause I need to know the row- and column-index of the inputText component that fired the event.
    Using the getClientId method from the valueChangeEvent I get some Information which makes it possible to calculate the row/column index. A typical clientID looks like "form_table:mainTable:0:_id14". "form_table" is the ID of the form the dataTable is in. "mainTable" is the id of the dataTable component. "0" is the row the component is in. And finally "_id14" stands for the id randomly given to the inputText component by JSF.
    My Problem is now, that though I can calculate the column out of the[i] "_id14", this calculation is hardcoded. So everytime I add a component in before the dataTable, the calculation needs to be adjusted in the code.
    The Questions:
    - How to force a sensefull id indicating a column-index for the inputText components inside the columns of a dataTable?
    - Nicer since no workaround: How to get the column-index inside the dataTable on a natural way? (e.g. out of the valueChangeEvent the specific inputText component fires)
    After some investigation here on the board and on the net I know multiple ways to get the row index, (Things like component-binding and so on) but I can't find a answer on how to get the column-index.
    Thanks to all answers and/or links to things my eyes missed while searching for one.

    ...then index 0 becomes index 1 and my program doesn't work properlyThe program works properly, just not as you expect it to.
    As you've noticed the table gives you the flexibility to move columns around. So if you move column 0 to column 1, why would you expect to still use 0 as the index? The table manages the reordering of columns for you to make sure the data being displayed in each table column comes from the correct column in the data model.
    You can manage this yourself using one of the following methods (I forget which one):
    table.convertColumnIndexToModel(int viewColumnIndex)
    table.convertColumnIndexToView(int modelColumnIndex)
    Or, you can get data from the data model directly:
    table.getModel().getValueAt(row, 0);

  • How to get resume event in app?

    How to get resume event in app?

    Hi,
    Have a look at this
    Windows Phone Application Lifecycle
    I think you are looking about Application_Activated which is explained in detail in the above article.
    Pradeep AJ

  • I DON'T KNOW HOW TO GET ANY RADIO STATIONS ON MY I-POD, PLEASE HELP!!!!!!!!

    I DON'T KNOW HOW TO GET ANY RADIO STATIONS ON MY I-POD, PLEASE HELP!!!!!
    ON THE I-TUNES PROGRAM WHERE THERE IS A LISTING OF INTERNET RADIO STATIONS, I HAVE TRIED TO ADD STATIONS TO MY I-POD CLASSIC, BUT NOTHING HAS SHOWN UP ON MY I-POD & I DON'T KNOW WHAT ELSE TO DO...
    DOES ANYONE KNOW HOW TO ADD INTERNET RADIO STATIONS FROM I-TUNES ONTO THE I-POD CLASSIC????
    PLEASE I REALLY NEED SOME HELP WITH THIS & I DON'T WHERE ELSE TO TURN TO BECAUSE I HAVE LOOKED IN THE SUPPORT & HELP SECTIONS & THERE IS ABSOLUTELY NOTHING MENTIONED ON THIS TOPID THAT IS ANYWHERE USEFUL TO ME, PLEASE HELP!!!!!!!!! THANK YOU SOOOO MUCH!!!

    Please don't type in all caps... I get a headache trying to read it.
    The Internet radio in iTunes works because you have an Internet connection.
    Your iPod classic does not have an Internet connection. It's just a media player. Therefore, there is no way to put Internet radio on an iPod classic.
    If you want to play regular (over the air) FM radio on your iPod classic, you can use the iPod radio remote control.
    http://store.apple.com/us/product/MA070G/D

  • How to get a snapshot of the first frame inside application.onPublish?

    Hi there!
    application.onPublish = function (client, p_stream)
        //How to get a snapshot of the first frame and save it to a specified directory?
        //Or post the snapshot image to a specified URI for restoring?
    Anyone knows how to do this ?
    Regards!

    This can be accomplished 2 ways that i know of ffmpeg and PHP with the php way flash takes a snapshot of the videoframe and then sends it PHP to be saved as a jpeg....with the ffmpeg way you simply batch process the entire directory holding the flv wich is external to flash although this can also be automated using PHP........I can send you a package containing both methods but installation will be up to you.............unless you wanted to pay me to help. I'm busy and can't do probono work right now.

  • How i get number of record in repet frame?

    Hi,
    How i get number of record in repet frame?
    Regards
    Jomar

    Jomar,
    you can use Summary Columns in the Data Modell. Create them on group higher that your wished group (so on the pane for an first group of a query), use as Source the primary column and as reset at the group, where the summary column is located.
    If you hide some instances via format triggers, that you could use a counter inside the format triggers to count the rows.
    Regards
    Rainer

  • How to get an event on Air Application uninstallation

    Hi Friends
                     is there any way to get an event on Appliation uninstallation.Actually i want to cleared my shared object when i uninstall the application.Also want to remove the application from system tray during uninstallation of application.so please tell me any way or logic for the same.
    tell me wheather it is possible in Adobe Air or not.i am using Adobe flash builder 4 and Adobe air 2.0.Waiting for reply.
    Thanks and Regards
      Vineet Osho

    When Spry is finished displaying all (repeated) rows within spry:region you can have an notification by using an Spry.Data.Region.addObserver(). Indicating the HTML generation is finished.
    You can use spry:state for this as in
    <div spry:state="error" align="center">Error Loading Results!</div>
    <div spry:state="loading" align="center">Loading Results...</div>
    <div spry:state="ready">Data results</div>
    Is it possible (and how) to get an notification when a row within Spry.Data.Region has been processed. So I can perform some JS actions, per row in Spry.Data.Region?
    Not sure what you want to do here.
    Gramps

  • How to get any control reference?

    Hi everyone,
    I want to get any control's reference when click the mouse button on any control.(Front Panel includes hundreds of different types of control.) Actually, I found method using "register for event:mouse down value source". This solution is fine working.
    But I don't want to use this method. Please Can you suggest any other method ?
    Thanks for answer...
    Himmet GENCER
    Software Development Coordinator at Teknik Destek Grubu
    [email protected]
    Attachments:
    getControlReference.vi ‏12 KB

    Using a couple of property nodes, you can get an array of references for all of the controls on a front panel.  From there, just register the array.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines
    Attachments:
    All Controls Mouse Down.png ‏8 KB

  • Retaining issue in LOV whenever any Event occurs

    Issue
    You have a messageLovInput and you also return the value in some column like messageStyledTextbut as soon as any event fires on page the value in the messageStyledText wipeout.
    How to Overcome this issue
    Instead of creating item of messageStyledText create item of type messageTextInput and set it read only property to "TRUE".
    I tried this solution from Anil Sharma blog but it is not resolving my problem.

    Hi ,
    Can you create a FormValue bean and assign the same VO attribute to this field and return the value to both the fields
    and check the value is retaining.
    Thanks,
    With regards,
    Kali.
    OSSI.

  • How to get any items found upon the fill color?

    How to know any items(like textframe, pathitems) found upon the fill color object in "illustrator cs3" file through scripting. I attached the sample cs3 file(Test.eps) for reference. Please help me.
    Thanks

    Using a couple of property nodes, you can get an array of references for all of the controls on a front panel.  From there, just register the array.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines
    Attachments:
    All Controls Mouse Down.png ‏8 KB

  • [Office365][Calendar][Event]How to get deleted event by REST API

     
    Structure of event:
          "Id": "AAMkAGI2NG...WRAAAAAA2hTfspaWRAAADTG93AAA=",
          "IsCancelled": false,
    Meaning of property "IsCancelled" is to distinguish between events that have been deleted or not, isnt it ?
    Last week I was able to get the event that has "IsCancelled" is true, but now i can get "IsCancelled" is false only. What is the cause of change?
    Can I use REST API to get the events that are already deleted? If ican, pls show me how to do!
    Thanks in advance !

    I dont think its possible to do it

  • How to get the event before the session end?

    Currently i using a connection pool (dbpool). I need to release my pool when user logout or closing the browser. I have a session that keeping the user information and the connection pool manager.
    How i detect the event when session end? I need to know is that can catch an event and perform release() command before the session that store login information ended.
    Or have other solution to release the pool (it acually is only 1 pool, it will close the pool when no user(s) using it)

    you do not need to do this.
    In your db code, when you use
    conn.close(); your connection will be released to the pool.
    If you do not do this you will get connection pool leaks.
    There is no benefit in using a pool if you try and keep a connection for a single user, the idea is to SHARE connections between many users.
    If you want to detect session expiry yoyu need to use a 'session listener', if you search the forums you can easily find out how to do this.
    The main thng is NOT to tie your connections up in this way, you MUST use conn.close(); to release your connections back to the pool as soon as you have finished using them.

  • How te get the event of SAVE button in WDDOPOSTPROCESSING method

    Hello,
    am using an application that was configured with FPM, and my question is  how can I get the event wehen the user click on the save button in the method WDDOPOSTPROCESSING?
    will explain again!
    if the user click on the save button, how can I know or get the event in the WDDOPOSTPROCESSING?
    am talking here about the general save button in the header..
    please let me know if somebody knows
    thank you all

    just to make it easy for me,  the save button has an ID , i dont know how to get that ID  or where that action will be generated , i dont know where to implement my method, and this is the problem i dont know where or which method or class or IF will be genareted
    the SAP Developper are taking this case into consideration , because normaly all the data will be stored first in a buffer table, and after the suer clicks on the SAVE button, all the data will bestored in the corresponding INFOTYPE using the CP of the person, but in case of some INFTYPEs that are specified with 'P' instead of 'CP' we can't use the SAP Standard methode insert_infty , and this is the reason why i believe that there must be an alternative way to save all DATA of all Subtable by clicking only once on the save button.
    I foundout that the methode WDDOPOSTPROCESSING will be generated after clicking on the SAVE button, but as I said, i can't get the corresponding event ????
    please is somebody has an Idea, am still interessted to get the solution.
    thank you all

  • How to Get Print event in  Smartforms on preview model.

    Dear All,
            I have a issue for Get the Print button value in Smartforms.
            I can get the print button value on the popup window before show smartforms result.
            But I donu2019t know how to get if the report preview .Because on preview model,user also can click toolbar print button to print.
    Please give me some advice
    Thanks
    Sun

    done have okay
          IF SY-MSGV1 <> ''   OR SY-UCOMM = 'PRNT'.
        MESSAGE 'PRINTED' TYPE 'S'.
        ELSE.
          MESSAGE 'NOT PRINTED' TYPE 'S'.
        ENDIF.

  • How to get mouse events inside the components of a JTable

    Hi!
    I have question, I think this is related to very basics of swing, however I couldn't find a solution/answer on the web.
    I have a JMyTable(a descendant of JTable), and one value on a row/column is a special class, ie. MyClass. for this class I registered a cell renderer, MyRenderer. and this renderer returns a JMyComponent, which is actually a descendant of JComponent.
    Now, if I call enableEvents(AWTEvent.MOUSE_EVENT_MASK) in the constructor of JMyTable I get events posted on processMouseEvent method. However, the same doesn't work for JMyComponent. I mean, I call enableEvents, however processMouseEvent method is not triggered.
    Could someone explain/help me with this issue?
    Thanks,
    Ozgur

    Your cell renderer components are just that: renderers. They're not added to the table and do not appear in the component hierarchy. This is because tables may be very large and adding components in would be very resource hungry.
    See here for details
    http://java.sun.com/docs/books/tutorial/uiswing/components/table.html
    If you want to detect events you will need to listen to events on the JTable itself, and use the rowAtPoint()/columnAtPoint() methods to determine the cell. So for instance where you might want mouseEntered() on your cell component you would have to use mouseMoved() on the table and detect when the cursor moves to a new cell.

Maybe you are looking for