Hi,
I have a problem with the use of the continuation id.
When I put it in the form-template action="#{$continuation/id}.cont" and in the sitemap as <map:match pattern="*.cont"> it works, but leaves a hideous URL.
Someone on this list suggested to use <wt:continuation-id/> and <map:match type="request-parameter" name="continuation-id"> <map:call continuation="{1}"> </map:match>
When this pipeline is in the top of the sitemap, it works for the first time, but after that, since the request-parameter is still present it is an endless loop. When this pipeline is in the bottom of the sitemap, it never works, because the URL matches first to another pipeline.
And when it's somewhere in the mid :) Seriously, you should add the pages the flow script calls via sendPage() at teh beginning of the sitemap into a internal-only="true". Directly after this you can add your matcher and it should not end in an endless loop.
Joerg
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
