How to use li and ul tag in JSF Framework?
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
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
c:forEach
...