<x:dataList
id="tree-menu"
styleClass="test"
value="#{myBean.cBean.menuItems}"
var="menuItem"
layout="unorderedList"
>I was expecting to see UL and LI elements with a style class attribute containing the value "test", but instead I get raw unstyled UL and LI tags like this:
<ul> <li>Velkommen</li> <li>Farvel</li> </ul> Had anyone had a similar problem? Thanks R.

