<%@ page language="java" %> <%@ taglib uri="/WEB-INF/app.tld" prefix="app" %> <%@ taglib uri="/WEB-INF/struts.tld" prefix="struts" %> <%-- In real life, these would be loaded from a database --%> <% pageContext.setAttribute("serverTypeValues", new String[] { "imap", "pop3" }); pageContext.setAttribute("serverTypeLabels", new String[] { "IMAP Protocol", "POP3 Protocol" }); %> <struts:message key="subscription.title.create"/> <struts:message key="subscription.title.delete"/> <struts:message key="subscription.title.edit"/>