11 Jun
2000
11 Jun
'00
6:03 p.m.
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¶m2=value2&...." everything after "?" is URL(plus)encoded.
Dieter