- <isHTML>{true | false}</isHTML>
This tag tells the IDRS wether or not the <head>and <body>tags should be printed. while this tag is optional it is recomended/
- <scriptClass>{name of class to ve used for embedded scripts}</scriptClass>
This tag tells the IDRS what scripting class to use for the embedded scripts in a particuler page.
Header (Between <HEAD></HEAD>Tags)
This tells the IDRS wether or not the <db>will be used for input or output. If the tag is ommited then the IDRS will assume that the <db>will be used for output.
Example: SELECT * FROM tblNames WHERE Name = ?; Or searchByName(?);
This tag encases an embeded script. This tag can only be used if a <scriptClass>tag is specified.
This tag prints the contents of the results of the tag. NOTE: <$= "this is a test" $>and <$ out.println*"this is a test"); $>preform the exact same function.
Returns the number of rows effected when the <db>that is specified was executed. This tag only works if the <db>'s <direction>tag specifies input.