Hello,

I have a problem with the AjaxHelper. I'll try to explain:

I have a view to edit Posts. Post hasMany Event, so I manage to build  
a view with an "embedded" index and form to create and edit Events  
related to a post.

This works well... the first time.

When I create or edit an event the index updates but the links (ajax  
links are created with AjaxHelper:link()) doesn't work. In fact, when  
I look at the generated HTML there is no javascript code to manage the  
Ajax request (the first time, there is).

PostsController and EventsController both have Ajax and Javascript in  
the components array, and protoype is loaded in the main view.

There is no problems with conflicting DOM id or similar.

The issue happens at ajax request.

I would like some suggestion on how to debug this issus. Thanks.
--
Fran Iglesias
[EMAIL PROTECTED]




--~--~---------~--~----~------------~-------~--~----~
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