Answer the question
In order to leave comments, you need to log in
Vaadin - "new Link()" - single page loading?
It seems the problem is trivial, but what I don't try. Something doesn't work.
<vaadin.version>6.8.2</vaadin.version>
Page.getCurrent().addUriFragmentChangedListener(new Page.UriFragmentChangedListener() {
@Override
public void uriFragmentChanged(Page.UriFragmentChangedEvent e) {
System.out.println("fragment changed: " + e.getUriFragment());
}
});
new Link("click me!", new ExternalResource("#asdf"))
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question