Oops, I wanted to say that I have *NOT* a simple sample. But basically the idea is to given only one URL to the portal coplet instance data ... <coplet-data id="Identification" name="standard"> <title></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:/cform/myForm</ value> </attribute> </coplet-data> ... Put the KontId in an hidden field, and switch from POST to GET in the sitemap ... <map:match pattern="myForm"> <map:select type="request-method"> <map:when test="GET"> <map:call function="form"/> </map:when> <map:when test="POST"> <map:call continuation="{request-param:continuation-id}"/> </map:when> </map:select> </map:match> ... Laurent Trillaud
> > Woody inside a coplet is working fine. I use it for my projects, but > > unfortunately I have a simple sample to give. > > Couldnīt you post code snippets from your implementation? What are the > key modifications one has to make in the sitemap, code, ...? > > Helmut Tammen > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]