Re: Behavior of a div updated

2007-03-28 Thread Steniskis
Thank you Frankie, Yes it is yet the case. >>Best is to load it into the initial layout. So I have to find another solution. Steniskis --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to th

Re: Behavior of a div updated

2007-03-27 Thread francky06l
You can't pass javascript (I mean as $javascript->link() ..etc ...) in a return of an ajax call. Best is to load it into the initial layout. On Mar 28, 8:50 am, "Steniskis" <[EMAIL PROTECTED]> wrote: > Hi, > > Sorry to repeat my question but I try to be more clear. I have updated > a div with an

Behavior of a div updated

2007-03-27 Thread Steniskis
Hi, Sorry to repeat my question but I try to be more clear. I have updated a div with an ajax form. In this div updated that is a list, I have no access to any javascript or ajax. Besides, the layout used in this action contains those javascript. Have you any explication or solution ? Thank yo