[symfony-users] form_remote_tag

2009-08-25 Thread DEEPAK BHATIA
Hi, Will this work ? ?php echo form_remote_tag(array('update' = 'item_list', 'url' = 'request/confirmCab'),array('submit' = 'return validateAssignCab()')); ? Regards Deepak --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[symfony-users] form_remote_tag() - update problem

2009-04-19 Thread Guychmyrat Amanmyradov
Hello, i'm tring to check login with ajax. on main page, there is a login link. when you click on it, a div is opening. And you are typing email/password in there. And checking error with ajaxs. form_remote_tag(aaray('update'='errorlogin', 'url'='login/login')) it works perfect to check errors.

[symfony-users] form_remote_tag advise on Firefox

2008-11-12 Thread Matías López
Hello, This is just FYI. I've been dealing with an issue with form_remote_tag helper. The issue was that the form elements values were not posted, and th= e action were not receiving any information from the form, but this happened only at Firefox, with IE it worked OK. Googling I found on a RoR