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" pattern="continuation-id"> <map:call continuation="{1}"/> </map:match>
Jorg
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]