RE: [web2py] Re: Possible BUG: Hidden fields in SQLFORM with custom render template

2010-11-26 Thread Josh Jaques
Works for me. -Original Message- From: web2py@googlegroups.com [mailto:web...@googlegroups.com] On Behalf Of mdipierro Sent: Thursday, November 25, 2010 10:01 PM To: web2py-users Subject: [web2py] Re: Possible BUG: Hidden fields in SQLFORM with custom render template I like this. I

[web2py] RE: Possible BUG: Hidden fields in SQLFORM with custom render template

2010-11-25 Thread Josh Jaques
Hey guys, I looked into this a little more. The problem seems to be that self.custom.begin and self.custom.end are computed as soon as the form is initialized, and the hidden fields get appended to self.custom.end only in the call to accepts. For this same reason, I was also having problems

[web2py] Re: Possible BUG: Hidden fields in SQLFORM with custom render template

2010-11-25 Thread mdipierro
I like this. I will give some thought to it and this should be probably be made the default web2py behavior. Any objection? On Nov 25, 4:49 pm, Josh Jaques jjaq...@seccuris.com wrote: Hey guys, I looked into this a little more. The problem seems to be that self.custom.begin and