Opencms JSP tag description-CMS: user tag

Source: Internet
Author: User

Before using JSP tags in opencms, you must declare tags in the JSP file and add the following content at the beginning of the JSP file:

<% @ Taglib prefix = " CMS " Uri = " Http://www.opencms.org/taglib/cms "   %> <CMS: User> label

This label is used to access the basic information of the current user. The basic information of the user is maintained in "User Management" in the "management" view. The usage is as follows:
<CMS: user property = "firstname"/> get the current user's "name" (firstname)
<CMS: user property = "lastname"/> get the current user's "last name" (lastname)
<CMS: user property = "name"/> obtain the current user's "Logon Name" (name)
<CMS: user property = "email"/> get the current user's "email address" (email)
<CMS: user property = "street"/> get the current user's "street address)
<CMS: user property = "Zip"/> obtain the current user's "zip code)
<CMS: user property = "Description"/> obtain the "Description" of the current user)
<CMS: user property = "otherstuff"/> get the "other user-defined information" (otherstuff) of the current user)

 

 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.