JSF pages to display content from external URLs

Hi,
Is it possible for a JSF page that uses ADF controls, and the PanelPage component to provide menuing, etc. to actually allow a HTML page (accessed via a URL to an external site/application) to be displayed in an area within the JSF page?
For example, clicking a menu item to an external HTML page results in the page being displayed in a Frame or similar within the JSF page?
I've tried the FrameBorderLayout control and Frame control to try to embed a Frame to display such a page via the target setting for a menu item, but that doesn't seem to work. At least not when within a PanelPage. It works within a basic JSP page.
I would have thought it would be possible for a JSF application to incorporate HTML content from other sites/servers as if part of the application. Even if this meant defining "wrapper" pages of some sort to effectively link these into the JSF application as part of it's navigation rules.
Or am I missing something?
Gene

Thanks,
Yes, using an iFrame tag within a verbatim tag worked, allowing me to specify an external URL to a page which is then displayed at the location where I placed the verbatim tag. I need to investigate sizing/border settings, but at least I now seem to be able to embed such pages.
This works.
I tried jsp:include as well, but that only seems to allow relative URLs to pages that a part of the application. And using the c:import JSTL tag would import a page at an external URL, but didn't seem to position it where I wanted it.
Gene

Similar Messages

  • My iPad is connected to wifi  but unable to display  contents from iPad to TV via ATV

    A.MY iPad is connected to Wi.Fi but unable to display contents from my iPad to TV via my ATV

    Look at the Apple TV manual
    http://support.apple.com/manuals/#appletv
     Cheers, Tom

  • How do I get airplay to display content from my MacBook Pro?

    How do I get airplay to display content from my MacBook Pro?

    Turn on Airplay is display settings.
    Select Airplay mirroring to Apple TV.
    I Will assume you have already connected the Apple TV to your wifi and computer in the settings on the Apple TV.
    that should do it.... Unless you need more information.

  • Is TRex required to display content from Content Server in the Portal?

    Hi all gurus!
    A short question: do you have to have TRex (or any other search/index engine) when you want to display content from a SAP Content Server in the portal? Or does the content server has its own search/index engine?
    Best regards
    Benny Lange

    Hi,
    Sap content server can be added in the portal as an KM repository. So configuration is needed. But when finished you can open and look at the content server like they are normal KM folders. TREX on the other hand is advisable in order to have the means to quickly find something in your content server. Otherwise it is like any other stupid file structure. lots of files and lots of folders.
    Depending on you portal version you need to install a bussiness pack for document managment to get the content server visable in KM
    Greetz

  • Configure EP to display contents from Solution Manager

    Hello,
    How to Configure EP to display contents from Solution Manager? I want to access Solution Monitoring through Portal, how to do this?
    I will appreciate if someone can help me,
    Waiting for reply,
    Regards
    Sharmishtha

    Hello Lee
    I want to display solution monitoring on portal. I will access the portal instead of solution manager to view CCMS alerts.
    I have configured ccms in solution manager which is my central system, so now i want to display these contents on portal.
    is there any way i can do this task. I have solman 4.0 with SP15. I use work center for this configuration.
    Will appreciate if you can direct me the right way.
    Thank you
    Regards
    Sharmishtha

  • Can't use my custom claims provider when access to my site from external url

    Hi,
    I just created a clean SP 2013 (15.0.4641.1000) environment and I have a site collection up and running with access from internal url (http://my_server_name/) and external url (http://cloudshare_external_url/).
    When I access from internal url (with the local administrator account) I can add users to site groups:
    But if I access from external url (with the local administrator account, too) the people picker does not work:
    And if I put the email directly, I get the following error: "Sorry, you are not allowed to share this with external users"
    What am I doing wrong? Am I missing something?

    Hi Sebasl,
    Based on your description, my understanding is that the users cannot be resolved when accessing the site using external URL.
    I recommend to check the authentication provider for the external zone of the web application to see if the custom claims provider is selected.
    Please go to Central Administration > Application Management > Manage web applications > highlight the corresponding web application and then click Authentication Providers in the ribbon > click the external zone.
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • How do I get to display content from an Azure DB , in a SharePoint external list?

    I have an SQL Azure DB, and I am trying to display contents in an external list in SharePoint Online. I have created the external list from the Azure table with BCS and Secure Store as described in the post below...
    http://office.microsoft.com/en-us/office365-sharepoint-online-enterprise-help/make-an-external-list-from-a-sql-azure-table-with-business-connectivity-services-and-secure-store-HA102933008.aspx
    I am now able to view the column headers for the table, however I don't see any data being displayed. There is a bunch of data in the table, but I can't see anything in SharePoint aside from the column headers.

    Hi Spawn,
    Have you successfully retrieved the database table data in SharePoint Designer 2013?
    There may be some incorrect configurations, I would recommend you create a simple DB table and go through the steps again per your referenced link and below article, see if there is any misconfiguration causing this.
    http://jamesdiblasi.wordpress.com/2014/01/19/sharepoint-online-external-azure-database-as-a-list/
    And also we have a dedicated forum below for Office365 SharePoint Online, you can post there for a better assistance with more experts regarding SharePoint Online issue.
    http://community.office365.com/en-us/f/154.aspx
    Thanks
    Daniel Yang
    TechNet Community Support

  • Having trouble with page refresh after targeting a spry data set from external url

    ok I have a link <a href="als.htm?row=10" (when you click
    on Insurance Agent forms button) on my index page
    http://www.nmprc.state.nm.us/index.htm
    and I finally got it to open the als page (
    http://www.nmprc.state.nm.us/als.htm)
    with row10 open.......Yeah!!!!!!!!!!!!
    but.....
    yep....with me there is always a but....
    after the page loads from clicking on the button on index,
    with row 10 active, it no longer loads correctly by itself.....I go
    to the menu and refresh the page by loading the als.htm url fresh,
    the page no longer loads right.
    var dsAgents = new Spry.Data.XMLDataSet("als.xml",
    "agents/agent/name",
    {sortOnLoad:"name",sortOrderOnLoad:"ascending"});dsAgents.setColumnType("name",
    "html");
    var params = Spry.Utils.getLocationParamsAsObject();
    //Set an observer so that when the data is loaded, we update
    the current row to the url param value
    dsAgents.addObserver({ onPostLoad: function(ds, type) {
    dsAgents.setCurrentRow(params.row); }
    });

    ok, I changed the code to the below and the page functions as
    expected but with 2 errors .......I have no idea how to fix them
    the page is
    http://www.nmprc.state.nm.us/als.htm
    one error is about the code and one is about the menubar
    var params = Spry.Utils.getLocationParamsAsObject();
    //Set an observer so that when the data is loaded, we update
    the current row to the url param value
    var defaultRowNumber = 0;
    var defaultObserver = {};
    defaultObserver.onPostLoad = function(ds, type)
    ds.disableNotifications();
    ds.setCurrentRowNumber(defaultRowNumber);
    ds.enableNotifications();
    // This is a one-shot observer. Let this notification
    complete
    // before removing it from the data set's observer list.
    setTimeout(function(){ ds.removeObserver(defaultObserver); },
    0);
    if (typeof params.row != "undefined")
    defaultRowNumber = parseInt(params.row);
    dsAgents.addObserver(defaultObserver);

  • How can I set a JSF page to accept requests from outside

    I have a file upload page in my application(JSF and MyFaces). It works fine when I navigate to page and select the file to upload and submit. Do I need to make any changes to this page to post from an external system?
    I created a perl script to send a file to this page. When I called the URL for this page, it returned the page content. How can I submit from the perl script?
    <h:form id="apppostform" name="apppostform" enctype="multipart/form-data" >
              <h:panelGrid styleClass="mbformdata" columns="2" border="0" cellspacing="25" cellpadding="0">
              <h:outputText value="#{appmsg.prompt_upload_file}"/>
              <t:inputFileUpload id="fileupload"
              value="#{fileUploadForm.upFile}"
              storage="file"
              styleClass="fileUploadInput"
              />
                   <h:commandButton type="submit" value="submit" action="#{fileUploadForm.uploadFile}"/>
                   </h:panelGrid>
    </h:form>
    Thanks,
    rm

    I created uploadservlet. I specified in web.xml:
    <servlet>
    <servlet-name>uploadservlet</servlet-name>
    <display-name>UploadServlet</display-name>
    <servlet-class>servlet.UploadServlet</servlet-class>
    </servlet>
    When I try to access uploadservlet, I am getting 404 error.
    I have few questions:
    How does it know about uploadservlet if it is not inherited from facesservlet while using JSF?
    Do I need to add any info about this in faces-config.xml?
    Please help!
    Thanks

  • Display image from external resource into interactive form

    Hi experts!
    How can I display an image from a external url, for example "http://www.adobe.com/imageshome/pdfgift_home.gif" ??
    I tried to do that:
    1. Insert a "Image field"
    2. Bind None
    3. Embed image data: unselected
    4. URL: $record.url
        In "url" it's a context's variable. It's type is string. I save in url: http://www.adobe.com/imageshome/pdfgift_home.gif
    4. Show: initialize
        Script: this.value.image.href = xfa.resolveNode(this.value.image.href).value;
        Language: JavaScript
        Run at: Client
    I can't save image into mimes' folder. It's a bussiness rule in my company.
    Thanks
    Gustavo Rodriguez

    have you tried directly linking it to the image this way? instead of passing through the context to make sure you can access the image?
    I just inserted an image on my form.
    Bind none
    Embed unchecked
    URL http://www.adobe.com/imageshome/pdfgift_home.gif
    Edited by: robert phelan on Jun 25, 2009 8:07 PM

  • BBC One Highlights page not displaying content of its panes

    Why does the BBC One Highlights page not display the content of its panes?

    There seems to be something up with their javascript that produces slightly different image url's than on other browsers.
    Instead of something like this:
    http://ichef.bbci.co.uk/images/ic/336x189/legacy/episode/b03ggg2z.jpg 
    it's producing say
    http://ichef.bbci.co.uk/images/ic/336x0/legacy/episode/b03ggg2z.jpg 
    which doesn't exist.

  • Getting An error has occured on the script of this page when copying content from SharePoint to Excel

    Hi,
    We have a SharePoint site where we use Windows Authentication for the base site and Forms based authentication for the extended site.
    In the extended site certian portion of the site is having an anonymous access and certian part of the site reqires credentials to see the content.
    When i try to copy the content from base site with Windows authentication to excel sheet it is prompting for the credentials and on providing the credentials content is getting copied.
    But When i try to copy the content from the extended site either from the anonymous access pages or the pages which are shown after authentication in both the cases we are getting the below error.
    On the error if i click on yes it is going to Login page of the site even for the pages with anonymous access as well as pages what we see after authentication.
    Is there any way to avoid prompting for the windows credentials in case of Base site and avoid this error in the case of extended forms authentication site, as i am just copying the plain text from site to excel.
    please help
    Thanks,
    Neela Krishna.

    Hi Inderjeet.
    Thanks for the reply I guess we could not get the fiddler trace as we are getting this error while i am copying the data to excel file which is present on drive from SharePoint this is not on a browser. Correct me if I am wrong
    And Alternate access mappings and IIS bindings are perfect.
    Thanks,
    Neela Krishna.

  • Video streaming from external URL-adress

    Preparing a large document with videosamples I want to include videofilms without burden the document with embedding. The document will end up in pdf.
    Is it possible to link til an external stored videofile, for instance flash or whatever format?
    (It can be done with sound mp3 files).
    ID 5.5
    Thank you
    Knud
    Copenhagen

    Place a video file from a URL
    Place a video file from a valid URL to play the streaming video in the exported PDF or SWF file. The video must be a valid Flash Video file (FLV or F4V) or H.264-encoded file (such as MP4).
    Select an empty frame or a video object containing a video you want to replace.
    Choose Video From URL from the Media panel menu.
    Specify the URL and click OK.

  • Get HTML (Dynamic Converter) converted content from external application

    As per requirement, External (Other java application) application suppose to get dynamic converted (HTML version) content from UCM.
    I am trying to execute GET_DYNAMIC_CONVERSION service using RIDC and web service client call.
    I dont see HTML content is coming as the result of GET_DYNAMIC_CONVERSION service.
    Would you please guide me in getting HTML converted document from external application.
    Please let me know, if you need additional details.
    Thank you in advance
    Edited by: 958795 on Sep 12, 2012 3:29 PM

    Hi Srinath,
    I have tried your response. Still i am getting hda data only, not HTML content.
    GET_DYNAMIC_URL service with fileUrl attribute is returning HTML content from UCM GUI (browser) but not from RIDC.
    Code i tried is:
    DataBinder dataBinder = idcClient.createBinder();
              dataBinder.putLocal("IdcService", "GET_DYNAMIC_CONVERSION");
              //dataBinder.putLocal("dID","1832");
              dataBinder.putLocal("dDocName","ECMPS5_002024");
              dataBinder.putLocal("IsJava","0");
              dataBinder.putLocal("RevisionSelectionMethod","LatestReleased");
              dataBinder.putLocal("DCViewFormat","WebViewable");
              // execute the request
              ServiceResponse response = idcClient.sendRequest (userPasswordContext, dataBinder);
    InputStream istream=response.getResponseStream();
    InputStreamReader isr = new InputStreamReader(istream);
    BufferedReader br = new BufferedReader(isr);
    String line = null;
    while ( (line = br.readLine()) != null)
    System.out.println(line);
    }

  • Sensitive Data Breach; FF displays content from a previously loaded plugin when displaying new content from within another pugin

    Sensitive Data Breach.
    When loading content from a plugin, such a pdf or flash, any content from previously viewed content from a plugin is flash before the new content is displayed.
    In our app we show sensitive information and this represents a data breach.
    This issue present across or between the same or different plugins. Silverlight - > PDF, PDF -> PDF, etc.

    In reviewing the steps to re-create the problem, I'm not sure I understand what's happening.
    <br>1. Load some flash content
    2. Leave the Tab open or Close the tab
    3. Load a pdf within the browser in another tab.
    <br>Note: Ensure Options -> Tabs -> "When I open a link in a new tab, switch to it immediately" is selected.
    <br>Note: Ensure you clear your cache so plugin content is downloaded.
    <br>The longer it takes to download the pdf the longer the sensitive data will be displayed. When the plugin fails content may be displayed indefinitely.
    (I view PDFs outside the browser, so I haven't attempted to re-create the above scenario.)
    Are you saying that Flash content appears where the PDF is supposed to load, or a previous PDF appears?
    I assume this previously viewed data doesn't survive a shut-down and restart of Firefox. Is that correct?

Maybe you are looking for