Hi, You can extend the DTD of the validator to accept the attribute.
<!ATTLIST yourtag wicketpath CDATA #IMPLIED > Bernard On Tue, 27 Apr 2010 09:11:37 +0200, you wrote: >Hi, > >For our project, we use the Wicket Stuff HTML Validator >(http://github.com/dashorst/wicket-stuff-markup-validator), which informs us >of invalid HTML upfront. However, with the switch from wicket 1.3 to 1.4, this >validator is giving many errors on the wicketpath attribute. > >This attributed used to be named wicket:path, and was renamed to wicketpath as >part of WICKET-1877, because selenium is having trouble using wicket:path. It >was opted to make the name configurable, but decided that 'we don't need yet >another configuration option'. Could this please be reconsidered? I like to >keep the wicket:path attributes in the generated markup, because they can be >very handy for debugging, but I have to disable them to keep the HTML >validator happy. > >Best regards, >Emond Papegaaij > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [email protected] >For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
