<%@ taglib uri="sitemesh-decorator" prefix="decorator" %> <%@ taglib prefix="ww" uri="webwork" %> <%@ taglib prefix="aui" uri="webwork" %> <%-- Optional Parameters: * id - the ID attribute of the wrapping div (computed and inherited by child components) * type - [checkbox || radio || matrix || submit] * cssClass - appended to the class attribute of the div * description - the description\ describing the group of fields * hideContainer - prevents the
from displaying Notes: See http://confluence.atlassian.com/display/AUI/Forms#Forms-fieldset for the explanations of fieldset types --%> <% if (!p.getBooleanProperty("hideContainer")) { %>
<% if (p.isPropertySet("cssClass")) { %> <% } %>"<% if (p.isPropertySet("id")) { %> id=""<% } %>><% } %> <% if (p.isPropertySet("description")) { %>
<% } %> <% if (!p.getBooleanProperty("hideContainer")) { %>
<% } %>