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
Priority: Minor
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