Uploaded image for project: 'Tapestry 5'
  1. Tapestry 5
  2. TAP5-1149

Make ValidationTracker.extraErrors visible in Interface

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Trivial
    • Resolution: Not A Problem
    • 5.0.19
    • None
    • tapestry-core

    Description

      I tried to create a component that shows only extra errors (because all other errors are shown at the field using a validation decorator). But it's not possible (except using cast and/or reflection) to access it.
      Please add something to the ValidationTracker Interface that gives information about where an error belongs to.

      Idea:

      List<String> getFieldsWithErrors(); // Returns names of fields which have errors recorded
      List<String> getExtraErrors(); // REturns all errors not bound to a field

      Attachments

        Activity

          People

            Unassigned Unassigned
            michael@wyraz.de Michael Wyraz
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: