Validation error

I always get validation errors in the following component:

<h:selectOneMenu converter="javax.faces.Integer" id="test"

value="#{SourceSearchBean.reportedRecordsComp}" styleClass="smallSelect">

<f:selectItem itemLabel=">" itemValue="0" />

<f:selectItem itemLabel="<" itemValue="1" />

</h:selectOneMenu>

The member reportedRecordsComp is an Integer but I always get the following validation error:

"test": Value is not a valid option.

I get the same error without the converter attribute.

[770 byte] By [CH.Sanixa] at [2007-11-27 8:49:29]
# 1
It's working now. I downgraded to JSF 1.0.3 from 1.0.5.
CH.Sanixa at 2007-7-12 20:58:54 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...