Chapter 14. Scripting Variables

Table of Contents

14.1. tableName known at compile time
14.2. tableName determined at runtime

Various DbForms tags such as <dbform> and <body>, make internal information available to the embedded JSP code via scripting variables.

This mechanism used for passing these values over is called Tag Extra Info and is part of the Java Server Pages specification (refer to spec version 1.1, chapter 5.5)

Please note:

The list of scripting values is still growing and some names may be changed in the near future.