Hi
How can i redirect to different url(user input) eg: yahoo.com,hotmail.com from my controller i am using Spring 3.0 and using config and not annotations.
i came accross Interceptors is that the way i need to go in?
Thanks
gauls
Printable View
Hi
How can i redirect to different url(user input) eg: yahoo.com,hotmail.com from my controller i am using Spring 3.0 and using config and not annotations.
i came accross Interceptors is that the way i need to go in?
Thanks
gauls
Is returning "redirect:http://yahoo.com" from Controller does what you looking for? (http://static.springsource.org/sprin...edirect-prefix)