| Author |
Re-directing to the correct page - Grails
|
Harjit Singh
Ranch Hand
Joined: Feb 01, 2007
Posts: 77
|
|
Hi there,
I have a gsp page which is associated with a controller class. The controller handles the login. When the login happens I re-direct it to a different view. When I hit the back button the login page appears again. How should I handle this
|
 |
Gregg Bolinger
Sheriff
Joined: Jul 11, 2001
Posts: 15040
|
|
One way is have your action that is initially rendering your login page check to see if the user is already logged in, and if so, redirect appropriately.
On a side note params['login'] can be written as params.login. A bit less typing involved. ;)
|
My Blog | DZone Articles
|
 |
 |
|
|
subject: Re-directing to the correct page - Grails
|
|
|