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

Palette's Choice and Selection component break XHTML validation

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • 1.4-RC1
    • 1.4-RC2
    • wicket-extensions
    • None

    Description

      onFocus attribute in XHTML must be in lowercase.

      if (onFocus != null)

      { attrs.put("onFocus", onFocus); }

      shoud be:

      if (onFocus != null)

      { attrs.put("onfocus", onFocus); }

      Attachments

        Activity

          People

            jdonnerstag Juegen Donnerstag
            xxbedy Martin Bednar
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: