<%-- Author: Calvin --%> <%@ page contentType="text/html;charset=UTF-8" isErrorPage="true" %> <%@ page import="org.springside.framework.commons.BusinessException" %> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> 出错页面 <%@ include file="/common/meta.jsp" %>
<% exception = (BusinessException) request.getAttribute("exception"); %>

业务错误:

<%=exception.getMessage()%>