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

_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to