You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wicket.apache.org by GitBox <gi...@apache.org> on 2021/05/20 12:46:13 UTC

[GitHub] [wicket] reiern70 commented on a change in pull request #469: create demo page showing how to use push in order to update a componeā€¦

reiern70 commented on a change in pull request #469:
URL: https://github.com/apache/wicket/pull/469#discussion_r636068374



##########
File path: wicket-examples/src/main/java/org/apache/wicket/examples/websocket/JSR356Application.java
##########
@@ -50,6 +50,7 @@ public void init()
 		setRootRequestMapper(new HttpsMapper(getRootRequestMapper(), new HttpsConfig(8080, 8443)));
 
 		mountPage("/behavior", WebSocketBehaviorDemoPage.class);
+		mountPage("/progress", WebSocketPushUpdateProgressDemoPage.class);

Review comment:
       This is a page where server pushes changes to update a progress "bar".  How to call it?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org