Handling Web Forms in Your JADE Code

If your JADE application is HTML-enabled and it is invoked as a Web application, the display of your Web page is determined by the methods of the Form class listed in the following table.

Method Action
show Executes the load method, generates the HTML, and returns the HTML to the Web server.
showModal Not supported, and generates an error at run time or actions the show method. (For details, see "Enabling Your JADE Application for HTML Thin Client Access", later in this chapter.)
unloadForm Removes the form from the Web session list of open forms.

In addition, you can use the Form class: