Hi, I want to have ajax enabled forms for my model (use form_remote_tag instead of the regular form helpers).
1. This really seems like something someone would have already done. Is it ? 2. Assuming the answer to 1 is no - can someone point me in the right direction ? I thought of adding another template for a partial in sfPropelPlugin/ data/generator/sfPropelModule/default/template/templates‬, called _remote_form.php (alongside _form.php), which will use form_remote_tag and other ajax-enabled helpers. My problem is where to go from there - how do I tell propel's generator to use this new partial rather than the standard one. * A best solution will be a controllable one - where I can choose If I want ajax forms, regular forms or both Would appreciate any pointers, Ido. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" 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/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
