http://formencode.org/modules/htmlfill.html#formencode.htmlfill.render
The keyword argument force_defaults=True will remove values from the html that are not given in the defaults dictionary. Maybe this is what you were experiencing? On Mar 31, 2:29 am, Mike Burrows <[email protected]> wrote: > Hi, > > Has anyone seen formencode turn > <input name="_method" type="hidden" value="put" /> > to > <input name="_method" type="hidden" value="" />? > > After a lot of head-scratching (a lot of wasted time looking at > webhelpers) we reverted from 1.2.2 to 1.2.1 and the problem went > away. Are we doing something wrong? > > Thanks, > Mike > [email protected]http://positiveincline.comhttp://twitter.com/asplake -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en.
