Re: [tobago] JSTL problem

2007-10-02 Thread Zied Hamdi
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

Re: [tobago] JSTL problem

2007-10-02 Thread Ben Smith
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

Re: [tobago] JSTL problem

2007-09-27 Thread Zied Hamdi
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

Re: [tobago] JSTL problem

2007-09-27 Thread Zied Hamdi
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

Re: [tobago] JSTL problem

2007-09-26 Thread Zied Hamdi
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

Re: [tobago] JSTL problem

2007-09-26 Thread Volker Weber
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

Re: [tobago] JSTL problem

2007-09-26 Thread Zied Hamdi
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

[tobago] JSTL problem

2007-09-26 Thread Zied Hamdi
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