<%@ taglib uri="sitemesh-decorator" prefix="decorator" %> <%@ taglib prefix="ww" uri="webwork" %> <%@ taglib prefix="aui" uri="webwork" %> <%-- Optional Attributes: * id - ID attribute for the FIELDSET (computed with parent IDs and inherited by child components) Required Parameters: * legend - i18n text for the LEGEND element Optional Parameters: * type - [group || date-select || inline ] NOTE: if using inline ensure you set useCustomButtons to true on the auiform decorator * cssClass - additional classes to be appended to the fieldset after the type Code example: inline custom-class ... Notes: See http://confluence.atlassian.com/display/AUI/Forms#Forms-fieldset for the explanations of fieldset types --%> id=""<% } %><% if (p.isPropertySet("type") || p.isPropertySet("cssClass")) { %> class=" "<% } %>> <% if (p.isPropertySet("legend")) { %> class=""<% } %>> class=""<% } %>><% if (p.isPropertySet("mandatory") && p.getProperty("mandatory").equals("true")) { %> <% } %><% } %> <% if (p.isPropertySet("type") || p.isPropertySet("cssClass") || p.isPropertySet("id")) { %> <% } %>