<um:removeProperty> Tag

The <um:removeProperty> tag removes the specified property from the current session's profile or from the Anonymous User Profile. Subsequent calls to getProperty for a removed property would result in the default value for the property as prescribed by the property set as defined with the WebLogic Workshop Portal Extensions.

Syntax

<tagName attribute="value" />

Attributes

propertySet

Optional (String) - The Property Set from from which the property's value is to be removed. The property is removed from the profile's default (unscoped) properties if no property set is provided. Property Sets are defined with the WebLogic Workshop Portal Extensions.

propertyName

Required (String) - The name of the property to be removed. Properties are defined in Property Sets with the WebLogic Workshop Portal Extensions.

Example

<um:removeProperty propertySet="personal" propertyName="annualIncome" />

Related Topics

<um:setProperty> Tag

<ps:getPropertyNames> Tag

<ps:getPropertySetNames> Tag

<ps:getRestrictedPropertyValues> Tag