alas! there is no good way to do this at the moment; next release. (in a week or less)
What you can do is clear a form with >> formclear and then fill things in one by one. Sorry 'bout this ;(. --titus On Fri, Mar 10, 2006 at 12:15:45PM -0500, Jesse Noller wrote: -> Heya titus! -> -> After seeing some stuff and hearing the buzz on twill at PyCon - I've -> start using it quite a bit in my internal testing, and training others -> as well. But I've hit a snag - I have a form that includes a control -> like this: -> -> ## __Name__________________ __Type___ __ID________ __Value__________________ -> http_enabled checkbox enableHttp ['on'] of ['on'] -> http_enabled hidden (None) false -> -> Now, I try to do this: -> -> >> fv 1 http_enabled off -> >> fv 1 http_enabled None -> >> fv 1 http_enabled [] -> -> ... etc But for the life of me, I can't figure out how to get it to -> uncheck itself. Any ideas? I'm still very much a twill Newbie. -> -> thanks -> -jesse -> -> _______________________________________________ twill mailing list [email protected] http://lists.idyll.org/listinfo/twill
