Re: [Zope3-Users] formlib - preloading data

2006-03-13 Thread Fred Drake
On 3/14/06, David Johnson <[EMAIL PROTECTED]> wrote: > I am experimenting with formlib, and I'm stuck on one point, how do you set > the values of fields before they are rendered? ... > How do I set the value of field before it is rendered? I've been playing > with things like: > > Form_fields['fi

[Zope3-Users] formlib - preloading data

2006-03-13 Thread David Johnson
I am experimenting with formlib, and I’m stuck on one point, how do you set the values of fields before they are rendered?   In my simple example, I simply have:   Form_fields = form.Fields(IContact)   How do I set the value of field before it is rendered?  I’ve been playing with thin