Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
why does the URI fragment changes automatically ?
Hi,
I applogize in advance, i'm a newbie
i'm trying to get the URI fragment was used to navigate into a page per the instructions below:
https://vaadin.com/docs/-/part/framework/advanced/advanced-urifu.html
my issue is that for a reason i don't understand the fragment is being changed
instead of seeing the fragment url which was used to navigate to the page i see (in the browser) the portlet name
when i press back, only then do i see the fragment which was used to navigate to the page and the listner in the code gets the correct fragment.
any idea's on why is the fragment URI is changing ?
Thanks
Uri
Hi,
No need to appologize. We were all newbies at some point :)
Are you able to attach a project, screenshot, or something to exemplify the problem you are having?
Hi Alejandro,
Thanks for replaying.
this is the scenario:
1. i open a new tab (chrome)
2. i paste the address:
http://<portal name>/web/guest/<portlet freindly url>#hello
3. the page navigates to:
http://<portal name>/web/guest/<portlet friendly url>#p_vipwhatsnew_WAR_vipdesignportalportlet
4. i press back in the browser
and the page navigates to
http://<portal name>/web/guest/<portlet friendly url>#hello
Regards,
Uri