Hi Sandro,
Thanks for the link. It looks like you had provided the link to show additional options in the action drop down on the list page. This is not what am exactly looking for. I guess my question was not clear. I will try to explain it in much better way:
1) I have 2 models called Categories and Books. The book have a foreign key to Categories model, which means more than one book can be marked under a category.
2) The user is presented with a Category link on the admin dashboard
3) When the user clicks on to it he is taken to a page where all the Categories will be listed
4) The categories listed will be an hyperlinks
5) When the user clicks on to any one of the category then he is redirected to another listing page where all books under that category will be displayed. So if the cartegory is fiction then all the books which are assigned under fiction will be displayed.
So how can i link a category to book listing page. I know that there is a filter method that i can use in books listing page but i want to implement above said approach. How can it be done? I hope i have made myself clear.
Thanks and Regards,
Swaroop Shankar V