Re: Ajax problem ???

2010-05-27 Thread Ed Propsner
@Jeremy: I found the problem with the display of validation errors (as well as my ajax issue) to be a result of the security component. Odds are that I had something set incorrectly in beforeFilter() but in any case that's where the problem originated. - Ed On Tue, May 25, 2010 at 1:33 PM, Ed

Re: Ajax problem ???

2010-05-25 Thread Ed Propsner
I know it was grasping at straws but the switch to 1.3 stable didn't help. However now the console bakes empty models and terminates with a fatal error when baking controllers, 8-) On Tue, May 25, 2010 at 12:52 AM, Ed Propsner crotchf...@gmail.com wrote: just wondering, I'm still on RC4 and

Ajax problem ???

2010-05-24 Thread Ed Propsner
I'm not quite sure how this problem came about (that seems to be the common theme these days). I use $ajax-observeField to update an element in one of my forms. The form is was one of my originals and was working perfectly when i called it completed. I came back to it to give everything a dry

Re: Ajax problem ???

2010-05-24 Thread Ed Propsner
Just for the record I set up a test case in a different controller/action/view and it didn't work there either, It does the same thing. I've tried a lot of different things to no avail I'm fresh out of ideas. On Mon, May 24, 2010 at 2:28 PM, Ed Propsner crotchf...@gmail.com wrote: I'm not

Re: Ajax problem ???

2010-05-24 Thread Ed Propsner
I might be going out on a limb with this one but ... I recently started to experience the problem where my validation errors stopped displaying. I *may* know the cause but I haven't tested it out yet. When the form was validated $this-validationErrors array was loaded (with all appropriate

Re: Ajax problem ???

2010-05-24 Thread Jeremy Burns
Interesting Ed - I find the display of error messages a bit hap-hazard too and thought it was just me. I can't add anything to this post yet, but I am watching with interest. Jeremy Burns jeremybu...@me.com On 25 May 2010, at 04:18, Ed Propsner wrote: I might be going out on a limb with

Re: Ajax problem ???

2010-05-24 Thread Ed Propsner
@Jeremy: Are you on 1.3 stable ? On Tue, May 25, 2010 at 12:40 AM, Jeremy Burns jeremybu...@me.com wrote: Interesting Ed - I find the display of error messages a bit hap-hazard too and thought it was just me. I can't add anything to this post yet, but I am watching with interest. Jeremy

Re: Ajax problem ???

2010-05-24 Thread Jeremy Burns
Yes. Jeremy Burns jeremybu...@me.com On 25 May 2010, at 05:49, Ed Propsner wrote: @Jeremy: Are you on 1.3 stable ? On Tue, May 25, 2010 at 12:40 AM, Jeremy Burns jeremybu...@me.com wrote: Interesting Ed - I find the display of error messages a bit hap-hazard too and thought it was

Re: Ajax problem ???

2010-05-24 Thread Ed Propsner
just wondering, I'm still on RC4 and working on switching over now. On Tue, May 25, 2010 at 12:50 AM, Jeremy Burns jeremybu...@me.com wrote: Yes. Jeremy Burns jeremybu...@me.com jeremybu...@mac.com On 25 May 2010, at 05:49, Ed Propsner wrote: @Jeremy: Are you on 1.3 stable ? On

Ajax problem

2008-06-16 Thread kik
Hi, I have a problem with Ajax when I try to load new content. When I load new content into div using ajax and then I try to click on an ajax link placed into the same div I get an error Event.observe is not a function. I see that this is a common problem but still I was not able to find how to

Re: ajax-problem onchange

2008-05-05 Thread robdeman
yes site is still down.. anybody here with a similar tutorial? On Mar 10, 6:50 pm, susa [EMAIL PROTECTED] wrote: or does anybody have the devmoz tutorial? (http://www.devmoz.com/blog/ 2007/04/04/cakephp-update-a-select-box-using-ajax/) the site is not working, but it seems to handle exactly

Re: ajax-problem onchange

2008-05-05 Thread Marcin Domanski
http://web.archive.org/web/20070601042742/http://www.devmoz.com/blog/2007/04/04/cakephp-update-a-select-box-using-ajax/ or you can always use google cache On Mon, May 5, 2008 at 1:54 PM, robdeman [EMAIL PROTECTED] wrote: yes site is still down.. anybody here with a similar tutorial? On

Re: Form posting and AJAX problem.

2008-03-08 Thread the_woodsman
More info would be required - does the second select box not show up on the server side, or have you inspected the AJAX call itself to see its not being passed in the first place? What does populate_sub_types() actually do? This might not relate to Cake... On Mar 7, 4:59 pm, Manu0310 [EMAIL

Form posting and AJAX problem.

2008-03-07 Thread Manu0310
Hi I have a standard cakePHP form with 2 select boxes. The 2nd select box is populated with an AJAX call based on what is selected in the first one. The ajax call replaces the entire contents of the div with this id=sub_type_select. Problem is when I submit the form the 2nd select box's value

Country - State combo box Ajax problem

2007-09-01 Thread Ghanshyam Rathod
Hi friends, As i have one form having Country and State combo box. Depend on country selected it will Fill up States automatically. Here is my Code : // file : edit.thtml //calling ajax functions function getstates(st) { country = $('country_name').value; alert(country);

Country - State combo box Ajax problem

2007-09-01 Thread Ghanshyam Rathod
Hi friends, As i have one form having Country and State combo box. Depend on country selected it will Fill up States automatically. Here is my Code : // file : edit.thtml //calling ajax functions function getstates(st) { country = $('country_name').value; alert(country);

Ajax problem

2007-08-21 Thread [EMAIL PROTECTED]
Firebug tells me an error : missing } in XML expression and:Sortable is not defined I include the files: script src=js/prototype.js type=text/javascript/script script src=js/scriptaculous/src/scriptaculous.js type=text/ javascript/script This is my view: ol

ajax problem with IE

2007-08-20 Thread Wimg
i use a ajax-link () to update a div in a view. It works fine with firefox, but with IE it gets problem. anyone gets any ideas about what's with this ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP

Security component - multiple tabs and AJAX problem

2006-09-12 Thread konrad
I have read that, the hash value is regenerated on every request and this make problems with working with multi tabs and ajax requests. OK. What do you thing about the following idea to solve this problem? Let's say we write PHP function ie. getToken(), which return current value of token for

Re: Security component - multiple tabs and AJAX problem

2006-09-12 Thread nate
Sounds like a possible solution. Open an Enhancement ticket at https://trac.cakephp.org/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to this group, send email to

Re: Ajax Problem

2006-04-25 Thread hydra12
Never mind. My links to the .js files were wrong. It works now. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from