Thank you for the reply.
I gave different id's for my coplet but still the same problem
This is in my coplet-instance-data.
<coplet-instance-data id="security-1" name="standard">
<coplet-data>security</coplet-data>
</coplet-instance-data>
<coplet-instance-data id="marketmaker-1" name="standard">
<coplet-data>marketmaker</coplet-data>
</coplet-instance-data>
This is my coplet data code
<coplet-data id="security" name="standard">
<title>Security Quote History</title>
<coplet-base-data>URICoplet</coplet-base-data>
<attribute>
<name>uri</name>
<value xsi:type="java:java.lang.String" xmlns:xsi="http://
www.w3.org/2001/XMLSchema-instance">cocoon:/coplets/search/security.xsp</
value>
</attribute>
</coplet-data>
<coplet-data id="marketmaker" name="standard">
<title>Market Maker Quotes List</title>
<coplet-base-data>URICoplet</coplet-base-data>
<attribute>
<name>uri</name>
<value xsi:type="java:java.lang.String" xmlns:xsi="http://
www.w3.org/2001/XMLSchema-instance">cocoon:/coplets/search/marketmaker.xsp</
value>
</attribute>
</coplet-data>
Am I making any mistake. Please let me know.
Thanks,
Anna
On Monday 01 March 2004 04:13 am, [EMAIL PROTECTED] wrote:
> Hi Anna,
>
> the name of the fields inside the form can be the same. You can even use
> the same coplet inside one page. What needs to be different is the id of
> the coplet-instance-data.(Configure it in
> profiles/copletinstancedate/portal.xml and use it in
> profiles/layout/portal.xml)
>
> Nicole
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]