On 08.05.2004 11:55, roy huang wrote: > var wid = form.getWidget();
> wid.email.value = "[EMAIL PROTECTED]"; <- here > > Is getWidget() wrong by now? The above one not as it is a JavaScript function. Until my fix wid was already undefined, this is fixed. Don't know why it worked until some days ago ... But now wid.email is undefined. I tried to do some remote debugging for seeing how ScriptableWidget works, but it stopped only in the constructor, not get***() method was called. Maybe someone else knows how to fix it. Joerg
