Forgotten Password
Please enter your email address. Clicking the 'Submit' button will send an email to your account with your password.
%@ taglib uri="/WEB-INF/taglibs/cal.tld" prefix="cal" %> <% String base_dir = request.getContextPath(); String form_action = base_dir+"/ForgottenPassword"; org.springframework.web.context.WebApplicationContext ctx = org.springframework.web.context.support.WebApplicationContextUtils.getRequiredWebApplicationContext(application); com.k_int.salcal.util.UserMessageService msgs = (com.k_int.salcal.util.UserMessageService) ctx.getBean("CalMessageService"); %>
Please enter your email address. Clicking the 'Submit' button will send an email to your account with your password.