[Zope] Handling of Multiple :list's

Julian Clark Julian.Clarke@b-online.com.au
Thu, 17 Jul 2003 08:20:53 +0800


Hello List, 
or should I say Hallo :List =)

I'm trying to work out how to do, or even if it is possible, to handle two :lists within nested in statements...

How would I make this reference the correct lists.

<!--#in amountlist -->
<!--#in marketinglist -->
<dtml-call "REQUEST.set('amount',_['sequence-item'])">   // using amount list
<dtml-call "REQUEST.set('dealer_no',_['sequence-item'])"> // using marketing list
<!--#call amend_holding_table -->
<!--#/in -->
<!--#/in -->

Thanks

Julian Clark