[Zope] getting all fields from dynamic checkboxes

Chris Withers chris at simplistix.co.uk
Mon Apr 4 09:19:32 EDT 2005


Phillip Hutchings wrote:

> You need to keep a server-side list of the checkboxes and check which
> ones aren't there. Web browsers don't send back checkboxes that aren't
> checked - it's an HTML feature.

Well, server side lists don't scale. I've found keeping a hidden html 
input with a list of the fields I'm expecting back can help, but bear in 
mind that makes it more hackable...

cheers,

Chris

-- 
Simplistix - Content Management, Zope & Python Consulting
            - http://www.simplistix.co.uk


More information about the Zope mailing list