| Tag Summary |
| actionButton | Creates a dynamic data source Operation button. |
| actionLink | Creates a dynamic data source Operation link. |
| booleanOptionList | Creates options, and selects current value. |
| setQBFField | Sets a QBF field value on the specified data source. |
| cacheContent | Caches the tags body content for re-user. |
| checkbox | Creates a dynamic data source input text field. |
| choose | Prints the body content of the tag if the test expression is true. |
| clientScope | Prints a serialized object to a hidden form element. The object will be automatically recreated on the submitted request scope under the same name. |
| controllerServlet | Prints URL encoded controller servlet name. |
| cookieDisplay | Prints "block" if the cookie is null, otherwise prints the cookies value. |
| userSetting | Prints the value of the user setting, or the alternative specified with the empty and nonempty attributes. |
| crumbTrail | Prints a crumb trail leading to this page, and adds this page to the crumb trail stack. |
| dataFieldUID | Prints the the dot delimited unique field identifier in the form: dsn.RowId.fieldname. |
| dataFieldValue | Prints the value of the specified field as read only text. |
| datasource | Creates a data source instance in the user model object. |
| dsNavAnchor | Creates a dynamic data source navigation action ( First, Next, Last etc.) |
| menuOptionList | Prints a list of options from a Map or Collection. |
| dsOptionList | Prints a list of options from a data source. |
| hqlOptionList | Prints a list of options from an HQL query. |
| editable | Removes the tags that define updatable template regions, leaving the contents verbatim. |
| else | Prints the body content of the tag if the parent if expression is false. |
| escape | Escapes the HTML entities in the body content of the tag. |
| exception | Prints the exception message,etc. if there is an exception. |
| fieldCaption | Prints the specified field's caption. This tag can be used in place of static text for two reasons. Firstly, the caption can be highlighted in the case of an error, and secondly to read the caption directly from the metadata. |
| if | Prints the body content of the tag if the test expression is true. |
| ifThenElse | Prints the body content of the tag if the test expression is true. |
| listmenu | Creates a dynamic data source input list/menu field. |
| listOptionList | Prints a list of options from a List Object. |
| radiobuttons | Creates a dynamic data source series of input radio buttons. |
| checkboxes | Creates a dynamic data source series of input check boxes; mapped to one field. |
| logout | Logs out of the application. |
| optionList | Prints a list of options from a code table. |
| otherwise | Prints the body content of the tag if the test expression is true. |
| out | Prints the result of an expression. |
| pageName | Prints the most likely page name ( resource path ) this tag is on. |
| pageNavAnchor | Creates a page navigation anchor. |
| pageSequence | Generate a page sequence number. |
| pickAnchor | Creates a "pick" anchor tags using a display field, and a code field. |
| qbfBooleanOptionList | Creates a Yes/No, True/False option list for QBF fields. |
| qbfField | Prints the current value of the specified QBF field value. |
| remove | Removes the named attribute from the specified scope. |
| removeDatasources | Closes the named data sources. |
| repeatedRegion | Repeats the enclosed region, iterating the data source. |
| roleContent | Prints the tag's body if the current user is in one of the specified roles. |
| rowID | Returns the record id for the current row. |
| rowNumbers | Prints the row counts for this data source. |
| rowSelector | Creates row selection radio buttons or check boxes. A radio button is used for selecting a single row, whereas, a check box is used for selecting multiple rows. |
| rowStyle | Prints the evenStyle value if the row is an even numbered row, otherwise prints the oddStyle value. |
| set | Sets the value of the expression into a scoped attribute |
| sortIndicator | Shows the current sort status on a column |
| tagger | Removes the tagger tags used as processing instructions for the DW Tagger. |
| template | Removes or re-processes the template tags that define the DW placed template region. |
| textarea | Creates a dynamic data source input text field. |
| textfield | Creates a dynamic data source input text field. |
| then | Prints the body content of the tag if the parent if expression is true. |
| when | Prints the body content of the tag if the test expression is true. |
| Function Summary |
java.lang.Object | ifNull( java.lang.Object, java.lang.Object ) | Returns the second parameter if the first is null, otherwise the first parameter. |
java.lang.String | controllerPath( ) | Returns the path to the controller servlet. |
java.lang.Object | userSetting( java.lang.String) | Returns the specified userSetting. |
java.lang.String | jsCalendarFormat( java.lang.String, java.lang.String ) | Returns the js calendar format for a date property. |
com.taggercat.metadata.MetaDataReader | tenantMetaData( ) | Returns the Meta Data Reader for the current client. |
java.lang.Object | tenantObject( java.lang.String) | Returns the tenant scoped object for the given key. |
java.lang.String | tenantName( ) | Returns the current tenant name. |
java.lang.String | dsQbfValue( java.lang.String) | Returns the current qbf value of the dot delimited dsn.fieldname. |
java.lang.String | dataFieldUID( java.lang.String, java.lang.String) | Returns the UID of the specified dsn and property name. |