<%@ page import="com.atlassian.jira.util.BrowserUtils" %> <%@ taglib prefix="ww" uri="webwork" %> <%@ taglib prefix="aui" uri="webwork" %> <% request.setAttribute("modifierKey", BrowserUtils.getModifierKey()); %> <%-- Required Parameters: * submitButtonText - i18n text that shows on the button and used as the value in the POST/GET Optional Parameters: * submitButtonCssClass - CSS classes added to class="aui-button" * submitButtonDisabled - If 'true', disable the button, otherwise enable it Code Example: custom Note: This component is specifically coded to be the single, primary submit button for a form. If you have multiple buttons or need to change the accesskey/id/name/title/type of the button hide this one on the main form (set the hideDefaultButtons to true on the auiform decorator) and then add custom buttons using the formButton component --%> accesskey="" class="aui-button " class="aui-button" id="" id="submit" disabled="disabled" name="" title="" type="submit" value="" />