Hi all, I think I have found 2 problems (JSF+Tomahawk) 1- If the property readonly of a <h:selectOneMenu is set to true, and in the backing_bean when i try to get the value of the selectOneMenu item I always get a 0, if i set readonly to false, I get the correct value of the <h:selectOneMenu
2-If a property in the JSP don“t have the required property to true either a validator nor a converter can be applied to it. It seem only the required properties can be validates, but what if I want to apply a validator to a property when it has a value?

