A form shouldn't contain another form. If it's crucial to your app, try putting the child form in a pop-up layer (eg. Thickbox) so that it's not actually nested in the markup.
On Tue, Jul 28, 2009 at 4:47 AM, portoalet<[email protected]> wrote: > > Hi, > > Is it possible to have a nested ajax form in cakephp and firefox ? > i.e. > > <pre> > $ajax->form(form1...) > table > row > $ajax->form(childForm_rowId) > $form->end(childForm_rowId) > endrow > end table > $form->end > </pre> > > I found this works in IE7, but not in Firefox 3.5.1 > Firefox will omit the childForm declaration, so the child forms > (childForm_rowId) will use the first form(form1) action when it is > submitted, which is not what we want. > > Any idea how can I work around this? > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
