| Use BrowserHistory for Favourites [message #987384] |
Mon, 26 November 2012 06:40  |
|
Hi,
would it be possible to use the BrowserHistory mechanism for favorites?
For example, we want to be able to open a certain view or object if the
user opens the url "http:/outserver/servletName?objectToOpen=ViewId1".
Now the user can use this as bookmark and always ends up in the
application where he wants to.
The problem using this mechanism is, that if he now opens a favorite
"http:/outserver/servletName?objectToOpen=ViewId2" then the complete
application restarts which results in a new user login etc.
The BrowserHistory does not use parameters but anchers that do not lead
to a reload of the application. Our demand is, that if the user then
opens the application with "http:/outserver/servletName#ViewId1", than
the login happens and after that the user gets View1 displayed. If he
than opens up "http:/outserver/servletName#ViewId2" the user just gets
displayed View2 without leaving the application.
Is this somehow possible, maybe with the BrowserHistory?
Regards,
Markus
|
|
|