Insert

Inserts dynamic text into the HTML response. Invalid characters (such as < and >) are converted into HTML entities ('&lt;' and '&gt;'). Use an InsertText component to handle multi-line text.

Parameters

value

The value to be inserted, which may be a String or an arbitrary object (that is converted to a String;).

format

A format (java.text.Format) object used to format the String or object.