这是一个可用来开发多页选项板(Tabbed Pane)的简单标签。以下是一个Demo:
<tab:tabContainer id="foo-bar-container">

<tab:tabPane id="foo" tabTitle="Foo!">
Foo is cool!
</tab:tabPane>

<tab:tabPane id="bar" tabTitle="Bar!">
<c:out value="Bar is cooler!" />
</tab:tabPane>

</tab:tabContainer>