| |||||||
FRAMES NO FRAMES |
Renders an HTML <base>
element with an href
attribute pointing to the absolute location of the enclosing JSP page. This tag is valid only when nested inside an HTML <head>
element. This tag is useful because it allows you to use relative URL references that are based on the URL of the page itself, rather than the URL to which the most recent submit took place.
Tag Information | |
Tag Class | org.apache.struts.faces.taglib.BaseTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes | ||||
Name | Required | Request-time | Type | Description |
binding | false | false | java.lang.String | Value binding expression to bind this component to a backing bean property. |
id | false | false | java.lang.String | Component id of this component. |
rendered | false | false | java.lang.String | Boolean attribute indicating whether this component should be rendered or not. |
target | false | false | java.lang.String | Target frame for this base reference. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |