Home > Contents > Index > 
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index 
object:untrack
Removes tracking on an object.
Syntax
<object:untrack classname="some classname" [arg1="argument 1"]/>Parameters
classname (required)- Classname of the object
arg1 (optional)- Argument 1.
Description
This tag deactivates revision tracking on for a previously tracked table. The untrack method should have one of the following prototypes:
public static int Untrack (ICS ics)
public static int Untrack (ICS ics, String sArgs1)Error Numbers
The possible values of
errnoinclude:
Example
The following example deactivates revision tracking on the
sampletable.<object:untrack classname="com.openmarket.framework.objects.AbstractObject" arg1="sample"/>See Also
Home > Contents > Index > 
Oracle JSP Tag Reference
Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.