ct = pool.getCustomTag(appendix);
}
catch (CFXTagException e) {
throw Caster.toPageException(e);
}
Request req=new RequestImpl(pageContext,attributes);
Response rsp=new ResponseImpl(pageContext,req.debug());
try {
ct.processRequest(req,rsp);
} catch (Exception e) {
throw Caster.toPageException(e);
}