Run asynchronous actions with live result within Ajax Div

2011-01-18 Thread Kh3ops
Hi everyone, I got a tricky thing to set-up. Once one of my users validates a form, I need to execute a couple of actions through a plugin which might take some time (up to minutes). What I'd like to do, is to open up a div overlay and get the live output from module actions within this div (div

Re: Form Validation does not work on Cake 1.3.6

2011-01-18 Thread Kh3ops
ons for E-Biz:http://www.sanisoft.com > > On Mon, Jan 10, 2011 at 6:38 AM, Kh3ops wrote: > > Hi, > > > I installed cake 1.3.6 on PHP 5.3.3. > > > I've just run through the "blog tutorial" and everything's working > > fine except "form

Form Validation does not work on Cake 1.3.6

2011-01-10 Thread Kh3ops
Hi, I installed cake 1.3.6 on PHP 5.3.3. I've just run through the "blog tutorial" and everything's working fine except "form validation". For an unknown reason, validating an empty form works and databases is filled with empty records. Here is what I used in my model code : var $validate = ar