converterArgs);
return EVAL_BODY_INCLUDE;
}
catch (IOException exc) {
throw new ContainerJspException (exc.getMessage (), exc);
}
catch (ServletException exc) {
throw new ContainerJspException (exc.getMessage (), exc);
}
finally {
// restore old value for flag
if (response != null)
response.setStrictOutputAccess(oldStrictValue);