Hi Experts,
We are migrating our JSF from 1.0 to 1.2. There are some custom tags used in our application which are creating trouble in migration.
The exception we are getting is:
java.lang.ClassCastException: Unable to convert "#{msgs.delete}" to type "javax.el.ValueExpression" for attribute "value"
at weblogic.jsp.internal.jsp.utils.JspRuntimeUtils.convertType(JspRuntimeUtils.java:150)
Kindly help in case you have come across such issue.
Thanks