[Zope] press on checkbox execute python script
Dylan Reinhardt
zope at dylanreinhardt.com
Thu Oct 9 12:48:50 EDT 2003
On Thu, 2003-10-09 at 09:02, Michael Bleijerveld wrote:
> <input type="checkbox" name="getSelection(id)" value="id" >
When something isn't working the way you expect, look at the code behind
what the template generates. This one should be pretty obvious, as all
your checkboxes are named "getSelection(id)".
You probably wanted to use <dtml-var "getSelection(id)"> instead.
HTH,
Dylan
More information about the Zope
mailing list