Implementing a way to set a link permanently for all our navigation
Hello there
I am new both in this forum and in spring framework (I tried to make a presentation thread but didnt found where, guess you are not used to do such things here
), I did some research for this topic, but I didnt really knew how to even start searching for it, I also tried my best to guess where should this topic go, please excuse me if this is the wrong place.
Well, with no further introduction, here's the main question:
I need to implement, (if there exist any way of doing it, which I believe it can be) a way in which, in a given application, when someone clicks, for example, an option in the menu, the navigation doesnt change the url.
I'll try to explain myself better:
Say we are in the index, so the URL showing above is: "myProject/index.jsp"
so, I go and click any option in the menu, for example: "users", so when the application is resolving the action and going to the ordered place, instead of showing "myProject/users.jsp" it stays static, something like a permalink or the like, so it will go to the given place, but stays as "myProject/index.jsp"
Any ideas? is it even possible to achieve with spring? :O
I know I could at least try something with .NET, which I am more used to, like masking the actual URL with some fake one, always the same, but in spring I feel like a castaway in a 2x2 island with a single palm tree hehe, so any help you could provide would be greatly appreciated!
Thanks in advance for your interesting replies!
Kind regards.
GLory days have left behind..