Re: [symfony-users] ajax in symfony [error:javascript.php not found]

2011-04-07 Thread Gareth McCumskey
You should use Javascript yourself in the good old fashioned way, including all your own js files. You can use Javascript libraries as well like Jquery which makes things a lot simpler. On Wed, Apr 6, 2011 at 1:16 PM, Jehan jeeha...@gmail.com wrote: Dear all I want to use ajax functionality

[symfony-users] ajax in symfony [error:javascript.php not found]

2011-04-06 Thread Jehan
Dear all I want to use ajax functionality but getting error that JavascriptHelper.php not found. Following is template code and error. please write me getting following error. * ?php* use_helper('Javascript') *? * div id=*item_list*/div * ?php* *echo *form_remote_tag(*array*( 'update' =

Re: [symfony-users] ajax in symfony [error:javascript.php not found]

2011-04-06 Thread Yohan GIARELLI
Which version of symfony do you use ? This javascripts helpers are old symfony stuf, from 1.0, they are not in 1.4 2011/4/6 Jehan jeeha...@gmail.com Dear all I want to use ajax functionality but getting error that JavascriptHelper.php not found. Following is template code and error.

Re: [symfony-users] ajax in symfony [error:javascript.php not found]

2011-04-06 Thread Yohan GIARELLI
After checking the repo, the javascripts ajax helpers was removed in 1.2 (because of their prototype dependencies) 2011/4/6 Yohan GIARELLI yo...@giarelli.org Which version of symfony do you use ? This javascripts helpers are old symfony stuf, from 1.0, they are not in 1.4 2011/4/6 Jehan