Uploaded image for project: 'Tapestry'
  1. Tapestry
  2. TAPESTRY-1753

Client-side validation is broken for PropertySelection

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • 4.1.3
    • 4.1.5
    • Core Components
    • None

    Description

      Matt Raible found this problem with the 4.1.3-SNAPSHOT release and reported it on the mailing list, but I didn't see a JIRA issue for it: http://www.nabble.com/Re%3A-Validation-and-CSS-with-4.1.3-SNAPSHOT-p12397222.html. The behavior is still there in this build.

      The client-side validation code produces an empty popup when you submit a form if the form contains a PropertySelection component with validators. Here's the example from Matt's message:

      <component id="countryField" type="PropertySelection">
      <binding name="model" value="countries"/>
      <binding name="value" value="user.address.country"/>
      <binding name="validators" value="validators:required"/>
      <binding name="displayName" value="message:user.address.country"/>
      </component>

      You get the blank popup even when the validation should pass (i.e., the field has a selected option). As a test I created an alternate required validator that decorates the markup but doesn't generate any validation on the client, and that one doesn't exhibit this behavior. The problem appears to lie either in changes to Dojo's "required" validation in this release or in how Tapestry is using it.

      Matt questioned whether Dojo client-side validation works with this component. It has worked in previous versions.

      Attachments

        Issue Links

          Activity

            People

              jkuhnert Jesse Kuhnert
              gatesjd James Gates
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: