6162636465666768697071
pageContext.setAttribute("marinerRequestContext", context); } catch (Exception e) { JspTagException wrapper = new JspTagException( "Could not create request context"); wrapper.initCause(e); throw wrapper; } return EVAL_BODY_INCLUDE; }
96979899100101102103104105106
} } catch (IOException ex) { JspTagException jex = new JspTagException("Failed to write output"); jex.initCause(ex); throw jex; } return SKIP_BODY; }