[Zope] Traversable DTML methods

Dieter Maurer dieter@handshake.de
Sun, 11 Jun 2000 20:03:35 +0200 (CEST)


Ian Sparks writes:
 > It seems strange to me that SQLMethods are traversable out of the box and
 > "normal" DTML methods are not.
 > 
 > It seems to me that traversable DTML methods would be useful (to me this
 > means DTML Methods with parameters).
Your DTML Methods have (keyword) parameters.

From DTML: "<method>(_.None,_,param1=value1, param2=value2, ....)"
From HTML: "<URL to method>?param1=value1&param2=value2&...."
           everything after "?" is URL(plus)encoded.


Dieter