2013/4/20 Jerry Malcolm <2ndgenfi...@gmail.com>:
> I have been searching for several hours for a basic JSTL answer with no
> luck. From what I can tell, JSTL is under the umbrella of Tomcat.
> Hopefully someone can help me out.
>
You are welcome.
> I simply want to use an existing already-parsed
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Jerry,
On 4/20/13 2:14 PM, Jerry Malcolm wrote:
> I have been searching for several hours for a basic JSTL answer
> with no luck. From what I can tell, JSTL is under the umbrella of
> Tomcat.
Nope, but I can understand the confusion.
JSTL is a st
Jerry
You'll need core taglib and xml taglib e.g.
http://www.tutorialspoint.com/jsp/jstl_xml_out_tag.htm
declaration:<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"; %>
<%@ taglib prefix="x" uri="http://java.sun.com/jsp/jstl/xml"; %>
use core taglib to set var:
Padam