20 Jun
2002
20 Jun
'02
7:53 p.m.
J.H.Whalley writes:
As a complete Python newbie an example would be really useful.
I'd got the impression that using the form <input type="checkbox" name="action_list:int:list"... would make Zope realise it was dealing with a list of integers. It doesn't seem to, unfortunately. It does!
Something else must be wrong. You already know the "<dtml-var REQUEST>" tip to analyse what you get from an HTTP summit? Use "showRequest" as the form action. "showRequest" is a DTML method with the following content: <dtml-var standard_html_header> <dtml-bar REQUEST> <dtml-var standard_html_footer> Dieter