Home > Contents > Index >
ccuser:getname
Gets the user name that is displayed on the screen for the user.
Syntax
<ccuser:getname name="user name" varname="variable name" />Parameters
name (required)
- Name of the user.
varname (required)
- Name of the output variable to create.
Example
<!-- Get the name of the user if you know the id of that user using ccuser:getname --> <userMANAGER.GETuser user="1024340678794" objvarname="usrObj" /> <ccuser:getname name="usrObj" varname="uname"/> <BR/> ccuser:getname: <CSVAR name="User id: Variables.uname"/>
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.