users@javaserverfaces-spec-public.java.net

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

From: Michael Müller <michael.mueller_at_mueller-bruehl.de>
Date: Sun, 24 Feb 2013 08:41:31 +0100

Hi Ed,

 From Interfac TagDecorator:
"A selector attribute name prefixed with *jsf:* means in the
|http://java.sun.com/jsf| namespace."

It sounds ambigous to me. Does it mean "declare a namespace and prefix
it with jsf for discussion"

<html xmlns="http://www.w3.org/1999/xhtml"
       xmlns:jsf="http://java.sun.com/jsf" >
     <head jsf:id="head">[...]

Which might be prefixed with any other, e.g.

<html xmlns="http://www.w3.org/1999/xhtml"
       xmlns:XXX="http://java.sun.com/jsf" >
     <head XXX:id="head">[...]


Or does it mean "treat prefix jsf always as ofhttp://java.sun.com/jsf even though it is not declared"?

Herzliche Grüße - Best Regards,
Michael Müller

Am 23.02.2013 04:24, schrieb Edward Burns:
>>>>>> On Mon, 4 Feb 2013 19:35:28 -0800, Edward Burns <edward.burns_at_oracle.com> said:
> EB> Hello Volunteers,
>
> EB> I'll go through at least two more release candidates of this before I
> EB> think it's ready to call Proposed Final Draft.
>
> Here is another one. I plan to hand off the proposed final draft to JCP
> by Thursday the 28th.
>
> http://java.net/projects/javaserverfaces-spec-public/downloads/download/JSF_2_2/spec_snapshots/javax.faces-api-2.2-SNAPSHOT-20130222-javadoc.jar
>
> Getting close! Thank you for all your feedback.
>
>
> Ed
>