Re: [Zope-dev] Decimal validation error.

2010-02-17 Thread Mats Nordgren
.' #configure.zcml includeOverrides file=overrides.zcml / #overrides.zcml adapter factory=.holding.MyDecimalDataConverter / On Thu, Feb 11, 2010 at 3:21 AM, Hermann Himmelbauer du...@qwer.tk wrote: Am Mittwoch 10 Februar 2010 17:27:09 schrieb Mats Nordgren: I have an interface with a decimal field

[Zope-dev] Decimal validation error.

2010-02-10 Thread Mats Nordgren
I have an interface with a decimal field. It validates fine for 1,2 and 3 fractions but if I enter a decimal with 4 fractions I get validation error The entered value is not a valid decimal literal. I'm using the pypi release of bluebream and z3c.form 2.3.2. Mats

Re: [Zope-dev] Decimal validation error.

2010-02-10 Thread Mats Nordgren
Seems a plain vanilla install of bluebream validates decimals fine with zope.app.form. Does z3c.form validate decimal fields or is that delegated to zope.schema? On Wed, Feb 10, 2010 at 8:27 AM, Mats Nordgren m...@ronin-group.org wrote: I have an interface with a decimal field. It validates