Home > Contents > Index >
object:delete
Deletes an object from storage and the object pool.
Syntax
<object:delete name="object name"/>Parameters
name (required)
- Name of the object in the object pool to be deleted.
Description
This tag deletes a loaded object from storage and removes it from the object pool. The object to be deleted must exist in storage and the object pool.
Error Numbers
The possible values of
errno
include:
Value Description -105 Database error. -10004 A required parameter is missing. -10005 The requested object is not in the object pool (is not loaded intomemory).Example
The following example deletes
object1
from the object pool.<object:delete name="object1" classname="com.openmarket.framework.objects.AbstractObject" objectid='<%=ics.GetVar("id"%>' arg1="sample"/>See Also
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.