Hi Manos,
  I cannot change the provider because I am writing this jsp for a
friend and he is set on using this provider due to costs. I am stuck
with a tomcat 4 container and just wondering what I would have to do to
make it work for tomcat 4 instead. In jstl what is the syntax to extract
an html form's input data? Do I need to use <c:out>? And do I have to
create a web.xml to refer to tlds? Or can I just use a uri like I did
for tomcat 5? I did all my development and testing in tomcat 5, so JSP 2
syntax is all I know.
   Wallace

-----Original Message-----
From: Manos Papantoniou [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, October 21, 2003 11:58 AM
To: Tag Libraries Users List
Subject: Re: is this link correct?

I am not 100% sure, but I am under the impression that what you are
talking about here can only be done with containers supporting JSP 2.0
(tomcat 5 for example) since this JSP version has Expression Language
support, and perhaps it is not possible with tomcat 4.x. Or it might
probably be possible, but not with this syntax at least. You would
probably have to write some more complicated code to achieve the same
result (i.e. carry on your values). 

Possible solutions are to ask your provider to give you tomcat 5 support
or change provider. You can download tomcat 5 locally and give it a go
to see if it does actually what you want, I think it does.

Manos 

  ----- Original Message ----- 
  From: Wallace 
  To: 'Tag Libraries Users List' 
  Sent: Tuesday, October 21, 2003 4:46 PM
  Subject: RE: is this link correct?


  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


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

Reply via email to