Francois-Regis CHALAOUX wrote:
>
> Hi,
>
> How to render the total number of result coming from the search in a ZCatalog
> even if the batch will be render in several sequences ?
>
> Howto render XXXX : "Your search contain XXXX results"
>
> FR.
>
>
<dtml-var "_.len(YOURSEQUENCEGENERATOR)">
<dtml-in "YOURSEQUENCEGENERATOR">
</dtml-in>
Kapil
_______________________________________________
Zope maillist - [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope-dev )