found it in the examples.  its easy enough.

<map:select type="request-method">
    <map:when test="POST">
        <map:call continuation="{request-param:continuation-id}"/>
        ...



On Fri, 17 Dec 2004 12:14:52 -0500, Ben Anderson
<[EMAIL PROTECTED]> wrote:
> Hi,
> I'm trying to use the <ft:continuation-id/> which seems to be working
> fine, but what I don't understand is the sitemap part.  For instance I
> had been using this:
> 
>       <map:match pattern="forms/task/*.continue">
>        <map:call continuation="{1}"/>
>      </map:match>
> 
> which was cool when the url contained the continuation-id, but now I
> want it as a hidden field in a post.  How might I catch that in the
> sitemap?
> 
> Thanks,
> Ben
>

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

Reply via email to