[
https://issues.apache.org/jira/browse/WICKET-3811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13053960#comment-13053960
]
Juergen Donnerstag commented on WICKET-3811:
--------------------------------------------
In current trunk (based on RC5) no TreeFragment is created in the quickstart
you provided. Though I think you are right about the warning.
> Using tree table leads to warnings in log
> -----------------------------------------
>
> Key: WICKET-3811
> URL: https://issues.apache.org/jira/browse/WICKET-3811
> Project: Wicket
> Issue Type: Wish
> Components: wicket-extensions
> Affects Versions: 1.5-RC4
> Environment: Win 7, FF
> Reporter: Mishelle Bonq
> Assignee: Juergen Donnerstag
> Priority: Minor
> Fix For: 1.5-RC6
>
> Attachments: project-3.rar
>
>
> During using tree table warnings in log appears:
> WARN - aultMarkupSourcingStrategy - 1.4 to 1.5 migration issue: the childs
> wicket-id contains decimals only. By convention that +is only the case for
> children (Items) of Loop, ListView, Tree etc.. To avoid the warning, the
> childs container should implement:
> @Override public IMarkupFragment getMarkup(Component child) {
> // The childs markup is always equal to the parents markup.
> return getMarkup(); }
> Child: [TreeFragment [Component id = 0]]
> Container: [MiddleColumnsView [Component id = middleColumns]]
> See quickstart project, based on wicket examples code.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira