Re: [web2py] Re: LOAD/web2py component improved web2py_trap_form

2011-04-23 Thread Tito Garrido
Looks like I could put it to work just defining the "formname" variable on form.accepts... so I've removed this patch to test and also work... So the solution to multiple forms using LOAD is to define a formname... I guess... On Sat, Apr 23, 2011 at 4:28 PM, Tito Garrido wrote: > Hi selecta, >

Re: [web2py] Re: LOAD/web2py component improved web2py_trap_form

2011-04-23 Thread Tito Garrido
Hi selecta, Thanks for the quick response... I was debugging with firebug and this is what I got: so the type is correct... but I can't see the attribute... after I click on submit I can see the "was_clicked_to_submit" appearing on firebug and then it disappear... on the view I'm using a custom

Re: [web2py] Re: LOAD/web2py component improved web2py_trap_form

2011-04-23 Thread Tito Garrido
Hi selecta, I've tried your patch and didn't work for me... I'm having the same problem... with 2 LOAD forms the submit behavior is intermitent. Regards, Tito On Sat, Apr 23, 2011 at 3:57 AM, Tito Garrido wrote: > Wow! I just posted a message about this problem... +1 ! > > I'm using 2 forms w

Re: [web2py] Re: LOAD/web2py component improved web2py_trap_form

2011-04-22 Thread Tito Garrido
Wow! I just posted a message about this problem... +1 ! I'm using 2 forms with LOAD on the same page and I got the same problem... it doesn't work on the first submit. On Wed, Apr 13, 2011 at 5:12 PM, selecta wrote: > done http://code.google.com/p/web2py/issues/detail?id=232 > > On Apr 11, 3: