hi, i have a page where i am adding dynamic input sets to an existing
form . The model relationships are as such:
Place->hasMany cities

so, in the form, the rendered page would have the
Place
-input: name
-input: region
-input: weather

-Cities:
-input[0]: name
-input[0]: region
-input[0]: weather

-add

if you click add, i increment the counter, and then you get an empty
ajax form to add a new city.
-input[1]: name
-input[1]: region
-input[1]: weather
..and so on. However on submission of the form, i can only capture the
first city...what am i missing? It appears that the form is creating
the close tag AFTER  my dynamic ajax add forms...but i cna not for the
life of me get that close tag to fall below....any ideas?

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to