<ps:getPropertySetNames> Tag

The <ps:getPropertySetNames> tag is used to get a list of property sets given a property set type.

Note: All Property Sets tags send results to the same file. If you are checking for results, include this import directive at the top of the page: <%@ page import="com.bea.p13n.property.servlets.jsp.taglib.PropertySetTagConstants" %>

Syntax

<tagName attribute="value" />

Attributes

propertySetType

Required (String) - Type of property set to search.

id

Required (String) - The identifier of the variable to hold the list of property set names, as a String array.

result

Optional (String) - The identifier of an Integer variable that will be created and initialized with the result of the operation.

Possible values:

Example

This example shows how to use retrieve property sets of type "USER."

<ps:getPropertySetNames propertySetType="USER" 
id="userPropertySets" result="myResult" />

Related Topics

<ps:getPropertyNames> Tag

<ps:getRestrictedPropertyValues> Tag