Attempting to upgrade from myfaces 1.1.5 to 1.2.2 and all works great except
for inputHtml.
Using myfaces 1.2.2, tomahawk 1.1.6, facelets 1.1.13.
Get the following exception in the rendering facelets phases:
Caused by: java.lang.ClassCastException: java.lang.Class
at
org.apache.myfaces.util.AbstractAttributeMap.put(AbstractAttributeMap.java:35)
at
org.apache.myfaces.custom.inputHtml.InputHtmlRenderer.setThisPageAlreadyRenderedAnInputHtml(InputHtmlRenderer.java:107)
at
org.apache.myfaces.custom.inputHtml.InputHtmlRenderer.encodeEnd(InputHtmlRenderer.java:93)
at
javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:556)
Any ideas?
Thanks,
Ken