jsr344-experts@javaserverfaces-spec-public.java.net

[jsr344-experts] Re: [ADMIN] JSF 2.2 PFD RC2

From: Frank Caputo <frank_at_frankcaputo.de>
Date: Sun, 3 Mar 2013 20:26:27 +0100

Hi,

Am 03.03.2013 um 20:07 schrieb Frank Caputo <frank_at_frankcaputo.de>:

>>>> MM> Or does it mean "treat prefix jsf always as ofhttp://java.sun.com/jsf even though it is not declared"?
>>>>
>>>> yes, the latter.
>
> Is this done by the facelets compiler? The default tag decorator doesn't have this magic.

I've tested it, and there is no such magic in Mojarra. Parsing the facelet fails, if the XML parser encounters a non declared namespace (which seems quite obvious).

Ciao Frank