Struts 2 中是否有用于生成数据网格的标签?
我需要使用 Struts 2 生成数据网格,我发现 Struts-Layout 可以做到这一点,但它不支持 Struts 2。任何人都可以建议我一种使用 Struts 2 生成数据网格的方法吗?
I need to generate a datagrid using a Struts 2, i have found out Struts-Layout can do that, but its not supporting Struts 2. Can any one suggest me a way to generate a datagrid using Struts 2?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有两种现成的解决方案可用。
第一个是 Display Tag,另一个是 [Struts2 jQuery Plugin with the Grid Tag][2]。
http://displaytag.sourceforge.net/1.2/
http://code.google.com/p/struts2-jquery/
There are two out of the box solution available.
The first is Display Tag and the other is [Struts2 jQuery Plugin with the Grid Tag][2].
http://displaytag.sourceforge.net/1.2/
http://code.google.com/p/struts2-jquery/