Home > Contents > Index >
ccuser:getemail
Gets the e-mail address for the user.
Syntax
<ccuser:getemail 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 email for the userobject --> <ccuser:getemail name="u" varname="emailOutput1"/> <IF COND="IsVariable.emailOutput1=true"> <THEN> <BR/> ccuser:getemail <CSVAR name="Variables.emailOutput1"/><BR/> </THEN> <ELSE> <BR/> ccuser:getemail: Variable not set!! <BR/><BR/> </ELSE> </IF> <BR/>
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.