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 as the control name. The "bundle" attribute in the <wl-extension:form> tag determines in which bundle the
JSP tag searches for this property.
|
name | false | true | java.lang.String |
The name of the Struts form bean that contains properties
for this tag. Use the "property" attribute to specify which property this tag
renders. This value is also used for the HTML name of this input tag.
|
property | false | true | java.lang.String |
The property of the form bean that this tag renders. Use the
"name" attribute to specify the form bean that contains the property.
|
inlineHelpId | false | false | java.lang.String |
The key for a property in a message bundle that defines the localized text
to display as a description of this control. The "bundle" attribute in the <wl-extension:form> tag determines in which bundle the
JSP tag searches for this property.
|
readOnly | false | true | boolean |
Specifies whether to display this control as read only regardless
of whether the user has started an edit session or is authorized to change the value.
|
restartNeeded | false | false | boolean |
Specifies whether a change to this attribute is dynamic or non-dynamic. If set
to true, an icon indicating a restart will be needed is rendered.
|
depends | false | false | java.lang.String |
Specifies the name of an HTML control on the page that this control is
dependant on to become enabled on the page.
|
required | false | false | boolean |
Specifies whether this control must be supplied a value.
|
singlechange | false | false | boolean |
Specifies whether a user must start a WebLogic Server edit session before
being able to edit the value that this control contains. Specify "true" only if
this control modifies an attribute in a WebLogic Server MBean. The default value is
"true."
|