users@javaserverfaces-spec-public.java.net

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

From: Leonardo Uribe <lu4242_at_gmail.com>
Date: Sun, 3 Mar 2013 14:29:58 -0500

Hi

Frank, could you try if TagDecorator still works even if you change
jsf prefix with something else? For example, on the top of the page
set http://java.sun.com/jsf namespace to a prefix like xsf and check
if that one still works.

regards,

Leonardo Uribe

2013/3/3 Frank Caputo <frank_at_frankcaputo.de>:
> 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