Help noob get JSTL to work on webpage

2007-10-07 Thread Buggy Buggerio
Hi, I can't get JSTL to work on my webpage. Here is some info. Any help is appreicated. It's a godaddy.com webhost account and this is my classpath: (This statement is output below):pHello! % out.print(System.getProperty(java.class.path)); %/p

Re: Help noob get JSTL to work on webpage

2007-10-07 Thread Hassan Schroeder
On 10/7/07, Buggy Buggerio [EMAIL PROTECTED] wrote: Hi, I can't get JSTL to work on my webpage. Here is some info. Any help is appreicated. It'd be helpful to post the version of Tomcat, version of JDK/JRE, JSTL and Servlet Spec, but ... this is my classpath: If you're using Tomcat, you

RE: Help noob get JSTL to work on webpage

2007-10-07 Thread Forsberg, Mike
Your taglib-uri looks a little weird. It should match the uri from the c.tld file. Hope I helped alittle, Big Mike -Original Message- From: Buggy Buggerio [mailto:[EMAIL PROTECTED] Sent: Sunday, October 07, 2007 6:50 PM To: taglibs-user@jakarta.apache.org Subject: Help noob get JSTL

Re: Help noob get JSTL to work on webpage

2007-10-07 Thread Buggy Buggerio
I don't know how to reply to a message. Thank you for responding, greatly appreciated. On 10/7/07, Buggy Buggerio [EMAIL PROTECTED] wrote: Hi, I can't get JSTL to work on my webpage. Here is some info. Any help is appreicated. -- It'd be helpful to post the version of Tomcat,

Re: Help noob get JSTL to work on webpage

2007-10-07 Thread Hassan Schroeder
On 10/7/07, Buggy Buggerio [EMAIL PROTECTED] wrote: i have asked the tech support for the jdk/jre version i don't know what a servlet spec is, will look into it It determines what your web.xml looks like, among other things :-) Okay, I tried it with your tag statement and here is the top