The
client-side script allows
you to perform some interactive functions such as input checking before
the page is submitted.
Attributes |
Name | Required | Request-time | Type | Description |
binding | false | false | java.lang.String |
A ValueExpression that resolves to the UIComponent that corresponds
to this tag. This attribute allows the Java bean that contains the UIComponent
to manipulate the UIComponent, its properties, and its children.
|
type | false | false | java.lang.String | Indicates the MIME type of the script. Default is "text/javascript"
|
url | false | false | java.lang.String | Defines the absolute or relative URL to a file that contains the
script. Use this attribute to refer to a file instead of inserting the
script into your HTML document
|
rendered | false | false | java.lang.String | Use the rendered attribute to indicate whether the HTML code for the
component should be included in the rendered HTML page. If set to false,
the rendered HTML page does not include the HTML for the component. If
the component is not rendered, it is also not processed on any subsequent
form submission.
|
charset | false | false | java.lang.String | Defines the character (charset) encoding of the target URL.
See iana.org for a complete list of character encodings.
|
id | false | true | java.lang.String | No Description |