* handles ajax changed inputs
*/
public class InputValidator {
public static InputValidationReply isValid(String reportPath, String inputName, String inputValue) throws IOException, ServletException {
return new InputValidationReply(false,"This is just a test");
}