[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 wrote: > I have an interface with a decimal field. It validates fine for 1,2 an

Re: [Zope-dev] Decimal validation error.

2010-02-17 Thread Mats Nordgren
adapts(IFixedDecimal, IWidget) # The amount of '#' after the '.' outlines the no. of decimal places pattern = '#,##0.' #configure.zcml #overrides.zcml On Thu, Feb 11, 2010 at 3:21 AM, Hermann Himmelbauer wrote: > Am Mittwoch 10 Februar 201