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

Trivial fix for html validation in AbstractAjaxBehavior.java

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • None
    • 1.3.0-beta3
    • wicket
    • None

    Description

      When trying to validate the wicketstuff-push-examples, there's a few very trivial (x)html validation errors. Below is a diff against trunk that fixes one of the errors.

      Index: jdk-1.4/wicket/src/main/java/org/apache/wicket/behavior/AbstractAjaxBehavior.java
      ===================================================================
      — jdk-1.4/wicket/src/main/java/org/apache/wicket/behavior/AbstractAjaxBehavior.java (revision 554440)
      +++ jdk-1.4/wicket/src/main/java/org/apache/wicket/behavior/AbstractAjaxBehavior.java (working copy)
      @@ -111,7 +111,7 @@

      if (onlyTargetActivePage)

      { - url.append("&").append(WebRequestCodingStrategy.IGNORE_IF_NOT_ACTIVE_PARAMETER_NAME).append("=true"); + url.append("&").append(WebRequestCodingStrategy.IGNORE_IF_NOT_ACTIVE_PARAMETER_NAME).append("=true"); }

      return url;

      Attachments

        Activity

          People

            almaw Alastair Maw
            codestrom C
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: