Re: jstl doesn't work

2005-10-22 Thread michael Muttai
Libraries Users List Subject: Re: jstl doesn't work Date: Sat, 22 Oct 2005 07:59:30 -0300 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=&quo

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 alr