[Zope] in/let not working as expected

alan runyan runyaga@thisbox.com
Fri, 22 Jun 2001 12:16:38 -0500


on Zope 2.3.3 binary on windows --

<dtml-in objectValues skip_unauthorized>
 <dtml-let obj=sequence-item>
  <dtml-var getId>
 </dtml-let>
</dtml-in>

try this in your / and it will error on the standard_error_message (thats
what teh Error Type business is about).

Q: if I do this with DTML Method it screws up.  It appears that DTML Methods
(when in objectValues) will call themselves on
<dtml-let obj=sequence-item>, which is unexpected?  I would expect that obj
would *only* get a refernce to sequence-item

is this the only gotcha using in/let together?  am i diagnosing this
correctly?

thanks,
~runyaga