posted 12 years ago
As per my understanding generally, for every page we create one controller will be there and that is mapped in app-servlet.xml file.
Suppose I have one page which is composed of three other pages, every time user will be given a main page, only page changes is a work page.
On click of a button from work page I have to goto its corresponding controller class,
And return to same set of pages.
Now the problem is, instead of going to WorkPage controller, control is going to the MainPage Controller....
Any suggestions?
Thanks