Used to output raw markup to the client. Unlike, say, an expansion, the output from OutputRaw is unfiltered, with any special characters or entities left exactly as is. This is used in situations where the markup is provided externally, rather than constructed within Tapestry.
| Name | Type | Flags | Default | Default Prefix | Description |
|---|---|---|---|---|---|
| value | String | Required, NOT Allow Null | prop | The value to to render. If unbound, and a property of the container matches the component's id, then that property will be the source of the value. |