I'm using "money" field on a form and ran into a peculiar problem.  If
I enter in a plain zero, 0, I get no error or exception, but the field
is not updated in the database.  Any other integer value works, and
entering 0.0 works, but the plain 0, not so much.  My boss is not
pleased.

I can work around it if need be (update the request parameter before
binding it to the form, but that's not really a clean solution.

I tried a normal UPDATE query (using plain old SQL) using 0 as the
value for the decimal field and it ran and updated successfully.

Any suggestions?  (currency=USD, by the way)

Thanks,

Roger

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to