burferd
Joined: 04/05/2006 00:00:00
Messages: 381
Offline
|
I know this is a common error, I have seen it before and it sometimes just goes away by itself.
Using JSC2, I added a commandButton to the page and get the following error. What causes this and how can I fix it?
I should add, this happens in the Design page not when running.
java.lang.ClassCastException: com.icesoft.faces.component.ext.HtmlCommandButton
at com.icesoft.faces.component.ext.renderkit.ButtonRenderer.renderOnClick(ButtonRenderer.java:46)
at com.icesoft.faces.renderkit.dom_html_basic.ButtonRenderer.encodeBegin(ButtonRenderer.java:169)
at javax.faces.component.UIComponentBase.encodeBegin(UIComponentBase.java:683)
|