Hi,
I never worked with Tapestry but I found in the documentation that they have something called Callback, which you can use to go back to the page that requested the current page. This would make the pages very re-usable in many situations.
Is something like this possible in Spring?
(In the example of Tapesty: you to page that is secure, you get redirected to the login, after that the login automatically redirects to the page you where trying to access)


Reply With Quote