Home > Contents > Index > 
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index 
object:track
Tracks an object.
Syntax
<object:track classname="classname" [dir="directory"] [revisions="revision information"] [arg1="argument 1"]/>Parameters
classname (required)- Classname of the object.
 
dir (optional)- Directory of the object.
 
revisions (required)- Revision information for the object.
 
arg1 (optional)- Argument 1.
 
Description
This tag activates revision tracking for a previously untracked table. The track method should have one of the following prototypes:
public static int Track(ICS ics, string sUploadDir, int iRevisions)
public static int Track(ICS ics, string sUploadDir, int iRevisons, String sArgs1)errno
The possible values of
errnoinclude:
 Value Description -10001 The implementing class is invalid. -10002 There is a missing method for the implementing class. -10003 The method could not be invoked successfully. -10004 A required parameter is missing.Example
The following example activates tracking for the
sampletable:<object:track classname="com.openmarket.framework.objects.AbstractObject" dir="C:Contentsample" revisions="10" arg1="sample"/>See Also
Home > Contents > Index > ![]()
FatWire JSP Tag Reference
Copyright 2005 by FatWire Software
All rights reserved.