Current category: Subcategories:
Click on a subcategory name to make that category the currently displayed one.
Click on a [set] link to set that category as the community's new category and return to the
Community Administration menu.
<% CategoryDescriptor curr_cat = (CategoryDescriptor)(view.getRequestAttribute("category.current")); %>
<% if (curr_cat.getCategoryID()>=0) { %>
<% List subcats = (List)(view.getRequestAttribute("category.subcats")); %>
<% if (subcats.size()>0) { %>
<% Iterator it = subcats.iterator(); %>
<% while (it.hasNext()) { %>
<% CategoryDescriptor c = (CategoryDescriptor)(it.next()); %>
<% int subid = c.getLinkedCategoryID(); %>
<% } else { %>(None)<% } // end if (subcategory display) %>
<% } // end while %>