this.vtl.put("count", new Integer(count));
this.vtl.put("query", query);
this.vtl.put("encquery", URLEncoder.encode(query, "UTF-8"));
HashMap<String, Resolvable> objects = new HashMap<String, Resolvable>();
objects.put("request", new BeanWrapper(request));
objects.put("session", new HttpSessionWrapper(request.getSession()));
CRRequestBuilder myReqBuilder = new CRRequestBuilder(request);
//response.setContentType(rB.getContentRepository(this.crConf.getEncoding()).getContentType()+"; charset="+this.crConf.getEncoding());
Collection<CRResolvableBean> coll;
try {