I have a GWT Places/Activities web application. I use Anchor‘s click event to move user in a new “place”, so there’s no way user can open any “link” in a new window or tab. The question is – how do I make all these links real?
I have a GWT Places/Activities web application. I use Anchor ‘s click event to
Share
Maybe instead of using
Anchorand listening to theClickEventuseHyperlinkwith thetargetHistoryTokenset to the Place name.e.g.
<g:Hyperlink text="Home" targetHistoryToken="home" />