There is a continuation id construct you can use to set it as a hidden variable in your form (<ft:continuation-id> IIRC), try using this. Don't know if you URL encoding is interfering. How do you encodeURL btw?

Jorg

Paul Joseph wrote:
Hi,

I have implented an authentication handler and all
works well as far as authentication of a given page -
if the user is not logged in, (s)he gets redirected to
the right login page etc.

However, I am having one problem - dealing with the
following lines in the sitemap:

<map:match pattern="*.continue">
   <map:call continuation="{1}"/>
</map:match>

I get the following error:
cause: org.apache.cocoon.ProcessingException: No
function nor continuation given in <map:call function>
at
file:/C:/Tomcat/webapps/cocoon/webtask/array/sitemap.xmap:28:33

I am using encodeURL before anything that gets
serialized.

TIA!
-Paul


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to