[Zope] Re: Handling of Multiple :list's

J Cameron Cooper jccooper@jcameroncooper.com
Thu, 17 Jul 2003 13:38:12 -0500


>
>
>Hello again :list.
>
>Please ignore my previous email, I just realised how flawed my logic was.
>
>Better go back to the drawing board first.
>
>Sorry to be a bother.
>...
>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 -->
>  
>
Just to be annoyingly nit-picky, that's some really old DTML syntax (the 
SSI-type, not the dtml-prefix type.) Even if that syntax is never 
officially abandoned or accidentally broken, I think your brain will 
thank you if at least you don't mix the two.

          --jcc