outProperty

outProperty has the same syntax of out, but prints the value of any action attribute using the associated Converter for the current locale.

Tag Information
Tag Class org.loom.tags.core.OutPropertyTag
Body Content scriptless
Dynamic Attributes true
Example
<l:outProperty name="mortgage.date"/>

Attributes

Name Description Flags
name the property name
requiredrtexprvalue
escapeHtml true to escape HTML codes, default false for OutTag, and true for OutPropertyTag
rtexprvalue
if False to skip tag execution (default true).
rtexprvalue
scope If var is not null, this is the scope where the value will be stored. Possible values are page (default), request, session and application.
rtexprvalue
translate true to translate the value before output, default true
rtexprvalue
var if not null, the value will be stored as an attribute instead of rendered in the page
rtexprvalue