It gives me the following error, any ideas? (p.s. the exact same code seems to work fine in some code before this..???) I have tried making sure that my date isn't null, but that doesn't seem to be the problem.
at javax.faces.webapp.UIComponentTag.isValueReference(UIComponentTag.jav a:310) at javax.faces.webapp.ConverterTag.createConverter(ConverterTag.java:161 ) at com.sun.faces.taglib.jsf_core.ConvertDateTimeTag.createConverter(Conv ertDateTimeTag.java:137) at javax.faces.webapp.ConverterTag.doStartTag(ConverterTag.java:110) at jsp_servlet._jsp._content.__trainingdetails._jspService(__trainingdet ails.java:1142)
java.lang.NullPointerException at javax.faces.webapp.UIComponentTag.isValueReference(UIComponentTag.jav a:310) at javax.faces.webapp.ConverterTag.createConverter(ConverterTag.java:161 ) at com.sun.faces.taglib.jsf_core.ConvertDateTimeTag.createConverter(Conv ertDateTimeTag.java:137) at javax.faces.webapp.ConverterTag.doStartTag(ConverterTag.java:110) at jsp_servlet._jsp._content.__trainingdetails._jspService(__trainingdet ails.java:1204) at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)