I have a lot of these entries in my log 2011-05-06 07:58:59,692 WARN ["http-bio-8080"-exec-150] (TagAttributes.java:71) - WARNING: Please use component.setMarkupId(String) to change the tag's 'id' attribute.
even on the quickstart attached here https://issues.apache.org/jira/browse/WICKET-3667 what does it mean.. And the quickstart Has this code, java: Label counterLabel = new Label("counter", counterModel); counterLabel.setOutputMarkupId(true); counterLabel .add(new AjaxSelfUpdatingTimerBehavior(Duration.seconds(2))); add(new Label("version", getApplication().getFrameworkSettings() .getVersion())); add(counterLabel); html <span wicket:id="counter">1.5-SNAPSHOT</span>. </p> <p> Please mention the correct Wicket version: <wicket:container wicket:id="version">1.5-SNAPSHOT</wicket:container>.