Tabbed Notebook Overview
JSP Controls Tag Library never meant to provide complete ready-to-use components, its main task is managing the lifecycle of custom JSP components. Still, the Library provides set of tags and JSP templates to simplify building of JSP components.
Building dual-mode (Ajax and non-Ajax) tabbed notebook is easy with special tags provided by the Library.
Tag Information
| Version | 0.6 |
| Short Name | jc |
| URI | http://jspcontrols.net/tags/core |
Tags In Brief
| Tag Summary | |
|---|---|
| tabcontrol | Defines one tabbed notebook. The body of this tag contains
one or more tabpage tags that define notebook
pages. |
| tabpage | The body of this tag holds the content of one notebook page. JSP expressions and custom tags are allowed inside the body of this tag. |
