Spring MVC 相当于 Struts2 optiontransferselect
Struts2 提供了一个名为“optiontransferselect”的精彩 UI 组件,用于从一个列表框选择/移动选项到另一个列表框。
请点击这里查看该组件: http://www.roseindia.net/struts/struts2/struts2uitags/optiontransferselect -tag.shtml
我们有一个 Spring-MVC 等效项吗?
Struts2 provides a wonderful UI component called "optiontransferselect" which is used to select/move options from one listBox to another.
Pls click here to check out this component:
http://www.roseindia.net/struts/struts2/struts2uitags/optiontransferselect-tag.shtml
Do we have a Spring-MVC equivalent for this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不。Spring 不包含任何自定义组件。它唯一的标签将数据绑定添加到现有的 JSTL 标签。您可以使用 Struts 与 Spring MVC 不过。
No. Spring doesn't contain any custom components. The only tags it has adds data binding to the existing JSTL tags. You can use Struts with Spring MVC though.