Update model values is executed without a proper h:form element

2008-04-21 Thread Oliver Becker
Hi MyFaces implementors, we've just encountered the following behaviour in MyFaces 1.1.5: Normally the update model value phase will be executed for those input components only that are children (or descendants) of the submitted form. However, if you place such an element (for example

Re: Update model values is executed without a proper h:form element

2008-04-21 Thread Andrew Robinson
The form just produces an HTML form. All UIComponents in the tree are decoded, validated and updated per the specification. I believe that the core input* and select* controls do not update if the submittedValue for an EditableValueHolder is null. Therefore, you should check to see what form