[ https://issues.apache.org/jira/browse/WICKET-737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
C updated WICKET-737: --------------------- Attachment: wicket-xhtml-strict-01.diff svn diff from trunk to resolve issue. > Trivial fix for html validation in AbstractAjaxBehavior.java > ------------------------------------------------------------ > > Key: WICKET-737 > URL: https://issues.apache.org/jira/browse/WICKET-737 > Project: Wicket > Issue Type: Bug > Components: wicket > Reporter: C > Priority: Trivial > Attachments: wicket-xhtml-strict-01.diff > > > 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; -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.