[web2py] Re: form.custom: form.hidden_fields() no formkey

2010-06-30 Thread mdipierro
1) Do not use form.hidden_field() since that is called automatically 2) the formkey should be added when you call form.accepts(...,session). If you do not pass session, no formkey. On 30 Giu, 04:59, selecta wrote: > just found out thathttp://www.web2py.com/AlterEgo/default/show/205 > is WRONG > >

[web2py] Re: form.custom: form.hidden_fields() no formkey

2010-06-30 Thread selecta
just found out that http://www.web2py.com/AlterEgo/default/show/205 is WRONG {{=form.hidden_fields()}} {{=form.custom.end}} do not play well together, just using {{=form.custom.end}} will do the trick, would be nice to change http://www.web2py.com/AlterEgo/default/show/205 On Jun 30, 11:47 a