Home > Contents > Index > 
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index 
object:checkout
Checks out an object.
Syntax
<object:checkout classname="classname" objectype="object type" objectid="object ID" [objectversion="object version"]/>Parameters
objecttype (required)- Type of object to be checked out.
objectid (required)- Sites ID of the object to be checked out.
objectversion (optional)- Version of the object to be checked out.
Description
This tag checks out an existing object in the revision tracking system.
Error Numbers
Example
The following example checks out an object called
samplefrom the revision tracking system.<object:checkout classname="com.openmarket.framework.objects.AbstractObject" objecttype"sample" objectid='<%=ics.GetVar("id")%>'/>See Also
Home > Contents > Index > 
Oracle JSP Tag Reference
Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.