Hi, Am 14.08.2015 um 17:27 schrieb Thiago H de Paula Figueiredo:
Question: what additions were done from the 5.3 XSD to the 5.4 one? If none, we could just say that a workaround is to use the 5.3 XSD in 5.4 applications, as the code attempts to only apply this check when using the 5.4 DTD.
If no xsd is specified in the component template, we use the latest one, don't we? So explicitly specifying the 5.3 one might indeed be the correct solution for TAP5-2414.
On the other hand, the line at https://github.com/apache/tapestry-5/commit/1f0c7464c80e415a19825c612ca6b8139db6ba1e#diff-b953a076427d6d267140c53c9ca98d73R743 seems to have it logic reversed: if (version.sameOrEarlier(T_5_4)) { strictMixinParameters = true; }
That was fixed one commit later. ;-) Jochen --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org For additional commands, e-mail: dev-h...@tapestry.apache.org