public boolean hasDirectionError(ScServletData data) {
   return !_direction.validate(data);
 }