checking for files

2002-03-08 Thread Agrawal, Anuj (Anuj)** CTR **
I'd like to to be able to test if a file (in the particular web context) exists. e.g. in my webapp, i have an images directory which contains a bunch of jpegs (1.jpg, 2.jpg, etc). I'd like to programmatically test (using JSTL tags or any other taglib) if a particular file (e.g. 3.jpg) exists. I

Re: Newbie question - what is wrong with this .war?

2002-03-08 Thread Tony Ziolkowski
OOPS! Forgot attachment in previous. Tony Ziolkowski wrote: > Ok, I changed it so my two classes are under > WEB-INF/classes/org/apache/jsp and they are both in package > org.apache.jsp. Now I get a different error. The .war file is attached > > The error is: > > org.apache.jasper.compiler.Com

Re: Newbie question - what is wrong with this .war?

2002-03-08 Thread Tony Ziolkowski
Ok, I changed it so my two classes are under WEB-INF/classes/org/apache/jsp and they are both in package org.apache.jsp. Now I get a different error. The .war file is attached The error is: org.apache.jasper.compiler.CompileException: /index.jsp(7,3) Unable to load class HTML_FormatTag

RE: Newbie question - what is wrong with this .war?

2002-03-08 Thread Tony Ziolkowski
I did. Those two clasesses belong to no pakcge. Must they belong to org.apache.jsp? -Original Message- From: Hill, Donald [mailto:[EMAIL PROTECTED]] Sent: March 8, 2002 12:05 PM To: 'Tag Libraries Users List' Subject: RE: Newbie question - what is wrong with this .war? Check the package

Using to change scope

2002-03-08 Thread Steve Bang
We have a custom tag library that treats all of our tags with a session scope (by design). Is it possible to use JSTL's tag to change the scope on one of the attributes on our tags? Users are requesting the ability to dynamically change an attribute value on our tags when a page is refreshed, b

RE: Newbie question - what is wrong with this .war?

2002-03-08 Thread Hill, Donald
Check the package path under the classes -Original Message- From: Tony Ziolkowski [mailto:[EMAIL PROTECTED]] Sent: Friday, March 08, 2002 10:56 AM To: [EMAIL PROTECTED] Subject: Newbie question - what is wrong with this .war? Hi. I'm trying my first taglib exercise and it doesn't

Re: [standard] where did c:declare go?

2002-03-08 Thread Shawn Bayern
On 8 Mar 2002, Glenn R. Kronschnabl wrote: > >From the nightlies standard taglib, it appears that c:declare is gone? > It was removed from the c.tld and c-rt.tld but the source still > appears. What's the replacement? Good question. There isn't one. We decided it was not in line with JSTL's a

[standard] where did c:declare go?

2002-03-08 Thread Glenn R. Kronschnabl
>From the nightlies standard taglib, it appears that c:declare is gone? It was removed from the c.tld and c-rt.tld but the source still appears. What's the replacement? Glenn -- To unsubscribe, e-mail: For additional commands, e-mail:

Question about the io taglib

2002-03-08 Thread Mike Hulse
Hi, I'm new to using Jakarta Taglibs and I have been having a problem using the io tagilb. The intranet server that I have Apache and Tomcat running on is behind a proxy server. My browser works find going to distant URL's because the proxy is set. When I try to run the sample from the IO Ta

Newbie question - what is wrong with this .war?

2002-03-08 Thread Tony Ziolkowski
Hi. I'm trying my first taglib exercise and it doesn't work. I am using tomcat4. Attched is the war file I tried. When I try to reach my test page i get the following error: org.apache.jasper.JasperException: Unable to compile class for JSPNote: sun.tools.javac.Main has been deprecated. An er

RE: id attribute

2002-03-08 Thread van Hilten, Clive
Hi Boris - post your code and I'll try it in my container. Clive -Original Message- From: Borislav Iordanov [mailto:[EMAIL PROTECTED]] Sent: 07 March 2002 18:43 To: Tag Libraries Users List Subject: Re: id attribute Hi, Tanks Clive! Actually, I was talking about the _value_ of the id