开发者

Dynamic DisplayTag Component for Apache Wicket?

开发者 https://www.devze.com 2023-03-20 11:49 出处:网络
I need a dynamic DisplayTag component for Wicket. What I want to do is, I will just bind this DisplayTag component to a dynamic data-source which contains changeable data-set, and the component will a

I need a dynamic DisplayTag component for Wicket. What I want to do is, I will just bind this DisplayTag component to a dynamic data-source which contains changeable data-set, and the component will automatically create a table including dynamic columns and rows in the data-set.

I can do this in Struts framework by using DisplayTag compone开发者_Go百科nt. Is there any simple way to do the same with Wicket? Thanks


Sounds like DataTable will do exactly what you need. See this example -

https://cwiki.apache.org/WICKET/simple-sortable-datatable-example.html

0

精彩评论

暂无评论...
验证码 换一张
取 消