........<container name="AdditionalInformationContainer" location="AdditionalInformation" >
<label>Additional Information Container</label>
<container name="AdditionalInformationIterator" location="AdditionalInformationIterator" min="1" max="unbounded">
<label>Additional Information Iterator</label>
<item name="Title" pathid="Title">
<label>Title</label>
<textarea cols="75" external-editor="tinymce" external-editor-inline="t" required="f"/>
</item>
</container>
</container>..............
Above code should generate a DCT with one wrapper container and one replicant container. Bur when I do New Form Entry, I am getting one wrapper container lalelled as Additional Information Container, then another wrapper container labelled as Additional Information Iterator and then a replicant container labelled as Additional Information Iterator. Where is this second wrapper container coming from ?