Getting same instance of `componentType` in composite component on every use
Hi Have this Wierd Issue in which I am using a Composite Component which I wrote and I get values from the previous use of the backing bean of the CC (the componentType bean) I don't know how to describe this better than just show the code. I'll try to be brief about it and cut the redundant parts: This is the Composite Component definition: <cc:interface componentType="dynamicFieldGroupList"> <cc:attribute name="coupletClass" /> <cc:attribute name="form" default="@form"/> <cc:attribute name="list" type="java.util.List" required="true"/> <cc:attribute name="fieldNames" type="java.util.List"