I tried deploying the application on tomcat. I was successful and I could get the index.jsp displayed. However when I click the "View list of Contacts" link the getContacts method of the ContactsListController is not called. Why is the this.model.fetch() not invoking the controller? Am I missing something?