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
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