<%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@ taglib uri="/WEB-INF/app.tld" prefix="app" %> <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %> <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %> <%-- In real life, these would be loaded from a database --%> <% java.util.ArrayList list = new java.util.ArrayList(); list.add(new org.apache.struts.util.LabelValueBean("IMAP Protocol", "imap")); list.add(new org.apache.struts.util.LabelValueBean("POP3 Protocol", "pop3")); pageContext.setAttribute("serverTypes", list); %> <bean:message key="subscription.title.create"/> <bean:message key="subscription.title.delete"/> <bean:message key="subscription.title.edit"/>
:
:
:
:
:
: