tibassowlbads
New Member
I am using the MVC design pattern as given here I just wanted to know how can I use one central controller for multiple models and viewsEg: I have two pages having model1 and view1 the second having model2 and view2My prime requirement is when the model1 gets data after AJAX request and routes it to the controller. My web page changes to page2 and this controller asks the view2 to display the data.