You could read the data into a String, then use <h:outputText escape="false"/> to write it out to a page.
On 9/6/06, Daniel Loebbe <[EMAIL PROTECTED]> wrote:
Hi all, our problem is as follows: The main web application developed with myfaces and facelets is accessible via the internet. Now, content from another webserver, which is not accessible via the internet (it resides in the intranet behind), should be passed through the main application to the users browser. What we are looking for is a way to embed the content of the second server into the main application. Does anyone has an idea how to achieve this? Does there exist something like a proxy-component? Thanks for helping, Daniel

