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


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: http://www.atlassian.com/software/jira

        
_______________________________________________
seam-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/seam-issues

Reply via email to