]
José Freitas reassigned SEAMFACES-161:
--------------------------------------
Assignee: José Freitas
UIInputContainer causes warning when project stage is set to
"Development"
--------------------------------------------------------------------------
Key: SEAMFACES-161
URL:
https://issues.jboss.org/browse/SEAMFACES-161
Project: Seam Faces
Issue Type: Bug
Components: UI Components
Affects Versions: 3.0.1
Reporter: Alt Avatar
Assignee: José Freitas
Fix For: 3.0.2
If "Development" javax.faces.PROJECT_STAGE is configured in web.xml, then using
a component based on UIInputContainer results in this error message being displayed:
"The form component needs to have a UIForm in its ancestry. Suggestion: enclose the
necessary components within <h:form>"
This occurs, for example, when using the composite component definition from the
input.xhtml file in the Seam-Booking example, and the following View template:
<x:input label="Email">
<h:inputText value="#{login.email}" required="true" />
</x:input>
--
This message is automatically generated by JIRA.
For more information on JIRA, see: