ListEdit Component Index PageLink

Option
org.apache.tapestry.form.option
Option
 
Description
A component that renders an HTML <option> form element. The Option component must be wrapped by a Select component. For a fully worked example showing the Option component, please refer to the Select documentation.
See Also
Form, PropertySelection, Select
Parameters
Name Type Direction Required Default Description
selected boolean in-out yes   Used to indicate whether the given option is selected.
label String in no   A string which represents the option that may be selected. This is optional; any text that follows the <option> tag is considered the label, but this saves the designer from including one more Insert component.

Body: allowed
Informal parameters: allowed
Reserved parameters: "value"
Examples

Please see the documentation for the Select component.


ListEdit Component Index PageLink