logger.debug(filterName + ": inputMarkup: - " + inputMarkup);
}
// Check that the inputMarkup has been specified
if(inputMarkup == null) {
throw new PortletException("No inputMarkup specified for " +
filterName);
}
// Read in the preamble from the configuration
String value;