The <um:getTopLevelGroups> tag retrieves an array of group names, each of which has no parent group. The information is taken from the realm. This tag has no enclosed body.
Note: All User Management tags send results to the same file. If you are checking for results, include this import statement at the top of the page: <%@ page import="com.bea.p13n.usermgmt. servlets.jsp.tags.UserManagementTag- Constants" %>
<tagName attribute="value" />
id
Required (String) - A variable name to which the top-level Group names, stored as a String, are available for the duration of the page's scope. Example: "topLevelGroups".
<um:getTopLevelGroups id="topLevelGroups"/>