Unable to convert string "3" to class "javax.el.ValueExpression" for attribute "columns": Property Editor not registered with the PropertyEditorManager
jsf code is
<h:panelGrid columns="3" styleClass="tblForms login"
columnClasses="txtLabel,,last">
where is the problem please help me..