Hi Martin,
  Yes I want to be able to carry on my values using
${param.my_variables_name} in tomcat 4.0.3 and using taglib 1.0. What
uri would I use? I don't think the core_rt will work, but I would like
the same functionality and I can't change tomcat versions because I'm
uploading to a web service provider.

   Wallace

-----Original Message-----
From: Martin van Dijken [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, October 21, 2003 10:22 AM
To: Tag Libraries Users List
Subject: RE: is this link correct?

Hey Wallace,

I can't figure out your message entirely, it's a bit cryptic. Do you
mean you're looking for ${param["VariableName"]}  ??

Martin

> -----Original Message-----
> From: Wallace [mailto:[EMAIL PROTECTED]
> Sent: maandag 20 oktober 2003 20:13
> To: 'Tag Libraries Users List'
> Subject: RE: is this link correct?
> 
> 
> I've got almost the same problem, my tomcat is 4.0.3 so therefore it
> would be for JSP 1.2, but my script uses ${param.var} for EL and I use
> <c:choose><c:when test="${param.var eq 'whatever'}">do
> whatever</c:when></c:choose>
> 
> I want to use ${param.var} as the way I would for core_rt in 
> tomcat 5. I
> tested in tomcat 5, but the server I am uploading only uses tomcat
> 4.0.3, would you guys know a work around for this?
> 
> 
> -----Original Message-----
> From: Mark R. Diggory [mailto:[EMAIL PROTECTED] 
> Sent: Monday, October 20, 2003 12:40 PM
> To: Tag Libraries Users List
> Subject: Re: is this link correct?
> 
> Doh, My bad, your correct.
> 
> Kris Schneider wrote:
> 
> > You shouldn't need anything in web.xml
> > 
> > JSP 1.2 / JSTL 1.0:
> > http://java.sun.com/jstl/core
> > 
> > JSP 2.0 / JSTL 1.1:
> > http://java.sun.com/jsp/jstl/core
> > 
> > And make sure the necessary JAR files are in WEB-INF/lib...
> > 
> > Quoting "Mark R. Diggory" <[EMAIL PROTECTED]>:
> > 
> > 
> >>Are you adding the taglib mapping to your web.xml?
> >>
> >>for example
> >>
> >>   <taglib>
> >>     <taglib-uri>http://java.sun.com/jstl/core</taglib-uri>
> >>     <taglib-location>/WEB-INF/tld/c.tld</taglib-location>
> >>   </taglib>
> >>
> >>
> >>David Liles wrote:
> >>
> >>
> >>>I am trying to use jstl and when I include the following line in my
> JSP I
> >>
> >>get an error indicating it can not find the uri....
> >>
> >>> 
> >>><%@ taglib prefix="c" uri="http://java.sun.com/jstl/core"; %>
> >>>
> >>>Is this link even valid?
> >>
> >>-- 
> >>Mark Diggory
> >>Software Developer
> >>Harvard MIT Data Center
> >>http://www.hmdc.harvard.edu
> > 
> > 
> 
> -- 
> Mark Diggory
> Software Developer
> Harvard MIT Data Center
> http://www.hmdc.harvard.edu
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to