Re: jstl doesn't work

2005-10-22 Thread Christian Taylor
Hi Michael, Did you include the necessary taglib directives at the beginning of your JSP? For example, to use the core taglib as you are doing: [EMAIL PROTECTED] prefix=c uri=http://java.sun.com/jsp/jstl/core% This needs to be included at the top of any JSP using the taglib. If you already

RE: How to print an int with a c:out tag?

2005-08-03 Thread Christian Taylor
to any imported tag library Thanks again for you patience, you've been a great help and I've learned quite a bit. Thanks, Marius -Original Message- From: Christian Taylor [mailto:[EMAIL PROTECTED] Sent: 02 August 2005 07:59 To: Tag Libraries Users List Subject: Re: How to print an int

Re: How to print an int with a c:out tag?

2005-08-02 Thread Christian Taylor
Hi Marius, Check out the fn:length() function, this is what you are looking for. size() is a method and you cannot call methods directly from JSTL (only getters and setters), but the fn taglib provides a function for length of Collections and strings. See the JSTL 1.1 documentation for more

Re: How to print an int with a c:out tag?

2005-08-02 Thread Christian Taylor
My next guess was going to be one thing mentioned on the page Murray links to below. Regardless of whether you are using Tomcat 5, JSTL 1.1 and JSP 2.0... if your web.xml doesn't say it's a servlet 2.4 app it will revert to Servlet 2.3/JSP 1.2 (and trying to use JSTL 1.1 with JSP 1.2 probably

RE: c:import problem

2004-10-21 Thread Christian Taylor
the chance to code run it... Quoting Christian Taylor [EMAIL PROTECTED]: Hi, I'm new to this list, but far from a newbie when it comes to servlets, JSP, JSTL and Tomcat. I've spent hours trying to debug this problem, searched the net and mailing lists and haven't been able to find a solution

c:import problem

2004-10-19 Thread Christian Taylor
Hi, I'm new to this list, but far from a newbie when it comes to servlets, JSP, JSTL and Tomcat. I've spent hours trying to debug this problem, searched the net and mailing lists and haven't been able to find a solution. Here is my situation: My application has many pages that use c:import to