Home > Contents > Index > 
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index 
dir:delete
Deletes a named object from the namespace.
Syntax
<dir:delete name="entry name"/>Parameters
name (required)- Unique identifier for the name of the entry to delete. The value is relative to the
baseDNproperty.
Error Numbers
The possible values of
errnoinclude:
Example
<dir:delete name='<%=ics.GetVar("name")%>'/> <ics:if condition='<%=ics.GetErrno()==0%>'> <ics:then> <p><b> Successful Deleting User=<ics:getvar=name='name'/> </b></p> </ics:then> <ics:else> <p><b> Failed to delete user, <ics:getvar name='name'/>, error='<ics:geterrno/></p></b> </ics:else> </ics:if>
Home > Contents > Index > 
Oracle JSP Tag Reference
Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.