Back Forward reference JavaServer Page tag

JavaServer Pages tags

Use the reference tag to display the values of properties or activity parameters and to allow users to enter values for Single Value properties or single elements of aggregate properties.

The output of the reference tag normally reflects the control rule associated with the property. For example, if the property's control rule contains HTML code for a selection box, the property appears on a form (in read-write mode) as a selection box. In unusual situations, you can override the output format using the format attribute of the reference tag.

TipAfter you become familiar with the reference tag options, you can save typing by using the equivalent, but briefer, p:r tag. See JavaServer Page tags — p:r tag.

Definition active property
Related topics How to reference properties indirectly within tags
Standard rules Atlas — Standard control rules with parameters

Up JavaServer Page tags