Hi all,

I am a starter in CakePHP and I'm having trouble doing something like
this below.
http://www.bitnetbrasil.com.br/logustec_desenv/php/Admin_Pessoa.php?pagina=2
(Scroll down and click in "Endereços: adicionar"). This is a form for
customers with many addresses.
For you who can't open, it is like the many attachments in Gmail's
compose message (Javascript add/remove file input) - but with more
fields and some select boxes.

The problems are:
- If I do the address sub-form using javascript, I can't use the form
helper and, when I edit the record, I will have to create all the
addresses on the form with javascript;
- I could use Ajax to create the sub-form, using an addresses view
(one request for each address) but this would take too long to load.
(And it's not just addresses on people, I'm gonna use it to manage
orders and items too)

Does anyone have some tactics for me to follow?
Or any example, that would be nice.

Thanks to all

-- 
Werner Petry Moraes
http://werner.inf.br/
ICQ: 71759171

--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to