Hi,
I created a panelBox composite component with an insertChildren inside it. Nothing special.
<cc:interface>
</cc:interface>
<cc:implementation >
<div ...... >
<cc:insertChildren/>
</div>
</cc:implementation>
When a use this componenent inside a form like this:
<myCC:ccName>
<h:form>
...
</h:form>
</myCC:ccName>
when the form is submitted, if there is an error (validation errors) the form values are reset.
The form values are not reset if I don't use the composite componenent.
I don't have this behavior with Mojarra 2.0.2 FCS, I only have it with the 2.0.3 version.
Am I missing something in my cc or this is a bug ?
Thank you.
[Message sent by forum member 'jab32']
http://forums.java.net/jive/thread.jspa?messageID=480382