No Property Editor Found Exception -JSF 1.2
Hi I am migarating an application from weblogic 9.2 to weblogic 10.3. I am using tomhawk jsf libaray 1.10.While migarting i am getting an error
I checked all the compatibilty ...servelet 2.5. I also kept valid webxml for servlet 2.5 etc. But still i am getting the same error.
Please help me,
No property editor found for the bean "javax.el.ValueExpression".
<f:selectItems value="#{dataAdmin.dataAdminVO.tablesList}" rendered="#{!empty dataAdmin.dataAdminVO.tablesList}"/>
^------------------------------------------^
at weblogic.servlet.jsp.JavelinxJSPStub.compilePage(J avelinxJSPStub.java:328)
at weblogic.servlet.jsp.JspStub.prepareServlet(JspStu b.java:237)
at weblogic.servlet.jsp.JspStub.prepareServlet(JspStu b.java:182)
at weblogic.servlet.internal.ServletStubImpl.execute( ServletStubImpl.java:235)