28 Oct
2001
28 Oct
'01
7:43 p.m.
Vincenzo Di Somma wrote:
Try using <dtml-if "_['sequence-item']==... instead of <dtml-if "sequence-item==....
I like the new "prefix" parameter of <dtml-in>. Example: <dtml-in Elvis prefix=seq> <dtml-var seq_item> <dtml-if "seq_item-1==0"> Elvis is subzero! </dtml-if> </dtml-in> I wish the old sequence-item was phased out already in favour of sequence_item... it's provoking regular repeated questions from newbies. -- Milos Prudek