Setting JSF Component Properties

See Also

Properties typically determine how a component looks and behaves; for example, a button has a text property that specifies the label on the button. Properties can be set in the Properties window, in the Java source code, or in the JSP source code.

To set component properties visually:

  1. In the Design view of the or the select the component.
  2. In the Properties window, set the properties.

To set component properties in the JSP source code:

  1. In the select the JSP button at the top of the page.
  2. In the JSP Editor, edit the code that corresponds to your component.

To set component properties in the Java source code:

  1. In the select the Java button at the top of the page.
  2. In the Java Editor, edit the code that corresponds to your component.
See Also
About Components
Common Component Properties
About Property Methods
Using Cascading Style Sheets
Component Tasks: Quick Reference
Properties Window
Binding Component Properties

Legal Notices