2
Faced with the situation: I am on the registration screen of cars, where I can select the brand and type the model. In case I need to register a model that does not have the brand previously registered, I have a link that leads to the trademark registration page. The correct would be at the end of the brand registration, return to the car registration screen, and not be displayed the default screen of brand list.
How to implement this in Spring?
What have you tried?
– elias
How is your code currently controller? Is there any restriction on the use of additional parameters in query string? (the most common solution is to redirect to the
Referer
, but this is not reliable)– mgibsonbr
post the code, please
– Leo