Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.0-alpha
-
None
-
Glassfish v3 prelude and JBoss 6.0.0.M1
Description
Testing the mojarra bean-validation sample on Glassfish v3 prelude and JBoss 6.0.0.M1, I ran into the following exception:
javax.servlet.ServletException: /placeOrder.xhtmlat line 49 and column 109 <f:validateBean> Parent not composite component or an instance of EditableValueHolder: javax.faces.component.html.HtmlForm@494c491b
f:validateBean is used as a container of EditableValueHolders in the sample, the following code shoes where the error occurs:
<h:form>
<f:validateBean validationGroups="beanvalidation.groups.Personal , beanvalidation.groups.Order">
<ui:include src="/WEB-INF/fragments/form.xhtml"/>
</f:validateBean>
</h:form>
where <ui:include src="/WEB-INF/fragments/form.xhtml"/> includes a form of some <h:inputText> (--> EditableValueHolder) components.
However, f:validateBean is also used inside of some of the <h:inputText> components and works well at this point.
Attachments
Issue Links
- is depended upon by
-
MYFACES-2288 Implement Bean Validation
- Closed