|
|
|
@ -5,12 +5,12 @@ import javax.servlet.http.HttpServletRequest;
|
|
|
|
|
|
|
|
|
|
import com.fr.form.main.Form; |
|
|
|
|
import com.fr.form.main.FormIO; |
|
|
|
|
import com.fr.log.FineLoggerFactory; |
|
|
|
|
import com.fr.web.weblet.Formlet; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public class SimpleReportletDemoFrm extends Formlet { |
|
|
|
|
|
|
|
|
|
@SuppressWarnings("rawtypes") |
|
|
|
|
@Override |
|
|
|
|
public void setParameterMap(Map arg0) { |
|
|
|
|
// TODO Auto-generated method stub
|
|
|
|
@ -26,7 +26,7 @@ public class SimpleReportletDemoFrm extends Formlet {
|
|
|
|
|
try { |
|
|
|
|
form = FormIO.readForm(tplPath); |
|
|
|
|
} catch (Exception e) { |
|
|
|
|
e.printStackTrace(); |
|
|
|
|
FineLoggerFactory.getLogger().error(e.getMessage(), e); |
|
|
|
|
} |
|
|
|
|
return form; |
|
|
|
|
} |
|
|
|
|