users@javaserverfaces-spec-public.java.net

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

From: Edward Burns <edward.burns_at_oracle.com>
Date: Thu, 28 Feb 2013 13:37:12 -0800

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

FC> --Apple-Mail=_1E9E9981-93DE-4595-A32D-F8AAD169A8C8
FC> Content-Transfer-Encoding: quoted-printable
FC> Content-Type: text/plain;
FC> charset=windows-1252

FC> Hi Ed,

FC> 10.1.4.1 says:

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

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

Fixed.

Ed
--