Tagger Cat Tag Library


Standard Syntax:
     <%@ taglib prefix="tc" uri="http://www.taggercat.com/taglibs/taggercat" %>

XML Syntax:
     <anyxmlelement xmlns:tc="http://www.taggercat.com/taglibs/taggercat" />

The Tagger Cat Tag library

Tag Library Information
Display NameTagger Cat Tag Library
Version1.1
Short Nametc
URIhttp://www.taggercat.com/taglibs/taggercat
 

Tag Summary
actionButtonCreates a dynamic data source Operation button.
actionLinkCreates a dynamic data source Operation link.
booleanOptionListCreates options, and selects current value.
setQBFFieldSets a QBF field value on the specified data source.
cacheContentCaches the tags body content for re-user.
checkboxCreates a dynamic data source input text field.
choosePrints the body content of the tag if the test expression is true.
clientScopePrints a serialized object to a hidden form element. The object will be automatically recreated on the submitted request scope under the same name.
controllerServletPrints URL encoded controller servlet name.
cookieDisplayPrints "block" if the cookie is null, otherwise prints the cookies value.
userSettingPrints the value of the user setting, or the alternative specified with the empty and nonempty attributes.
crumbTrailPrints a crumb trail leading to this page, and adds this page to the crumb trail stack.
dataFieldUIDPrints the the dot delimited unique field identifier in the form: dsn.RowId.fieldname.
dataFieldValuePrints the value of the specified field as read only text.
datasourceCreates a data source instance in the user model object.
dsNavAnchorCreates a dynamic data source navigation action ( First, Next, Last etc.)
menuOptionListPrints a list of options from a Map or Collection.
dsOptionListPrints a list of options from a data source.
hqlOptionListPrints a list of options from an HQL query.
editableRemoves the tags that define updatable template regions, leaving the contents verbatim.
elsePrints the body content of the tag if the parent if expression is false.
escapeEscapes the HTML entities in the body content of the tag.
exceptionPrints the exception message,etc. if there is an exception.
fieldCaptionPrints 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.
ifPrints the body content of the tag if the test expression is true.
ifThenElsePrints the body content of the tag if the test expression is true.
listmenuCreates a dynamic data source input list/menu field.
listOptionListPrints a list of options from a List Object.
radiobuttonsCreates a dynamic data source series of input radio buttons.
checkboxesCreates a dynamic data source series of input check boxes; mapped to one field.
logoutLogs out of the application.
optionListPrints a list of options from a code table.
otherwisePrints the body content of the tag if the test expression is true.
outPrints the result of an expression.
pageNamePrints the most likely page name ( resource path ) this tag is on.
pageNavAnchorCreates a page navigation anchor.
pageSequenceGenerate a page sequence number.
pickAnchorCreates a "pick" anchor tags using a display field, and a code field.
qbfBooleanOptionListCreates a Yes/No, True/False option list for QBF fields.
qbfFieldPrints the current value of the specified QBF field value.
removeRemoves the named attribute from the specified scope.
removeDatasourcesCloses the named data sources.
repeatedRegionRepeats the enclosed region, iterating the data source.
roleContentPrints the tag's body if the current user is in one of the specified roles.
rowIDReturns the record id for the current row.
rowNumbersPrints the row counts for this data source.
rowSelectorCreates 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.
rowStylePrints the evenStyle value if the row is an even numbered row, otherwise prints the oddStyle value.
setSets the value of the expression into a scoped attribute
sortIndicatorShows the current sort status on a column
taggerRemoves the tagger tags used as processing instructions for the DW Tagger.
templateRemoves or re-processes the template tags that define the DW placed template region.
textareaCreates a dynamic data source input text field.
textfieldCreates a dynamic data source input text field.
thenPrints the body content of the tag if the parent if expression is true.
whenPrints the body content of the tag if the test expression is true.
 

Function Summary
java.lang.ObjectifNull( java.lang.Object, java.lang.Object )Returns the second parameter if the first is null, otherwise the first parameter.
java.lang.StringcontrollerPath( )Returns the path to the controller servlet.
java.lang.ObjectuserSetting( java.lang.String)Returns the specified userSetting.
java.lang.StringjsCalendarFormat( java.lang.String, java.lang.String )Returns the js calendar format for a date property.
com.taggercat.metadata.MetaDataReadertenantMetaData( )Returns the Meta Data Reader for the current client.
java.lang.ObjecttenantObject( java.lang.String)Returns the tenant scoped object for the given key.
java.lang.StringtenantName( )Returns the current tenant name.
java.lang.StringdsQbfValue( java.lang.String)Returns the current qbf value of the dot delimited dsn.fieldname.
java.lang.StringdataFieldUID( java.lang.String, java.lang.String)Returns the UID of the specified dsn and property name.
 


Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-3 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.