On Fri, 14 Aug 2015 10:32:19 -0300, Jochen Kemnade <jochen.kemn...@eddyson.de> wrote:

Hi,

Hi!

we should address this before 5.4 final. "Address" could mean "close as invalid" of course, but we should make a decision.

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. 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;
}

It goes against this comment in ComponentTemplate:

"In strict mode, introduced with the 5.4 template DTD, mixin parameters must be qualified with the mixin name. In prior releases, Tapestry would attempt a search for a fit, and this causes ambiguities
that can't be addressed."

--
Thiago H. de Paula Figueiredo
Tapestry, Java and Hibernate consultant and developer
http://machina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org
For additional commands, e-mail: dev-h...@tapestry.apache.org

Reply via email to