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.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…