How to use li and ul tag in JSF Framework?
You can also use Tomahawk's t:dataList to render a in a "jsfish" way without bringing in "plain vanilla" HTML. Useful if you're still on JSF 1.0/1.1 yet and don't want to hassle with f:verbatim.
f:verbatim
which generates
item 1 item 2 item 3
which look like this