Rundry Report Analysis 2-definition report exception page

Source: Internet
Author: User
<Report: HTML name = "report1" reportfilename = "<% = Report %>"
Funcbarlocation = "TOP"
Params = "<% = Params. tostring () %>"
Exceptionpage = "/JSP/2/2.1/2.1.2/exception. jsp" // just define it in some places.
/>
Example:
<% @ Page contenttype = "text/html; charset = GBK" iserrorpage = "true" %>
<HTML>
<Title> report exception information </title>
<Body>
<% IF (exception! = NULL ){
// JSP and other program running errors are handled using the errorpage mechanism of the application server. This is the J2EE standard.
Out. println ("<Div style = 'color: red'>" + exception + "</div> ");
} Else {
// Only handle report running errors
Throwable E = (throwable) request. getattribute ("exception ");
Out. println ("<Div style = 'color: red'>" + E. getmessage () + "</div> ");
}
%>
</Body>
</Html>

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.