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 wrote: > Dear all > > I want to use ajax functionality but getting 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 > 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 > >> Dear all >>

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 > 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 g

[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. * * * 'item_list', 'url' => 'hello/show', )) *?> * Item: * * * * --