1 Sep
2000
1 Sep
'00
10:19 a.m.
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