[web2py] Re: Possible bug in SQLFORM for Web2py v2.0

2012-06-14 Thread David Simmons
Hi Massimo it was a create form. I now understand why keepvalues=True as it makes sense for an edit form. The value is inconsistent between SQLFORM and FORM which may catch some people out but not sure how you address the issue. many thanks for your quick reply. I was initially sceptical about

[web2py] Re: Possible bug in SQLFORM for Web2py v2.0

2012-06-14 Thread Massimo Di Pierro
This is the right question. I see from the source there was a change of behavior between stable (keepvalue=False) and trunk (keepvalue=True). Do you have an edit form or an insert form. I this the issue was that the behavior for edit forms was counterintuitive. massimo On Thursday, 14 June 20

[web2py] Re: Possible bug in SQLFORM for Web2py v2.0

2012-06-14 Thread David Simmons
Hi Me again :-) Is this the wrong place to ask this question, if so I apologies and ask that somebody please point me to the right place for this kind of thing. Many thanks Dave On Thursday, June 14, 2012 8:08:10 AM UTC+1, David Simmons wrote: > > Hi > > I downloaded the latest trunk versio