users@javaserverfaces-spec-public.java.net

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

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

Hi,

Am 02.03.2013 um 22:16 schrieb Michael Müller <michael.mueller_at_mueller-bruehl.de>:

> I just compared to the doc:
> "If the namespace of the tag is any namespace other than the empty string or http://www.w3.org/1999/xhtml, throw a FaceletException."
>
> Of which tag? If somebody looks ahead to the table, she might guess "jsf". To become clear, the tag "jsf" should be mentioned.

The table doesn't mention "jsf:" for any tag. "jsf:" is only used for attributes.

> Am 02.03.2013 21:54, schrieb Michael Müller:
>> Am 28.02.2013 22:15, schrieb Edward Burns:
>>>>>>>> On Sun, 24 Feb 2013 08:41:31 +0100, Michael Müller <michael.mueller_at_mueller-bruehl.de> said:
>>> MM> Hi Ed,
>>> MM> From Interfac TagDecorator:
>>> MM> "A selector attribute name prefixed with *jsf:* means in the
>>> MM> |http://java.sun.com/jsf| namespace."
>>>
>>> Thanks. I've fixed it
>>>
>>> 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.

Ciao Frank