[Zope3-Users] records converter

Stephan Richter srichter at cosmos.phy.tufts.edu
Fri Mar 17 08:17:46 EST 2006


On Friday 17 March 2006 03:23, Andrius Armonas wrote:
> did "records" converter behaviour changed anyhow in zope3 since zope2?

No, this code has not been touched as far as I remember. But nobody I know 
uses ":records", so it is probably under-tested.

> If we have this:
>
> <input type="text" name="a.x:records:int" value="5" />
> <input type="text" name="a.y:records:int" value="51" />
> <input type="text" name="a.x:records:int" value="6" />
> <input type="text" name="a.y:records:int" value="61" />
>
> Then after form submit we get (in zope3):
> a: ['x': 5, 'y': 51, 'x': 6, 'y': 61]

This is not valid Python.

Regards,
Stephan
-- 
Stephan Richter
CBU Physics & Chemistry (B.S.) / Tufts Physics (Ph.D. student)
Web2k - Web Software Design, Development and Training


More information about the Zope3-users mailing list