TC 6 JSTL: attribute does not accept any expressions

2010-05-07 Thread Christopher Schultz
All, I'm a complete newbie to JSTL and I'm having trouble getting a simple page to render. The page below gives me the error: org.apache.jasper.JasperException: /tasks.jsp(18,6) According to TLD or attribute directive in tag file, attribute items does not accept any expressions

Re: TC 6 JSTL: attribute does not accept any expressions

2010-05-07 Thread Christopher Schultz
All, On 05/07/2010 10:39 AM, Christopher Schultz wrote: Can anyone shed any light on this? I'm going to toss my entire WAR file into the environment where it /is/ working to see if it's some interaction problem. Placing my entire WAR file into the environment where I could get the JSP working

Re: TC 6 JSTL: attribute does not accept any expressions

2010-05-07 Thread Pid
On 07/05/2010 15:57, Christopher Schultz wrote: All, On 05/07/2010 10:39 AM, Christopher Schultz wrote: Can anyone shed any light on this? I'm going to toss my entire WAR file into the environment where it /is/ working to see if it's some interaction problem. Placing my entire WAR file

Re: TC 6 JSTL: attribute does not accept any expressions

2010-05-07 Thread Kris Schneider
On Fri, May 7, 2010 at 10:39 AM, Christopher Schultz ch...@christopherschultz.net wrote: All, I'm a complete newbie to JSTL and I'm having trouble getting a simple page to render. The page below gives me the error: org.apache.jasper.JasperException: /tasks.jsp(18,6) According to TLD or

Re: TC 6 JSTL: attribute does not accept any expressions

2010-05-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kris, On 5/7/2010 11:12 AM, Kris Schneider wrote: On Fri, May 7, 2010 at 10:39 AM, Christopher Schultz ch...@christopherschultz.net wrote: %@ taglib prefix=c uri=http://java.sun.com/jstl/core; % The correct core taglib uri for JSTL 1.2 is: