7879808182838485868788
try { if (HttpRequestUtils.getValue(request, "cboFormat").equals("docx")) { re = new DocxReprotsEngineImpl(getWorkspace(), "weather"); } else { re = new PdfReprotsEngineImpl(getWorkspace(), "weather"); }