The example on page 436. I have set a an array in a
servlet like shown below:
Then in the result.jsp I have done below:
But the ouput I get shown is:
<@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> Movie List
Im not being shown the list of movies as shown on p 436. Why?