Hi devs, My Eclipse is complaining about wicket.xsd.
https://github.com/apache/wicket/blob/master/wicket-core/src/main/resources/META-INF/wicket.xsd#L86 Multiple annotations found at this line: - s4s-att-must-appear: Attribute 'ref' must appear in element 'attributeGroup (local)'. - s4s-elt-must-match.1: The content of 'xhtml.label.attlist' must match (annotation?, ((attribute | attributeGroup)*, anyAttribute?)). A problem was found starting at: attributeGroup. https://github.com/apache/wicket/blob/master/wicket-core/src/main/resources/META-INF/wicket.xsd#L91 src-attribute.4: Attribute 'for' has both a 'type' attribute and an anonymous 'simpleType' child. Only one of these is allowed for an attribute. I am not an xsd expert, but it sounds like to be justified, but am I the only one in this case? (I admit I didn't had loaded wicket core since... weeks at least ! ;) ) Thanks & best regards, Sebastien.
