Jorge Godoy wrote: > Alberto Valverde <[EMAIL PROTECTED]> writes: > > > Is this causing you any specific bug somewhere? If so we could try to > > do something about it... > > It doesn't cause me any bug, but it is weird for the user to input data as > "5.000,00" and get it back as "5000.00" when the validation fails (one example > for an I18Nized Number -- note the difference in using "." and "," for pt_BR > and en). >
Is this happening? if the validation fails input values is not touched by the validation so it should get back 5,000,00. Ciao Michele --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears-trunk -~----------~----~----~----~------~----~------~--~---
