Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 41 of 41 for throwValidationError (0.1 sec)

  1. src/main/java/org/codelibs/fess/app/web/admin/wizard/AdminWizardAction.java

                }
                return configName;
            } catch (final Exception e) {
                logger.warn("Failed to create crawling config: {}", form.crawlingConfigPath, e);
                throwValidationError(messages -> messages.addErrorsFailedToCreateCrawlingConfigAtWizard(GLOBAL),
                        () -> asHtml(path_AdminWizard_AdminWizardConfigJsp));
                return null;
            }
        }
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:53:18 UTC 2024
    - 12.7K bytes
    - Viewed (0)
Back to top