We know about this.
It will be fixed soon.

On Fri, May 6, 2011 at 9:40 AM, nino martinez wael
<nino.martinez.w...@gmail.com> wrote:
> 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>.
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com
  • 1.5 snapshot nino martinez wael
    • Re: 1.5 snapshot Martin Grigorov

Reply via email to