Skip to content Skip to sidebar Skip to footer

How To Use Html5 Tags Within Adf Faces

I'am looking for a pretty and easy way to use HTML5 Tags inside of my Adf Faces Application. I'am using ADF 12c and it's supposed to support HTML5 and CSS3. Until now i get this

Solution 1:

You can use canvas tags directly, you can use normal HTML tags with ADF Faces 12c, and you can inject EL anywhere.

check this question and this tutorial for more information.

Solution 2:

If you want to use an HTML5 tag that doesn't have an equivalent in ADF Faces you can use an f:verbatim tag in your JSF and include the HTML code inside it.

Post a Comment for "How To Use Html5 Tags Within Adf Faces"