Shining77
2 Jan 2011, 4:26 AM
I am using the Spring Framework with different controllers in the backend together with ExtJS as frontend for a project.
In the main page I am using a Spring controller with a JSP as view where I am building a viewport with a west-section as the main menu with a treepanel and on the right side of it a center-section for the content.
Now my task is to implement the main menu in a way that a click on the menu item will load the view of a defined other Spring Controller into the west-section.
But how can I do this? Is there a good example of such a case or a tutorial somewhere?
Thanks!
In the main page I am using a Spring controller with a JSP as view where I am building a viewport with a west-section as the main menu with a treepanel and on the right side of it a center-section for the content.
Now my task is to implement the main menu in a way that a click on the menu item will load the view of a defined other Spring Controller into the west-section.
But how can I do this? Is there a good example of such a case or a tutorial somewhere?
Thanks!