Eg: h:inputText will render a \"input type=\'text\'\". What jsf tag can render a \"div\" tag?
h:inputText
\"input type=\'text\'\"
\"div\"
In JSF 2.2 it's possible to use passthrough elements:
... ...
The requirement is to have at least one attribute in the element using jsf namespace.