| Author |
Understanding redirect
|
Ashwin Sridhar
Ranch Hand
Joined: Jul 09, 2011
Posts: 272
|
|
Hi all,
What actually happens in the back-end when I return a String "redirect:hello.html".
How does this gets redirected to the path /hello.html
Regards,
Ashwin
|
Ashwin Sridhar
SCJP | SCWCD | OCA
|
 |
Bill Gorder
Bartender
Joined: Mar 07, 2010
Posts: 1282
|
|
Please have a look at the following section of the Spring doc, it discusses first the redirect view and then the redirect: prefix and the reasoning behind introducing it. I think that should answer your question.
http://static.springsource.org/spring/docs/3.1.x/spring-framework-reference/html/mvc.html#mvc-redirecting
|
[How To Ask Questions][Read before you PM me]
|
 |
Ashwin Sridhar
Ranch Hand
Joined: Jul 09, 2011
Posts: 272
|
|
|
Thank you. That was useful.
|
 |
 |
|
|
subject: Understanding redirect
|
|
|