5 Sep
2000
5 Sep
'00
3:10 a.m.
On Fri, 1 Sep 2000, Kapil Thangavelu wrote:
Francois-Regis CHALAOUX wrote:
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"
<dtml-var "_.len(YOURSEQUENCEGENERATOR)">
Or just <dtml-var sequence-length> while inside the dtml-in, say inside the <dtml-if sequence-start> block. --RDM