Sets parameters for a Web DataWindow on a JSP page.
All DataWindow tag attributes are required unless noted in the Description column. The value of the rtexprvalue subelements is true for all attributes.
| Attributes of DataWindow tag | Java type | Description | 
|---|---|---|
| action | String | See the action argument for the SetAction DataWindow method in the DataWindow Reference. | 
| allowForm | boolean | See the bAllowForm argument for the PSDataWindowClass.SetWeight method. | 
| argument | String | See the argument argument for the RetrieveEx DataWindow method in the DataWindow Reference. | 
| clientEvents | boolean | See the bClientEvents argument for the PSDataWindowClass.SetWeight method. | 
| clientFormatting | boolean | See the bClientFormatting argument for the PSDataWindowClass.SetWeight method. | 
| clientScriptable | boolean | See the bclientScriptable argument for the PSDataWindowClass.SetWeight method. | 
| clientValidation | boolean | See the bClientValidation argument for the PSDataWindowClass.SetWeight method. | 
| context | String | See the context argument for the SetAction DataWindow method in the DataWindow Reference. | 
| database | String | See the database constructor for PSConnectionParmsClass. | 
| dbms | String | See the dbms constructor for PSConnectionParmsClass. | 
| dbparm | String | See the dbparm constructor for PSConnectionParmsClass. | 
| dwHTMLObjectName | String | See the objectname argument for the SetHTMLObjectName DataWindow method in the DataWindow Reference. | 
| dwName | String | See the dwName property for PSDataWindowSourceClass. | 
| fourGLWeb | boolean | You must set this to true in a 4GL page. | 
| id | String | Optional identifier. | 
| jaglogid | String | (Optional) See the userId constructor for PSJaguarConnection. | 
| jaglogpass | String | (Optional) See the password constructor for PSJaguarConnection. | 
| jagservername | String | See the serverName constructor for PSJaguarConnection. | 
| libName | String | See the sourceFileName property for PSDataWindowSourceClass. | 
| lock | String | See the lock constructor for PSConnectionParmsClass. | 
| logid | String | See the user constructor for PSConnectionParmsClass. | 
| logpass | String | See the password constructor for PSConnectionParmsClass. | 
| pageSize | String | (Optional) See the pagesize argument for the SetPageSize DataWindow method in the DataWindow Reference. | 
| selfLink | String | The URL for the current page. | 
| selfLinkArg | String | Page parameters to be passed to the server. The syntax is: 
argname='exp'{ | argname = 'exp' } ...
where argname is a page parameter and exp is a DataWindow expression whose value is a string. See HTMLGen.property in the DataWindow Reference for more information. | 
| servername | String | See the serverName constructor for PSConnectionParmsClass. |