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

Backport call to super onComponentTag in ExternalLink

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 1.2.7
    • 1.2.7
    • wicket
    • None
    • Bug found in 1.2.6, fixed in trunk by jcompagner in rev 545131

    Description

      ExternalLink.setOutputMarkupId(true) has no effect.
      I could track this issue down to super.onComponentTag not being called at the end of ExternalLink's onComponentTag.

      Adding
      super.onComponentTag(tag);
      to the end of ExternalLink's onComponentTag would call Component's onComponentTag which in turn would add the markup id.

      Johan Compagner fixed this in trunk (rev 545131), but a backport for 1.2.7 would be nice.

      Attachments

        Activity

          People

            almaw Alastair Maw
            jfahrenkrug Johannes Fahrenkrug
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: