Re: ft:continuation-id/

2004-12-23 Thread Jorg Heymans
Ben Anderson wrote: found it in the examples. its easy enough. map:select type=request-method map:when test=POST map:call continuation={request-param:continuation-id}/ ... as an alternative you could also use a request parameter matcher map:match type=request-parameter

Re: ft:continuation-id/

2004-12-23 Thread Ben Anderson
even better - thanks! map:match type=request-parameter pattern=continuation-id map:call continuation={1}/ /map:match - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

ft:continuation-id/

2004-12-17 Thread Ben Anderson
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

Re: ft:continuation-id/

2004-12-17 Thread Ben Anderson
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