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

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

From: Frank Caputo <frank_at_frankcaputo.de>
Date: Sat, 23 Feb 2013 16:32:54 +0100

Hi Ed,

10.1.4.1 says:

<h:inputText value=”#{user.name”>
        <f:passThroughAttributes value=”#{service.nameValuePairs}” />
</h:inputText>
The EL expression must point to a Map<String, Object>, the values for which will have their toString() called on them.

The values of the map might also be ValueExpressions. Currently all other values are cast to String (toString is much better).

Ciao Frank

Am 23.02.2013 um 04:24 schrieb Edward Burns <edward.burns_at_oracle.com>:

>>>>>> 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
>