[Zope] can't update integer values in oracle

Michel Pelletier michel@digicool.com
Thu, 2 Dec 1999 12:47:37 -0500


> -----Original Message-----
> From: Adam Gotheridge [mailto:adam@foxvalley.net]
> Sent: Thursday, December 02, 1999 12:10 PM
> To: zope
> Subject: [Zope] can't update integer values in oracle
> 
> 
> If I have a form variable in a dtml document like
> <input type="hidden" name="milestoneid" value=43>

<input type="hidden" name="milestoneid:int" value=43>

otherwise it marshals 43 into a string.

-Michel