A close relative of the org.apache.tapestry.corelib.components.If component that inverts the meaning of its test. This is easier than an If component with the negate parameter set to true.
| Name | Type | Flags | Default | Default Prefix | Description |
|---|---|---|---|---|---|
| else | org.apache.tapestry.Block | prop | An alternate org.apache.tapestry.Block to render if the test parameter is false. The default, null, means render nothing in that situation. | ||
| test | boolean | Required | prop | If true, then the body of the If component is rendered. If false, the body is omitted. |