All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.resources.m.pageactions.text.create-page.jsp Maven / Gradle / Ivy

<%@ page import="java.util.List"
%><%@ page contentType="text/html;charset=UTF-8" language="java"
         pageEncoding="UTF-8"
%><%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"
%><%@ taglib prefix="stripes" uri="http://stripes.sourceforge.net/stripes.tld"
%><%@ taglib prefix="mde" uri="/manydesigns-elements"
%><%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"
%><%@ taglib tagdir="/WEB-INF/tags" prefix="portofino"
%><%
    response.setStatus(404);
    List parameters = actionBean.getPageInstance().getParameters();
    String fragment = parameters.get(0);
    String path = actionBean.getContext().getActionPath();
    path = path.substring(0, path.length() - fragment.length());
%>
    
    
    
        
            
            
            The page <%= actionBean.getContext().getActionPath() %> does not exist.
            
        
        




© 2015 - 2024 Weber Informatics LLC | Privacy Policy