protected void checkParams() {
if (dynamicReport == null) {
final String message = "No dynamicReport specified...";
LOG.error(message);
throw new WebWorkException(message);
}
//Some reports may not need specifically a datasource
if (dataSource == null) {
final String message = "No dataSource specified...";