<%@ page contentType="text/html;charset=UTF-8"%> <%@ page import="com.lixia.fitfw.core.commons.BaseBusinessException" %> <%@ include file="/common/taglibs.jsp"%> 出错页面 <%@ include file="/common/meta.jsp" %>

业务错误:

<% BaseBusinessException exception = (BaseBusinessException) request.getAttribute(org.apache.struts.Globals.EXCEPTION_KEY); if(exception!=null){ %>

错误代码:<%=exception.getErrorCode()%>

错误描述:<%=exception.getMessage()%>

<% } %>