Is there any JSF tag that we can use it in our page to load an external HTML source and put it into the resulted page :
something like this :
<div id="stackOverFlowPageId">
<custTag:includeExternalHTMLSource
url="http://www.stackoverflow.com" [elementToInclude="body"] />
</div>
When a client request the JSF page that contain this code ,the server will handle this and load the page and put it into the div stackOverFlowPageId
and send the result to the client.