RE: Question about the io taglib

2002-03-09 Thread Meltsner, Kenneth
If you set the system properties: http.proxyHost http.proxyPort (either programmatically, or by using -Dpropname=value when starting Java) it will work with a proxy server that doesn't require authentication. For authentication, you need to add a custom header to the request. I have the code f

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

2002-03-09 Thread Tony Ziolkowski
Yes. I just verified that. The .war is attached if you want to check it for yourself. Ted Neward wrote: 011001c1c7a6$5e18d9b0$[EMAIL PROTECTED]"> All-caps?Ted Neward{.NET || Java} Course Author & Instructor, DevelopMentor(http://www.develop.com)http://www.javageeks.com/tnewardhttp://www.clrge

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

2002-03-09 Thread Ted Neward
All-caps? Ted Neward {.NET || Java} Course Author & Instructor, DevelopMentor (http://www.develop.com) http://www.javageeks.com/tneward http://www.clrgeeks.com/tneward - Original Message - From: "Tony Ziolkowski" <[EMAIL PROTECTED]> To: "Tag Libraries Users List" <[EMAIL PROTECTED]> Sent

Re: multiple conditions for an IF statement

2002-03-09 Thread Ryan Lubke
Hi, I believe the nightly builds of JSTL should be able to support what you're trying to accomplish: TRUE Please take note of the syntax change when specifying an EL value for an attribute (${...}). The EL has changed in the recent builds of JSTL. -rl On Sat, 2002-03-09 at 13:35, Agraw

multiple conditions for an IF statement

2002-03-09 Thread Agrawal, Anuj (Anuj)** CTR **
I'd like to use the JSTL (or )action, but the test i'd like to perform is not a single conditional statement. For example, i want to do: <% if (x==0 && y==4) { // do something } %> I was able to do: something happens here but not: something happens here I

Re: Question about the io taglib

2002-03-09 Thread James Strachan
Hi Mike Unfortunately there's no ability to set a proxy server right now. The IO Taglib just uses the URL class right now, so if someone can figure out how to specify a proxy server when using the URL class it should be pretty easy to patch the IO taglib. Otherwise it might be worth porting it to

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

2002-03-09 Thread Tony Ziolkowski
It is. Unless I'm missing something somewhete. -Original Message- From: Reynir Hübner [mailto:[EMAIL PROTECTED]] Sent: March 9, 2002 3:46 AM To: Tag Libraries Users List Subject: RE: Newbie question - what is wrong with this .war? the web-inf folder must be named WEB-INF > -Origin

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

2002-03-09 Thread Reynir Hübner
the web-inf folder must be named WEB-INF > -Original Message- > From: Tony Ziolkowski [mailto:[EMAIL PROTECTED]] > Sent: 8. mars 2002 21:22 > To: Tag Libraries Users List > Subject: Re: Newbie question - what is wrong with this .war? > > > OOPS! Forgot attachment in previous. > > Tony