Forum OpenACS Development: Re: ad_form & international decimal separator

Collapse
Posted by Dave Bauer on
Hi,

I think _techincally_ you need to do the actual transformation in the ::tranform procedure.

The transform is used to take the user's entered data and convert it to the format used to store and process.

I'd have to go check the actual order tha the transform and validation occurs. Obviously if transform occurs before validation, the validation can stay the same, and you should do the conversion in the transform procedure instead.