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. Julian ----- Original Message ----- From: "Julian Clark" <julcla@b-online.com.au> To: "zope" <zope@zope.org> Sent: Thursday, July 17, 2003 8:20 AM Subject: Handling of Multiple :list's 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
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
participants (2)
-
J Cameron Cooper -
Julian Clark