[ 
https://issues.apache.org/jira/browse/WICKET-758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

RĂ¼diger Schulz updated WICKET-758:
----------------------------------

    Attachment: WICKET-584387.patch

Corrected version of patch.

This happens when you fix a little HTML within Java just using a text editor. 
I'm so glad I can use Wicket, and normally don't have to work like that anymore.

> HTML validation cleanliness
> ---------------------------
>
>                 Key: WICKET-758
>                 URL: https://issues.apache.org/jira/browse/WICKET-758
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 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, 1.3.0-beta4
>         Environment: osx jvm etc etc
>            Reporter: Victor Igumnov
>            Assignee: Frank Bille Jensen
>            Priority: Trivial
>             Fix For: 1.3.0-beta3
>
>         Attachments: WICKET-584387.patch, WICKET-758.patch
>
>
> 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

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to