| Author |
Cancel button on multiactioncontroller
|
sudheshna Iyer
Ranch Hand
Joined: Aug 20, 2004
Posts: 66
|
|
I have a cancel button on the multiactioncontroller cancel. On the selection of this cancel, I want to forward the flow to one of the previous pages. How can I accomplish this? I want to forward to jsp which is handled by a different controller. I am looking for functionality something similar to: this.getServletContext().getRequestDispatcher("/aaa.jsp").forward(request, response);
|
 |
 |
|
|
subject: Cancel button on multiactioncontroller
|
|
|