<%@ page language="java"%> <%@ taglib uri="http://beehive.apache.org/netui/tags-template-1.0" prefix="temp" %> <%@ taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui" %> <temp:attribute name="title"/>

'left' Section

'right' Section

<% out.flush(); if (true) { ServletException se = new ServletException("foo"); throw new ServletException("foo",se); } %>