HTML5 support

JSF 2.2 added new improvements to support HTML5 features. The two most prominent features for HTML5 support are HTML5-friendly markup and pass-through attributes.

HTML5-friendly markup

HTML5-friendly markup allows us to develop our JSF views using HTML5 tags, as opposed to JSF-specific tags. In order use these tags, we need to include the http://xmlns.jcp.org/jsf namespace on our page and specify at least one of the tag attributes with one of the attributes defined in this namespace.

In this section, we will rewrite the application we developed in the Developing our first JSF application section earlier in this chapter to utilize HTML5-friendly markup.

To use HTML5-friendly markup with NetBeans, we need to create a web application project ...

Get Java EE 7 Development with NetBeans 8 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.