Re: basic JSTL question

2006-12-19 Thread Rick Schumeyer
Never mind! The solution involved some not-so-obvious steps 1. download and install the jstl (ok, this should have been obvious) 2. Change the top of my web.xml (this was not obvious...see http://forum.java.sun.com/thread.jspa?threadID=629437&tstart=0) 3. read the docs on jstl and FormBeans

Re: basic JSTL question

2006-12-19 Thread Wendy Smoak
On 12/19/06, Rick Schumeyer <[EMAIL PROTECTED]> wrote: These should be easy questions, but I can't find the answers...if someone could either answer them or point me to the right docs, I would appreciate it. 1. What is the proper uri for the jstl core library? According to my JSP book it should

basic JSTL question

2006-12-19 Thread Rick Schumeyer
These should be easy questions, but I can't find the answers...if someone could either answer them or point me to the right docs, I would appreciate it. 1. What is the proper uri for the jstl core library? According to my JSP book it should be <%@ taglib prefix="c" uri="http://java.sun.com/