【发布时间】:2010-11-09 15:02:26
【问题描述】:
* test 1.1
* test 1.2
o test 2.1
o test 2.2
o test 2.3
+ test 3.1
o test 2.4
* test 1.3
我需要知道如何根据树模型链接在我的页面上制作 CategoriesPanel?
【问题讨论】:
标签: java panel wicket categories
* test 1.1
* test 1.2
o test 2.1
o test 2.2
o test 2.3
+ test 3.1
o test 2.4
* test 1.3
我需要知道如何根据树模型链接在我的页面上制作 CategoriesPanel?
【问题讨论】:
标签: java panel wicket categories
你可能想看看the wicket-tree project。
这里有一些live examples。
【讨论】: