网页上有多个选项卡
如何向 jsp 页面添加多个选项卡?我使用的是struts,有没有可以使用的jsp标签库?
谢谢,
How can I add multiple tabs to a jsp page ? I'm using struts, are there any jsp tag librarys I can use ?
Thanks,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
在这里您可以找到专门介绍 Struts 选项卡式布局的页面。
对于 Struts2,您可以查看 RoseIndia 的 TabbedLayout 教程。
Here you can find a page dedicated to Struts Tabbed Layout.
For Struts2 you can check RoseIndia's tutorial on TabbedLayout.
Struts2 有一个 TabbedPanel 标签
http: //struts.apache.org/2.0.11/struts2-core/apidocs/org/apache/struts2/components/TabbedPanel.html
这是一个如何使用它的示例:
Struts2 has a TabbedPanel tag
http://struts.apache.org/2.0.11/struts2-core/apidocs/org/apache/struts2/components/TabbedPanel.html
here is an example how to use it:
我不知道您想要对选项卡执行什么操作,就我而言,我只想在不同选项卡中显示信息,我不需要在每个选项卡更改中触发操作。
出于我的目的,我使用 jquery:
http://docs.jquery.com/UI/Tabs#overview
I don´t know what you want to do exactly with the tabs, In my case I only want to show information in different tabs, I don´t need an action is trigger in every tab change.
For my purpose, I use jquery:
http://docs.jquery.com/UI/Tabs#overview