Automatic rounding for prototypes
Anders Peterson <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.eof |
|---|---|
| Message-ID | <[email protected]> |
Hi all, Sometimes I get a EOGeneralAdaptorException stating that the scale of a number is too big and that rounding is necessary. I tried to solve this by setting the write format to "round(%V,8)" on the prototype definition - this didn't work. I still get the same exception. Is there anyway I can define a rounding behaviour on the prototype? /Anders