NetUI Tag Library Documentation (Version 1.0.2)

netui
netui:base Tag

Provides the base for every URL on the page.

Syntax

<netui:base
    [target="string_windowTarget"] >
    ... JSP content ...
</netui:base>

Description

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.

Example

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 Classorg.apache.beehive.netui.tags.html.Base
TagExtraInfo ClassNone
Body Contentscriptless
Display NameNone