<%@ page session="false" buffer="none" import="org.opencms.frontend.templateone.*" %><%-- --%><%-- --%><%-- --%><% // initialise Cms Action Element cms.init(pageContext, request, response); if (cms.isSubmitted() && cms.validate()) { // send email(s) and display confirmation cms.include("recommend_confirm.html"); cms.sendMail(); } else { // create the input form cms.include("recommend_input.html"); } %>