try {
uiBean.beforeRenderBean();
pageContext.getRequest().setAttribute(CURRENT_BEAN, uiBean);
jspInclude(page);
pageContext.getRequest().setAttribute(CURRENT_BEAN, previousComponent);
uiBean.afterRenderBean();
} catch (Exception e) {
handleError(e);
} finally {
pageContext.getRequest().setAttribute(CURRENT_BEAN, previousComponent);
trace.end();