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 2019/05/17 04:25:03 UTC

[GitHub] [wicket] solomax commented on a change in pull request #364: Improve OnChangeAjaxBehavior demo

solomax commented on a change in pull request #364: Improve OnChangeAjaxBehavior demo
URL: https://github.com/apache/wicket/pull/364#discussion_r284974403
 
 

 ##########
 File path: wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/OnChangeAjaxBehaviorPage.java
 ##########
 @@ -32,6 +33,8 @@
 public class OnChangeAjaxBehaviorPage extends BasePage
 {
 
+	private final IModel<String> inputModel = Model.of("");
 
 Review comment:
   I believe this model should be explicitly `detach`ed after such refactoring 

----------------------------------------------------------------
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


With regards,
Apache Git Services