ActionErrors errors = new ActionErrors();
if (year < 1582) { errors.add("year", new org.apache.struts.action.ActionMessage ("pre_gregorian")); }
pre-gregorian=<li>Date is before 1582, the year the Gregorian calendar began</li>