CMS « Parameter « JSP-Servlet Q&A





1. MAGNOLIA CMS losing POST parameters when using     stackoverflow.com

See code below:

<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<%@ taglib prefix="cms" uri="cms-taglib" %>
<%@ taglib prefix="cmsu" uri="cms-util-taglib" %>

<c:if test="${!empty param.passedAuthentication && param.passedAuthentication=='authenticated'}">
    <div class="form intro bis">
      ...