[jQuery] Re: help: Zend Framework and JQuery validation plugin

2008-10-16 Thread Namrasit
Ok. I create a simple testpage. Below I wrote all listing from index controller and view files: IndexController.php: view->baseUrl = $this->_request->getBaseUrl(); Zend_Loader::loadClass('Users'); } function indexAction(){ $this->view->title = "ZF - Validation"; } fu

[jQuery] Re: help: Zend Framework and JQuery validation plugin

2008-10-16 Thread Jörn Zaefferer
Can you post a testpage? Jörn 2008/10/16 Namrasit <[EMAIL PROTECTED]>: > > Hi! > > I try to use Zend Framework with JQuery validation plugin. Standard > validation of forms works good but when I want to remote validate (f.e > check a login in database) remote function dosen't work. Below I write