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 cake-php@googlegroups.com
To unsubscribe from this group, send email to cake-php+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---
No comments:
Post a Comment