Yes, that would be it, thanks.  We upgraded unintentionally in just
one environment and missed the API and default behaviour change
between 1.2.1 and 1.2.2.  Our functional tests wouldn't have picked it
up - a scripted PUT works just fine and we haven't automated browser-
based testing.  Oh well, you live and learn...


On Mar 31, 11:37 pm, Ian Wilson <[email protected]> wrote:
> 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.

Reply via email to