netui
netui:base Tag
Provides the base for every URL on the page.
<netui:base
[target="string_windowTarget"] >
... JSP content ...
</netui:base>
Provides the base for every URL on the page.
Attributes |
target |
Required: No | Type:
String |
Supports runtime evaluation / JSP Expression Language: Yes |
The default window target. |
In this sample, the Base tag is simply dropped in and then automatically determines
the base for each URL on this page.
<head>
<netui:base />
</head>
Tag Information |
Tag Class | org.apache.beehive.netui.tags.html.Base |
TagExtraInfo Class | None |
Body Content | scriptless |
Display Name | None |