RE: [OT] RE: Rendering Images

2004-06-15 Thread mike
This solution, Wendy, is just a less sophisticated version of what I said. I think this is the way to go, however. Not that the exist() method of File works for files on "foreign" computers. Michael At 03:13 PM 6/15/2004, Wendy Smoak wrote: > From: Hookom, Jacob [mailto:[EMAIL PROTECTED] > Act

RE: [OT] RE: Rendering Images

2004-06-15 Thread mike
That does not make any difference, Wendy. Granted that if you want to collect a resource with a URL that is different than using a file system protocol in some senses. However, for purposes of what I said, it makes no difference. The code I get these images with in fact is the following (sub

RE: [OT] RE: Rendering Images

2004-06-15 Thread Hookom, Jacob
quot;don't buy a dog and bark yourself" -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 15, 2004 5:14 PM To: Struts Users Mailing List Subject: RE: [OT] RE: Rendering Images > From: Hookom, Jacob [mailto:[EMAIL PROTECTED] > Actually, I

RE: [OT] RE: Rendering Images

2004-06-15 Thread Wendy Smoak
> From: Hookom, Jacob [mailto:[EMAIL PROTECTED] > Actually, I think you can do this pretty easily with CSS... Here's a thread that might be helpful... http://www.webmasterworld.com/forum91/1871.htm -- Wendy Smoak - To unsubscr

RE: [OT] RE: Rendering Images

2004-06-15 Thread Hookom, Jacob
Actually, I think you can do this pretty easily with CSS... Do all your images have the same dimensions? -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 15, 2004 4:34 PM To: Struts Users Mailing List Subject: RE: [OT] RE: Rendering Images > From: m

RE: [OT] RE: Rendering Images

2004-06-15 Thread Wendy Smoak
> From: mike [mailto:[EMAIL PROTECTED] > I deliver all resources with the following code (you have to > fill in some > details). You can easily see where you can test for the > availablitlity of > the image. Anyway, you can always test with, as I said > before the exists() method of the Fil

Re: [OT] RE: Rendering Images

2004-06-15 Thread mike
I deliver all resources with the following code (you have to fill in some details). You can easily see where you can test for the availablitlity of the image. Anyway, you can always test with, as I said before the exists() method of the File class. public class InitResponse { public InitRes

RE: [OT] RE: Rendering Images

2004-06-15 Thread CRANFORD, CHRIS
When you're talking a dataload of over 1 million items every month or so, it gets to be very time consuming and tedious to go behind suppliers to insure their "data" is always correct :-). Unfortunately, its kind of the nature of our business. At any rate, have an example of how to put a filter o