What jsf component can render a div tag?

前端 未结 5 574
面向向阳花
面向向阳花 2020-11-28 21:09

Eg: h:inputText will render a \"input type=\'text\'\". What jsf tag can render a \"div\" tag?

5条回答
  •  一整个雨季
    2020-11-28 21:20

    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.

提交回复
热议问题