JSF tag that load HTML from external source

后端 未结 1 1566
深忆病人
深忆病人 2020-12-21 21:20

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 :



        
1条回答
  •  死守一世寂寞
    2020-12-21 22:24

    As you can make use of standard HTML tags in facelets too, just an iframe will do the work: