i need solution for setting links in html.
I want write somthing like <a href="page1"> and map in configuration:
page1->/some_file.html
Mapping to controller and in html will be in one place.
i need solution for setting links in html.
I want write somthing like <a href="page1"> and map in configuration:
page1->/some_file.html
Mapping to controller and in html will be in one place.
Spring MVC doesn't support this out of the box. However, Spring Web Flow sort of does this, as an entire flow is behind one URL. But it's not exactly what you're looking for.
Seth