4 Replies Latest reply on Jun 26, 2013 3:01 PM by lfryc

    Is there some way to process a response from an iframe with JSF/RF?

    edilmar

      Hi,

       

      My env is GlassFish3.1.1 + JSF2.1 + RF4.3.2.

      I have a JSF page with a iframe embbeded that calls an external page.

      This external page is to type a value + captcha and to return some "useful information" for my app.

      Then, I would like a way to "get this returned data" (in HTML format) to extract the "useful information".

      The problem is "get this returned data"... I don't know if there is some RF component or until a Javascript

      manual way to do this.