How to solve “Conversion Error setting value '2013-10-26' for 'null Converter'” in h:inputText with Date value?
when I press the insert button, I get the error indicated on the title Conversion Error setting value '2013-10-26' for 'null Converter' <h:form id="formulario"> <h:outputLabel for="date">Plazo</h:outputLabel> <h:inputText id="date" required="true" requiredMessage="Campo Obligatorio" value="#{aaaNewDetalles.criterioAaa.plazo}"/> <h:message for="date" style="color: red;"/> <h:commandButton actionListener="#{aaaNewDetalles.add()}" value="Ingresar"/> </h:form> the form is managed by this class: @ManagedBean(name = "aaaNewDetalles") @ViewScoped public class aaaNewDetallesBean { private