I need to implement AJAX and its working fine. However, I am having problem in applying ajax to each instance of a model. It's just being applied on the top Object and applying ajax call on the same page. For remaining objects, when I click on the link its directing me to new page and showing me JSON objects which I dont want.I need to implement AJAX and its working fine.