RE: Setting up JSTL---How?

2003-03-31 Thread Karr, David
One step you need to take care of, if you haven't yet, is reading the JSTL specification. If you had, you would have noticed that $param.userName should be ${param.userName}. I'm not certain whether this the cause of your exception, however. -Original Message- From: joni santoso

Setting up JSTL---How?

2003-03-30 Thread joni santoso
Hi, I have downloaded jakarta-taglibs-20030316.zip. I have unzipped and installed it to my tomcat 4.1.18. Here is my test web-app's web.xml (is it wrong?) : !-- ?xml version=1.0 encoding=ISO-8859-1? !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.2//EN

Re: Setting up JSTL---How?

2003-03-30 Thread Dan Tran
suggestion!! download Struts-el example, load and run it. And use it as template for your new jstl work. -Dan - Original Message - From: joni santoso [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Sunday, March 30, 2003 11:15 PM Subject: Setting up JSTL---How

Re: Setting up JSTL---How?

2003-03-30 Thread joni santoso
: joni santoso [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Sunday, March 30, 2003 11:15 PM Subject: Setting up JSTL---How? Hi, I have downloaded jakarta-taglibs-20030316.zip. I have unzipped and installed it to my tomcat 4.1.18. Here is my test web-app's web.xml

Re: Setting up JSTL---How?

2003-03-30 Thread Dan Tran
30, 2003 11:24 PM Subject: Re: Setting up JSTL---How? where can i get that struts-el? still i am curious why the jstl didn't work :(. On Sun, 30 Mar 2003 23:20:03 -0800 Dan Tran [EMAIL PROTECTED] wrote: suggestion!! download Struts-el example, load and run it. And use it as template