Questions tagged [vaadin-refresher]
2 questions
2
votes
1 answer
How to use refresher addon in vaadin?
I'm trying to use the refresher addon in vaadin. But the refresh method is never executed. What am I missing?
@VaadinUI
@PreserveOnRefresh
public class RootUI extends UI {
@Override
protected void init(VaadinRequest request) {
…

membersound
- 81,582
- 193
- 585
- 1,120
0
votes
1 answer
Vaadin refresher extension doesn't work
I am trying to make a simple usage of refresher plug-in as below but it doesn't seem to work. I am tried to run this example in Chrome and in firefox. I am exporting the project as WAR and deploying it in tomcat webapps folder.
package…

g0c00l.g33k
- 2,458
- 2
- 31
- 41