On 18 Oct 2009, at 16:11, lincolnbaxter(a)gmail.com wrote:
Does JSTL understand cc.attrs?
Not sure, but it depends on whether composite components are a tree
build time or tree render time concept (I suspect render time).
Anyway, this has little to do with EL itself, but everything to do
with how JSTL is applied to JSF. It has little bearing on what Martin
wants, which is to fix an odd behaviour of EL :-)
That's where I have most problems.
Sent from my Verizon Wireless BlackBerry
-----Original Message-----
From: Pete Muir <pmuir(a)redhat.com>
Date: Sun, 18 Oct 2009 15:59:51
To: <jsr-314-open(a)jcp.org>
Subject: Re: Coercion in the EL
AFAIK there are no differences between the EL interpolation used for
JSTL and JSF (it's certainly the same specification, and I would
assume in all app servers the same implementation).
What are you thinking of?
On 18 Oct 2009, at 15:47, Lincoln Baxter, III wrote:
> The differences between JSF EL and JSTL EL behavior has already
> caught
> me off guard, so there's another side to the principle of least
> surprise that needs to be considered.