org.apache.tapestry.corelib.components.TextOutput

Outputs paragraph oriented text, typically collected via a org.apache.tapestry.corelib.components.TextArea component. The TextArea is split into lines, and each line it output inside its own p element.

[JavaDoc]

Component Parameters

NameTypeFlagsDefaultDefault PrefixDescription
valueStringRequiredprop

Related Components


Back to index