[symfony-users] Re: link_to_remote() - using ajax to delete posts

2009-11-16 Thread kowal grzes
If link is created then use FireBug to check where is problem. You can check if request is sent and what came in response. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony users group. To post to this group,

[symfony-users] Re: link_to_remote() - using ajax to delete posts

2009-11-16 Thread kowal grzes
I added this helper in my partial. Still not working :( But what is happening? Link is generated? Maybe put some code from page source here so we can see what was generated by this tag. --~--~-~--~~~---~--~~ You received this message because you are subscribed

[symfony-users] Re: form-Render() when embedding?

2009-11-16 Thread kowal grzes
In view file: foreach($form-getEmbeddedForms() as $formName = $embeddedForm) { and here you just render it or use partial here. } --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony users group. To post to