Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-758

HTML validation cleanliness

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • 1.2.2, 1.2.3, 1.2.4, 1.2.5, 1.2.6, 1.3.0-beta1, 1.3.0-beta2
    • 1.3.0-beta3
    • wicket
    • None
    • osx jvm etc etc

    Description

      AbstractRepeater generates IDs starting with integers, html ids can't start with a number.

      Modication
      public String newChildId(); change -> return "id"+String.valueOf(childIdCounter);

      WicketAjaxIndicatorAppender append an alt tag to the indicator, line 74.

      Thanks

      Attachments

        1. WICKET-758.patch
          6 kB
          Frank Bille

        Issue Links

          Activity

            People

              frankbille Frank Bille
              victori Victor Igumnov
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: