[ZCM] [ZC] 323/ 1 Request "underscore in request var seems to cause problems in ZPT"

Collector: Zope Bugs and Patches ... zope-coders@zope.org
Sat, 30 Mar 2002 00:08:08 -0500


Issue #323 Update (Request) "underscore in request var seems to cause problems in ZPT"
 Status Pending, Zope/bug medium
To followup, visit:
  http://collector.zope.org/Zope/323

==============================================================
= Request - Entry #1 by djay on Mar 30, 2002 12:07 am

This doesn't work

tal:attributes="value request/__ac_name|default">

but this does

tal:attributes="value python:request.has_key('__ac_name') and request['__ac_name'] or default"

which is a pity because the later is much less elegant and it is fustrating since the former is supposed to work (as far as I know).


==============================================================