%@ page import="com.atlassian.jira.web.component.cron.CronEditorWebComponent" %>
<%@ taglib uri="webwork" prefix="ww" %>
<%@ taglib uri="sitemesh-page" prefix="page" %>
<%--
Renders the cron editor within a jira form. The cronEditorBean is a reference to a CronEditorBean
that the component will use the renderer the editor.
/cronEditorBean
filter.subscriptions.prefix
">
--%>
<%
CronEditorWebComponent cronEditorWebComponent = new CronEditorWebComponent();
request.setAttribute("cronEditorWebComponent", cronEditorWebComponent);
%>