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 struggling for a while with a problem. > I have a page with two components. Each component contains a form. > I embedded both the components with LOAD. Unfortunately when I submit one > of the two forms, all the values are deleted and apparently there is no > submission. If then I submit that form a second time, it seems to work. > The problem is for sure related to the presence of two components, since > if I embed just one of them everything works fine. > > Am I missing something? > > Cheers, > David > --

