Em Sexta 21 Abril 2006 00:19, jvanasco escreveu: > the latest of which- i have some form fields that are required - is > there any way to get a red asterisk ala '<span > class="required-input">*</span>' into the label, or is am I SOL ?
Use CSS. My required fields, for example, include a small red circle *inside* the field that is required. > i really intensely dislike the forms support in turbogears. > > the widgetless approach ( > http://trac.turbogears.org/turbogears/wiki/WidgetlessForm ) seems to be > the most straightforward, but no different than CGI and has no > validation You can use a schema validator. You won't have automatic error displaying and automatic validation, but nothing prevents you from writing your own by hand. -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

