29 May
2005
29 May
'05
1:22 p.m.
Sorry, i got an answer in webform.renderForms doc-string :) Nevov is da best :) On 5/29/05, Little <mordaha@gmail.com> wrote:
How can i set default value to a widget, if it must be looked up from a database?
--- class ISomething(annotate.TypedInterface):
def doSomething( self, ctx = annotate.Context(), foo = annotate.String(*default="this string must be taked from a database at render time" *), ): """Do Something Really Exciting ---