Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Form validation #15

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open

Form validation #15

wants to merge 12 commits into from

Commits on Jan 8, 2021

  1. Configuration menu
    Copy the full SHA
    08418b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3142757 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c28249e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9641b5a View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. Configuration menu
    Copy the full SHA
    9ef4a3f View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. Configuration menu
    Copy the full SHA
    760dcd3 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

  1. Merge branch 'main' into form-validation

    # Conflicts:
    #	stripes-jsp/src/main/java/org/stripesframework/jsp/tag/BeanFirstPopulationStrategy.java
    #	stripes-web/src/main/java/org/stripesframework/web/action/SingleBeanForm.java
    #	stripes-web/src/main/java/org/stripesframework/web/controller/DispatcherHelper.java
    #	stripes-web/src/main/java/org/stripesframework/web/controller/ExecutionContext.java
    #	stripes-web/src/main/java/org/stripesframework/web/util/bean/PropertyExpressionEvaluation.java
    #	stripes-web/src/main/java/org/stripesframework/web/validation/DefaultValidationMetadataProvider.java
    #	stripes-web/src/main/java/org/stripesframework/web/validation/FormValidation.java
    #	stripes-web/src/main/java/org/stripesframework/web/validation/ValidateForm.java
    #	stripes-web/src/main/java/org/stripesframework/web/validation/ValidationMetadata.java
    #	stripes-web/src/test/java/org/stripesframework/web/validation/BusinessValue.java
    #	stripes-web/src/test/java/org/stripesframework/web/validation/BusinessValueForm.java
    #	stripes-web/src/test/java/org/stripesframework/web/validation/BusinessValueFormAsWrapper.java
    #	stripes-web/src/test/java/org/stripesframework/web/validation/ValidationFormFormAsValueWrapperRootBindingTest.java
    #	stripes-web/src/test/java/org/stripesframework/web/validation/ValidationFormFormAsValueWrapperTest.java
    #	stripes-web/src/test/java/org/stripesframework/web/validation/ValidationFormSingleBeanFormRootBindingTest.java
    #	stripes-web/src/test/java/org/stripesframework/web/validation/ValidationFormSingleBeanFormTest.java
    olaf-chrono24 committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    945dbcd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8d7b3b View commit details
    Browse the repository at this point in the history
  3. added test docs

    olaf-chrono24 committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    72ca660 View commit details
    Browse the repository at this point in the history
  4. bugfix

    olaf-chrono24 committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    af05a30 View commit details
    Browse the repository at this point in the history
  5. Code formatting

    casid committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    2daf857 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

  1. Configuration menu
    Copy the full SHA
    a0c0884 View commit details
    Browse the repository at this point in the history