<%@ page contentType="text/html; charset=utf-8" language="java"%> <%@ page isELIgnored="false" %> <%-- Process the Configuration Form for the Building Block System Administration Save the configuration items and display a success receipt --%> <%@ page errorPage="/error.jsp"%> <%@ taglib uri="/bbNG" prefix="bbNG"%> <%@ taglib uri="/tags-core" prefix="c"%> <%-- Breadcrumbs It seems we need to build the full trail manually --%> <%-- Page Header --%> <%-- Receipt --%>

Sample plugin configured

LAMS_SERVER_URL: ${param.lamsServerUrl}
LAMS_SERVER_SKEY: ${param.lamsSecretKey}
LAMS_SERVER_ID: ${param.lamsServerId}
BB_REQ_SRC: ${param.requestSrc}
LAMS_SERVER_TIME_REFRESH_INTERVAL: ${param.lamsServerTimeRefreshInterval}
LAMS_ALT_SERVER_URL: ${param.lamsAltServerUrl}