Home > Contents > Index >
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | 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 > ![]()
FatWire JSP Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.