On 11/3/06, Christopher Arndt <[EMAIL PROTECTED]> wrote: > > I created a validator Schema and used it to validate a tableform > > widget, all work ok and pretty, but I have some doubts about this > > setup. > > > > * How I i18n it? The messages, I mean. > > * How can I show error messages like those, generated by my own code? > > You have to create custom validators for your form field widgets. Have a look > at the widget from other projects, e.g the "registration" package would be > good > example: > > http://patrickhlewis.googlepages.com/registration.html
Gah... I've been eaten by the validation/widget thing all day. Trying to pass a tg_errors dict to the method so it show the messages... Nothing yet. I need more examples. :\ []s --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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?hl=en -~----------~----~----~----~------~----~------~--~---

