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
On Mon, 08 May 2000, Markus Hochreiter wrote:
hi,
Greetings,
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-in "Catalog(niederlassung=_['sequence-item'])">
<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
No problem. -- Have a better one, Curtis. <dtml-var standard_work_disclaimer>
participants (2)
-
Curtis Maloney -
Markus Hochreiter