ExternalLink Component Index Foreach

FieldLabel
org.apache.tapestry.valid.FieldLabel
Field Label 
 
Description
A component, used with a ValidField that provides the label for the field.

A delegate object may be specified that will change the visual formatting of the label to reflect the state of the field, for instance, to make the label red when the field itself is in error.

This component may NOT wrap around other components or static HTML.

See Also
Form, ValidField
Parameters
Name Type Direction Required Default Description
field IFormComponent in yes   The component to be labeled.
displayName String in no   Allows the display name to be overriden from the value supplied by the IFormComponent. Most implementations of IFormComponent provide a null displayName, and it is necessary to set one using this parameter.
raw boolean in no false If false (the default), then HTML characters in the value are escaped. If true, then value is emitted exactly as is.

Body: removed
Informal parameters: forbidden
Reserved parameters: none

Examples

Please see the documentation for the ValidField component.


ExternalLink Component Index Foreach