
Signature
Visit: http://www.autonomysystems.com
Shiva
Hi,
Maybe i was not clear in my requirement. This is how my application works.
First, i created a form based on a template xml. So when my xml was of the
format:
<root>
<node type='image' id='1'></node>
<node type='audio' src='audio.mp3'></node>
</root>
in the data source, you can see that node was added as one group, with type,
id and src as fields in it.
Using this data source, i have created the form with two repeating sections.
the first one has type and id. The second one has, type and src. when i
preview this form, i can see both the sections with their respective values.
Now when i try to click on insert item, for the first section, i can see that
it is showing both the sections in the insert interface. So now, instead of
having type and id controls in the insert section, i have type and id, type
and src controls also.When i click on insert, i want type and id controls
only to show up.

Signature
Thank you,
xyz
> Hi,
>
[quoted text clipped - 19 lines]
> > showing both.
> > Can anyone help.