 |
Control API for Content (content)
Creates a scripting variable which provides the rendering context for
the following tags. It is a plain HTML tag.
- id
Identification name of the content.
|
attribute
|
req. |
values |
default |
case sens. |
JSP taglib |
classlib |
| id |
yes |
String |
none |
yes |
id="myContent" |
|
Example
<hbj:content id="myContent">
...
</hbj:content>
|
|