org.apache.tapestry5.corelib.components.Hidden

Used to record a page property as a value into the form. The value is when rendered, then decoded when the form is submitted, and the value parameter updated.

[JavaDoc]

Available since

5.1.0.2

Component Parameters

NameTypeFlagsDefaultDefault PrefixSinceDescription
encoderValueEncoderRequired, NOT Allow NullpropValue encoder for the value, usually determined automatically from the type of the property bound to the value parameter.
valueObjectRequired, NOT Allow NullpropThe value to read (when rendering) or update (when the form is submitted).

Back to index