Trinidad 2: UnsupportedOperationException during decode when h:form is on the
page
----------------------------------------------------------------------------------
Key: TRINIDAD-1749
URL: https://issues.apache.org/jira/browse/TRINIDAD-1749
Project: MyFaces Trinidad
Issue Type: Bug
Components: Components
Affects Versions: 2.0.0-alpha-2
Reporter: Max Starets
Assignee: Max Starets
When a page has one of the basic HTML components (like h:form), decode will
fail with the following exception:
java.lang.UnsupportedOperationException
at
org.apache.myfaces.trinidadinternal.renderkit.htmlBasic.ComponentFacesBean.getClientBehaviors(ComponentFacesBean.java:180)
at
org.apache.myfaces.trinidad.render.CoreRenderer.decodeBehaviors(CoreRenderer.java:931)
at
org.apache.myfaces.trinidad.render.CoreRenderer.decode(CoreRenderer.java:242)
at
org.apache.myfaces.trinidadinternal.renderkit.htmlBasic.HtmlFormRenderer.decode(HtmlFormRenderer.java:44)
at
javax.faces.component.UIComponentBase.decode(UIComponentBase.java:790)
at javax.faces.component.UIForm.processDecodes(UIForm.java:205)
The issue is that ComponentFacesBean does not delegate to the UIComponent's
ClientBehaviorHolder
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.