1. Embedding a video in a JSF page. forums.netbeans.orgI thought I remembered seeing a tutorial doing this WAY back when but I cannot find it, and the examples I find on Google don't seem to work for the version ... |
2. Embedded JSF Pages into another JSF Page. coderanch.com |
3. Embedding Javascript in a facelet Page coderanch.comFacelets uses XHTML as markup language which on its turn is based on XML. The above is not only invalid XML syntax, but also a bad practice. You shouldn't tight couple scripting with presentation. Place Javascript code in its own .js file which you load in the head. If you want to include scripting in presentation at any way, then in ... |
4. Embedding Charts in JSF Pages jfree.org |