7 May
2000
7 May
'00
2:32 p.m.
hi, I have two dtml-in expressions. The second one will use the value from the first one, but I don't know what's wrong! <dtml-in expr="Catalog.uniqueValuesFor('niederlassung')"> <dtml-in "Catalog(niederlassung='<sequence-item>')"> ?????? how to write this line correct? <dtml-if sequence-start> <table border="1" cellpadding="5" cellspacing="0"> <th>Name</th> </dtml-if sequence-start> <tr><td><dtml-var name></td></tr> <dtml-if sequence-end> </table> </dtml-if sequence-end> <dtml-else> No Result! </dtml-in> </dtml-in> thanks mex