Hi,

I have one big form to create a database record. But this form
contains a list that could need updating, this means that the user can
also choose to add a new field to the list by using an input field.
This input field needs ti be send to my controller using $ajax-
>submit. Problems are:

1/ I cannot create a nested <form><form></form</form>
2/ It does not work to just add the input field ($html->input) and the
ajax submitter ($ajax->submit), since this does not seem to send any
POST data.

When I create a serperate form outside the form, it does work! How
should I go about this, basically the form in a form method seems
logical, but W3C does not allow nested forms.

thanks


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to