I have read the difference between forward and redirect.
http://grails.asia/grails-redirect-vs-forward
Sorry for the naive question but it seemed to me that since redirect goes back to browser and browser issues the new request, forward seems more efficient. So i was wondering why use redirect at all when the same purpose is achieve by using forward which is more efficient? Are there situations when the right thing to use is redirect instead of forward. Thanks for help!