Home > Contents > Index >
rolelist:clear
Clears the role list.
Syntax
<rolelist:clear name="rolelist_object_name
" />Parameters
name (required)
- Name of the role list object from which to clear the role list.
Error Numbers
The possible values of
errno
include:
Value Description -12001 An expected table or iList field was not found. -100 Asset Exception.Example
The following code clears the current role list, then sets new attribute values for the role list.
<rolelist:clear name="roleobject"/> <rolelist.GETALL name="roleobject" varname="roles"/> <IF COND="IsVariable.roles=false"> <THEN> <SETVAR name="roles" value="[None]"/> <BR/> rolelist:clear: No roles found <BR/><BR/> </THEN> <ELSE> <BR/> rolelist:clear: Roles found are <CSVAR name="Variables.roles"/><BR/><BR/> </ELSE> </IF>
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.