Tim Gildersleeve writes:
 > The line is
 > 
 >      <dtml-call "REQUEST.set('TOTALDEVIATION',fSTART)">
 > Error Type: TypeError
 > Error Value: number coercion failed
I can assure you, that the "number coercion failed" is not
raised in the above "REQUEST.set". "set" accepts any
type.

The problem arises at a later time, probably because "fSTART"
or some other computation incredient does not have the correct
type.

You know about the magic ":type" suffixes in form variables.
There is a howto about them at Zope.org.



Dieter

_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to