reply

reply(): String updating;

The default implementation of the reply method of the JadeHTMLClass class calls the generateHTMLString, which calls the updateValues method and then generates the HTML with the updated values from the transient instance. It includes the class name and the HTML document name as hidden fields in the string.

In addition, the session id of the currentSession system variable is also included as a hidden field. If the page was defined as secure, all URLs on this page are prefixed with https.

The transient instance is then deleted, and the application then goes back to waiting for input.