What jsf component can render a div tag?

前端 未结 5 573
面向向阳花
面向向阳花 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:15

    I think we can you use verbatim tag, as in this tag we use any of the HTML tags

提交回复
热议问题