Sandor Spruit wrote:
>>
>> It would also be a great help if somebody could explain what Paginator
>> does with the page numbering. It seems to fiddle with the URI to
>> fold-in references to other pages? It's kinda hard to see exactly what
>> happens,
>> as my URI contains dozends of numbers (a continuation ID) :(
>>
Unrelated, but if you don't like to see the continuation ID in the URL
you can pass it as a hidden param in the form and have a request param
matcher for it, like
<map:match type="request-parameter" pattern="continuation-id">
<map:call continuation="{1}"/>
</map:match>
and in the form template
<fi:continuation-id/>
Jorg
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]