[Zope] A little demo with the under variable

Bruce Eckel Bruce@EckelObjects.com
Fri, 18 May 2001 18:04:52 -0700


Since you can say "_['foo']"

Shouldn't I be able to say:
<dtml-in expr="_">
  <dtml-var sequence-item>
</dtml-in>

Or 

<dtml-in expr="_.items()">
  <dtml-var sequence-item>
</dtml-in>

Or something like that?

Most current information can be found at:
http://www.mindview.net/Etc/notes.html
===================
Bruce Eckel    http://www.BruceEckel.com
Contains free electronic books: "Thinking in Java 2e" &
"Thinking in C++ 2e"
Please subscribe to my free newsletter -- just send any
email to:
join-eckel-oo-programming@earth.lyris.net
My schedule can be found at:
http://www.mindview.net/Calendar
===================