Sorry for the unclear description. I mean the data for the join table
(companies_members). I thought that I can use the HtmlHelper for this.
So the fields were prefilled with the correct values.

Let me (try to) sketch the company page:
---------------------------------------------------------------------------------------------
[textfield: companyname]
[textfield: membername_1] [textfield: joined_at] [textfield: left_at]
[textfield: membername_2] [textfield: joined_at] [textfield: left_at]
[textfield: membername_3] [textfield: joined_at] [textfield: left_at]
...
[button:save]
---------------------------------------------------------------------------------------------

Do you think this is possible? Otherwise I would build something
"proprietary" that reads the posted data and creates
Companies_Members-Objects to save them or I use Ajax calls as you
mentioned in your post.

I hope this is more clear than my prior post. :-)

Cheers,
Kaan


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to