Cakephp JsonView Cakephp JsonView ajax ajax

Cakephp JsonView


Are you making the request with the application/json header?

Try making a request to /controller/method.json This should force the view. If that works then your headers are probably not being set right.


Have you created the view file inside /views/controller_name/json/action.ctp?