How to use li and ul tag in JSF Framework?

前端 未结 2 1518
感情败类
感情败类 2021-02-14 01:55

How to use li and ul tag in JSF Framework?

2条回答
  •  孤城傲影
    2021-02-14 02:31

    You can use standard html mixed with JSF syntax. Just write

    • Apple
    • Banana

    I guess what you want is displaying a list from a List

    If you are using Facelets, do:

    If you are not, you should. Anyway, you can do the same with the old JSTL and c:forEach

    
    ...
    

提交回复
热议问题