Tomas Havelka created TRINIDAD-2379:
---------------------------------------
Summary: Trinidad does not work properly with h:form
Key: TRINIDAD-2379
URL: https://issues.apache.org/jira/browse/TRINIDAD-2379
Project: MyFaces Trinidad
Issue Type: Bug
Components: Components
Affects Versions: 2.0.1-core, 2.1.0-core
Environment: Glassfish 3, Mojarra
Reporter: Tomas Havelka
Trinidad does not support the JSF's standard h:form component.
1) When this form is used, the Ajax functionality of some components is
crashed. It's because FormData object is not initialized at all when using the
<h:form> component. This object is initialized with code in UIXComponent during
render phase by the method visitTree, but the <h:form> is not instance of that
Trinidad specific component. So the FormData object is not created and the
component behavior is crashed.
2) Trinidad does not support <h:form prependId="false"> functionality. In this
case, the null prefix for the component is rendered.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira