Re: Problems when using observeField to check password and its confirm

2006-11-02 Thread Samuel
so long the text isok,thanks sten ,I will study this later when i am free .but seems difficult for me... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cak

Re: Problems when using observeField to check password and its confirm

2006-10-27 Thread Steniskis
Hi Samuel I got a script in javascript from GLPI http://www.glpi-project.org/spip.php?lang=en javascript// /** * This array is used to remember mark status of rows in browse mode */ var marked_row = new Array; var timeoutglobalvar; function setdispl

Re: Problems when using observeField to check password and its confirm

2006-10-27 Thread Steniskis
Hi Samuel I got a script in javascript from GLPI http://www.glpi-project.org/spip.php?lang=en javascript// /** * This array is used to remember mark status of rows in browse mode */ var marked_row = new Array; var timeoutglobalvar; function setdispl

Re: Problems when using observeField to check password and its confirm

2006-10-26 Thread Samuel
Thanks Finster. bcos I think it is no use to pass other fields when checking the specified field and transport many datas at a time. Any other solutions?? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" g

Re: Problems when using observeField to check password and its confirm

2006-10-25 Thread Finster
Wouldn't observeForm work in this case? --~--~-~--~~~---~--~~ 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 this group, send email to

Problems when using observeField to check password and its confirm

2006-10-25 Thread Samuel
hi all: I use ajaxhelper to check the password and its confirm.like this: password('User/user_pass', array('size' => 15,'id'=>'pw','name'=>'pw')); ?> password('User/user_repass', array('size' => 15,'id'=>'repass','name'=>'repass')); ?> . $passOptions = array( 'update