hiddenField

Description: A hidden form input element connected with a stage parameter.

JavaDoc: Click here

Remarks: The id will map to an existent stage parameter if it exists.
This will cause it's value to be initialized and submitted to this parameter.

Body content: Empty. All enclosed content will be ignored.

Attributes:

Name Description Data type Required Default value
id The id for the generated HTML input. String Yes -
value Force a specific value, no parameter binding. String No Bind to the parameter value

Examples:

<dif:document>
   <dif:form>
       <dif:hiddenField id="generatedseed" />
       <dif:textField id="user" label="Username" />
       <dif:textField id="pass" label="Password" confidential="true" />
   </dif:form/>
   ...
</dif:document>

See also:

Back to tag reference