RE: support for JSTL 1.2

2013-05-09 Thread Dan Klco
Florian [mailto:onfl...@gmail.com] Sent: Thursday, May 09, 2013 9:17 AM To: dev@sling.apache.org Subject: Re: support for JSTL 1.2 Hi Dan, I backtracked and re-tested everything again, and yes you are right, the JSTL 1.1 should be sufficient (it works with the EL and the functions correctly

Re: support for JSTL 1.2

2013-05-09 Thread Ondrej Florian
Subject: Re: support for JSTL 1.2 Hi Dan, I backtracked and re-tested everything again, and yes you are right, the JSTL 1.1 should be sufficient (it works with the EL and the functions correctly). The real cause of the problems I've been having is documented in JIRA under SLING-2863

RE: support for JSTL 1.2

2013-05-09 Thread Dan Klco
@sling.apache.org Subject: Re: support for JSTL 1.2 Hi Dan, I backtracked and re-tested everything again, and yes you are right, the JSTL 1.1 should be sufficient (it works with the EL and the functions correctly). The real cause of the problems I've been having is documented in JIRA under SLING-2863

RE: support for JSTL 1.2

2013-05-08 Thread Dan Klco
Ondrej, This sounds interesting, though it seems like Expression Language support was added in JSTL 1.1, so it should be supported currently. Could you please create an issue and attach a patch file for the proposed change? It looks like the dependency being referenced is GlassFish's JSTL

Re: support for JSTL 1.2

2013-05-08 Thread Ondrej Florian
Hi Dan, I added 1.2 because I just could't get JSTL 1.1 working with EL in Sling. e.g. c:forEach items=${list} var=it would not work. ...maybe I am doing something wrong? On 8 May 2013, at 21:42, Dan Klco dan.k...@sixdimensions.com wrote: Ondrej, This sounds interesting, though it seems

Re: support for JSTL 1.2 (SLING-2648)

2013-05-08 Thread Ondrej Florian
Hi Dan, I am also facing problems getting 'resource tags' working (https://issues.apache.org/jira/browse/SLING-2648). I ended up changing the taglib tld which seem to fix the problem. ...I am just wondering whether these are genuine bugs I am facing or whether there is something wrong with my

RE: support for JSTL 1.2 (SLING-2648)

2013-05-08 Thread Dan Klco
] Sent: Wednesday, May 08, 2013 4:36 PM To: dev@sling.apache.org Subject: Re: support for JSTL 1.2 (SLING-2648) Hi Dan, I am also facing problems getting 'resource tags' working (https://issues.apache.org/jira/browse/SLING-2648). I ended up changing the taglib tld which seem to fix the problem

Re: support for JSTL 1.2 (SLING-2648)

2013-05-08 Thread Ondrej Florian
of the issue you described. -Dan -Original Message- From: Ondrej Florian [mailto:onfl...@gmail.com] Sent: Wednesday, May 08, 2013 4:36 PM To: dev@sling.apache.org Subject: Re: support for JSTL 1.2 (SLING-2648) Hi Dan, I am also facing problems getting 'resource tags' working