How can I set a request attribute and then redirect that to another app in a Spring Controller.
Thanks!
How can I set a request attribute and then redirect that to another app in a Spring Controller.
Thanks!
Please look at this answer, I think this is what are you looking for
How to pass model attributes from one Spring MVC controller to another controller?