-- Samuel Verdier <[EMAIL PROTECTED]> wrote (on Friday, 01 August 2008, 07:45 PM +0200): > I would like display an exception in javascript. > If an exception is lift in the controller, i want stay in the current page > and display the exception in javascript alert. > How can I do that ?
You may want to check out the Zend_WildFire proposal. It includes a FireBug log writer, and this would be perfect for that. -- Matthew Weier O'Phinney Software Architect | [EMAIL PROTECTED] Zend Framework | http://framework.zend.com/
