Re: [web2py] Two components + two forms

2012-12-02 Thread David Sorrentino
Ok Massimo, changing *formname* was the solution. Now everything works. Thanks one more time for your help. ;) I wish you a good Monday, David On 2 December 2012 09:00, David Sorrentino wrote: > Hello Massimo and thanks for your reply. > The two components point to a different action but I jus

Re: [web2py] Two components + two forms

2012-12-02 Thread David Sorrentino
Hello Massimo and thanks for your reply. The two components point to a different action but I just noticed that they have the same formname. :) Thank you very much. I'll change the formname of the second and I'll let you know. Have a good day, David On 1 December 2012 22:50, Massimo Di Pierro wr

Re: [web2py] Two components + two forms

2012-12-01 Thread Massimo Di Pierro
Do the two components point to the same action, or do they contain forms with same formname? Either case that would not work because multiple forms in the same page must have different formnames? On Saturday, 1 December 2012 13:32:48 UTC-6, David Sorrentino wrote: > > Hello everybody, > > I'm s