IMAGE DISPLAY PROBLEM - PLEASE HELP!!

2003-07-17 Thread Stanislaw Findeisen
Hello, I am having a simple problem regarding image displaying in a web application (.war). My directory structure is: MyWebApp.war - META-INF - WEB-INF - pages - graphics - MyPicture.gif - layout

IMAGE DISPLAY PROBLEM - PLEASE HELP!! (fwd)

2003-07-17 Thread Stanislaw Findeisen
Once again, since indentation might be invisible on some clients... Sorry. -- Forwarded message -- Hello, I am having a simple problem regarding image displaying in a web application (.war). My directory structure is: MyWebApp.war -- META-INF -- WEB-INF -- pages

Re: IMAGE DISPLAY PROBLEM - PLEASE HELP!!

2003-07-17 Thread Nicolas De Loof
As your serlvet-mapping is setted to url-pattern//url-pattern every request is handled by Struts. Struts RequestProcessor extracts the extension to get the action path to process. request = /MyWebApp/pages/graphics/MyPicture.gif When your request is handled, they're is no action-mapping for

Re: IMAGE DISPLAY PROBLEM - PLEASE HELP!!

2003-07-17 Thread mohan
Hey I have used the usual image tag like this img src=/GEST/images/attention.gif... and this works just fine for me where GEST is the directory containing WEB-INF etc where your JSP reside --Let me know if it works Mohan Hello, I am having a simple problem regarding image displaying in a

Re: IMAGE DISPLAY PROBLEM - PLEASE HELP!! (fwd)

2003-07-17 Thread Micael
I have to go now, but I will give you the solution on this in an hour or so. None of the answers so far are correct. This is not an easy question. At 03:39 PM 7/17/03 +0200, you wrote: Once again, since indentation might be invisible on some clients... Sorry. -- Forwarded message

RE: IMAGE DISPLAY PROBLEM - PLEASE HELP!! (fwd)

2003-07-17 Thread Stephen Brown
What other servlet-mappings do you have? Possible anything with * or *.gif? steve -Original Message- From: Stanislaw Findeisen [mailto:[EMAIL PROTECTED] Sent: July 17, 2003 9:40 AM To: [EMAIL PROTECTED] Subject: IMAGE DISPLAY PROBLEM - PLEASE HELP!! (fwd) Once again, since

RE: IMAGE DISPLAY PROBLEM - PLEASE HELP!!

2003-07-17 Thread Stephen Brown
Sorry Micael, Nicolas is correct. steve -Original Message- From: Nicolas De Loof [mailto:[EMAIL PROTECTED] Sent: July 17, 2003 9:52 AM To: Struts Users Mailing List Subject: Re: IMAGE DISPLAY PROBLEM - PLEASE HELP!! As your serlvet-mapping is setted to url-pattern//url

RE: Image display problem

2001-08-27 Thread Craig R. McClanahan
On Sat, 25 Aug 2001, Jay Patel wrote: Date: Sat, 25 Aug 2001 08:21:58 -0700 From: Jay Patel [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] Subject: RE: Image display problem Sandeep, When you specify an image src as images/foo.gif that image

Image display problem

2001-08-25 Thread s k m
Hi Friends, We are facing a problem with image display using JSP. When the page is being displayed for the first time then the images are being displayed correctly. However when the same page is being displayed again (after a validation failure) the images are not being displayed. The same is

RE: Image display problem

2001-08-25 Thread Jay Patel
Patel 972-701-9773 972-849-0373 Mobile [EMAIL PROTECTED] -Original Message- From: s k m [mailto:[EMAIL PROTECTED]] Sent: Saturday, August 25, 2001 9:18 AM To: [EMAIL PROTECTED] Subject: Image display problem Hi Friends, We are facing a problem with image display using JSP. When