Oracle Fusion Middleware JSP Tag Java API Reference for Oracle WebLogic Portal
10g Release 3 (10.3.4)
E14256-06

Portal User and Group Profiles
Tag getProperty


Description

Retrieve the property value for a specified PropertySet - PropertyName pair. In typical cases, this tag is used after the getProfile tag is invoked to retrieve a profile for session use. The property to be retrieved is retrieved from the session profile. If the getProfile tag has not been used upon invoking the getProperty tag, the specified property value is retrieved from the Anonymous User Profile.


Tag Information
Tag Classcom.bea.p13n.usermgmt.profile.taglib.GetPropertyTag
TagExtraInfo Classcom.bea.p13n.usermgmt.profile.taglib.GetPropertyExtraInfo
Body Contentempty
Display NameGet Property

Attributes
NameRequiredRequest-timeDescription
propertySetfalsetrue The Property Set from which the property's value is to be retrieved. If no property set is provided, the property is retrieved from the profile's default (unscoped) properties.
propertyNametruetrue The name of the property to be retrieved.
idfalsefalse If specified, is the name of a variable which will return the value of the retrieved property, as an Object. Otherwise, the value of the property is inlined to the JSP page.

Variables
No Variables Defined.


Oracle Fusion Middleware JSP Tag Java API Reference for Oracle WebLogic Portal
10g Release 3 (10.3.4)
E14256-06

Copyright © 2011, Oracle. All rights reserved.