wl-extension
Tag form-separator
Renders a text string and a horizontal rule. Use this
tag to visually separate a section of a form. This tag is valid only when nested in <wl-extension:form>.
Examples
<wl-extension:form-separator labelid="core.server.serverlogginghttp.rotation.separator"
bundle="core"/>
| Tag Information |
| Tag Class |
com.bea.console.taglib.form.FormSeparatorTag |
| TagExtraInfo Class | None |
| Body Content | JSP |
| Display Name | None |
| Attributes |
| Name | Required | Request-time | Type | Description |
| labelid | true | true | java.lang.String |
The key for a property in a message bundle that defines the localized
text to display. The bundle attribute determines in which bundle the
JSP tag searches for this property.
|
| bundle | false | true | java.lang.String |
Overrides the locale that the Struts session object specifies.
The locale value is used to determine which properties file in the message bundle
contains the key value. For example: mybundle_locale.properties.
|
| Variables |
No Variables Defined. |
Output Generated by
Tag Library Documentation Generator.
Oracle Fusion Middleware Oracle Weblogic Server 10.3.1 JSP Tags Reference
11g Release 1 (10.3.1)
Part Number E13953-01