You can stick it into a hidden field if you wish. There's a special tag, something like <ft:continuation-id/> that you can put into your template. Then, in your sitemap, you can do something like:

    <map:match pattern="*">
      <map:match type="request-parameter" pattern="continuation-id">
        <map:call continuation="{1}"/>
      </map:match>
      <map:call function="main">
        <map:parameter name="next" value="{1}"/>
      </map:call>
    </map:match>

Sound reasonable?

Very much so yes :-)

Thanks
Jorg


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



Reply via email to