home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / vgserv45.zip / BASE / HPTWGS2 / Vagen1ErrorPage.jsp < prev    next >
Text File  |  2001-03-21  |  560b  |  13 lines

  1. <%@ page isErrorPage="true" %>
  2. <%@ page session="true" %>
  3. <%@ page import="com.ibm.vgj.uibean.VGJUIRecordBean" %>
  4. <%@ page import="com.ibm.hpt.gateway.GatewayServlet" %>
  5. <!-- DO NOT MODIFY THIS jsp -->
  6. <% String URI = request.getRequestURI(); 
  7.    String beanName = URI.substring( (URI.lastIndexOf('/')+1), URI.toLowerCase().indexOf(".jsp") );
  8.    VGJUIRecordBean bean = (VGJUIRecordBean)pageContext.getAttributeWithScope(beanName,PageContext.REQUEST_SCOPE);
  9.  
  10.    GatewayServlet.handleJspException( beanName, bean, exception, request, response );
  11. %>
  12.  
  13.