facelets and selectOneMenu
Moving to facelets but am have problems with the selectOneMenu.
The menu renders, but there is no content....event when hard coded like below.
<h:selectOneMenu id="test" value="label">
<f:selectItem itemLabel="label" itemValue="value"/>
</h:selectOneMenu>
Any ideas why?

