Hi Ben,
Facelets has its own implementation of JSTL (more precisely a subset). The
side effect of that is that even before JSF 1.2, people were able to use
JSTL without the known (evaluation order) problems when under Facelets. In
fact from what I undertood until know on Facelets: there are two ph
Actually, as I understand it
http://java.sun.com/jstl/core
is the namespace for JSTL 1.0 (compatible with JSP < 2.0), while
http://java.sun.com/jsp/jstl/core
is the namespace for JSTL >= 1.1 that uses features in JSP >= 2.0.
I had quite a few problems because I was trying to use JSP 2.x
featur
Sorry erratum,
The namespace used by facelets jstl is
http://java.sun.com/jstl/core
and not
http://java.sun.com/jsp/jstl/core
that was the problem. Too much noise for nothing.
Regards,
Zied
2007/9/27, Zied Hamdi <[EMAIL PROTECTED]>:
>
> Hi again,
>
> So to answer to people who could encounter
Hi again,
So to answer to people who could encounter the same problem as me: facelets
is bundled with its ows JSTL implementation (you were right Volker ;-) that
has nothing to do with the standard one except that it copies its syntax:
https://facelets.dev.java.net/nonav/docs/dev/docbook.html#tagl
Hi Volker,
JSTL can be used in facelets: I found that in an article
http://www.ibm.com/developerworks/java/library/j-facelets/
In the article, the snippet
comes very handy. The rendered attribute can't do the work anymore in such
cases.
I didn't see Bernd in posts these last days, maybe
Hi Zied,
i have no experience with facelets, but afaik jstl is a jsp taglib and
not facelets compatible.
i never tested tobago with 1.2 maybe bernd knows more.
Regards,
Volker
2007/9/26, Zied Hamdi <[EMAIL PROTECTED]>:
> Hi again,
>
> Sorry for spamming, I forgot to say it's possible to do
Hi again,
Sorry for spamming, I forgot to say it's possible to do wihout JSTL playing
with the rendered attribute or using tc:sheet or tc:forEach. The question
is: is tobago still not compatible with JSTL under JSF 1.2?
Regards,
Zied
2007/9/26, Zied Hamdi <[EMAIL PROTECTED]>:
>
> Hi,
>
> I'm un
Hi,
I'm under JSF 1.2 (RI), Facelets 1.12 and a Tobago nightly 1.0.12 of
yesterday, I'm trying to use JSTL 1.1 but even the simplest example fails:
prints "test" anyway.
Even more strange : when calling
8 matches
Mail list logo