>>  A component should only be created once per component tree, not every
>> time that the binding expression is evaluated.
>>
>> I would suggest that you try to alter your code to make sure the component
>> is only created once (use an attribute on the parent component).
>
> I want to recreate components once per submission in this case.

This is still not valid if you do not use only the INVOKE_APPLICATION
phase. You should not be changing the component tree between rendering
up till INVOKE_APPLICATION. If you do you will risk breaking decoding,
validation and model updating

Reply via email to