RE: Image Does Not Get Picked Up (solved)

2004-09-02 Thread Slattery, Tim - BLS
> So the lesson here is "turn off that stupid hide-the-extension > M$ cr*p". Beyond question. That's the first thing I do on a new or unfamiliar computer. -- Tim Slattery [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROT

RE: Image Does Not Get Picked Up (solved)

2004-09-02 Thread Jim Barrows
> -Original Message- > From: news [mailto:[EMAIL PROTECTED] Behalf Of Bill Siggelkow > Sent: Thursday, September 02, 2004 11:54 AM > To: [EMAIL PROTECTED] > Subject: Re: Image Does Not Get Picked Up (solved) > > > So the lesson here is "turn off that stupi

Re: Image Does Not Get Picked Up (solved)

2004-09-02 Thread Bill Siggelkow
So the lesson here is "turn off that stupid hide-the-extension M$ cr*p". Caroline Jen wrote: Hi, All: Thanks to all of you for making suggestions. Here is the story: The extension of my image was hidden when I first ran the application. I rolled my mouse over the name of that ima

Re: Image Does Not Get Picked Up (solved)

2004-09-02 Thread Caroline Jen
Hi, All: Thanks to all of you for making suggestions. Here is the story: The extension of my image was hidden when I first ran the application. I rolled my mouse over the name of that image and it showed JPEG. Therefore, I used the .jpeg as its extension. I did follow

Re: Image Does Not Get Picked Up

2004-09-02 Thread Erik Weber
Please paste your verbatim html:img tag contents. Please also paste your verbatim HTML source that is generated by the html:img tag. Please also run "jar -tf HSInfo.war", and paste the (small) section from that output that shows where your images are in the WAR hierarchy. Show the image in ques

Re: Image Does Not Get Picked Up

2004-09-02 Thread Caroline Jen
I have tried .jpg as the extension. It does not work. I am using the Windows XP. --- Michael McGrady <[EMAIL PROTECTED]> wrote: > Caroline Jen wrote: > > >Thanks for your reply. > > > >I followed your advices: > > > >1. Try just: > >frame/common/images/dhs-header-title.JPEG (with no > >leading

Re: Image Does Not Get Picked Up

2004-09-02 Thread Yves Sy
You can also use the "src" attribute: to get to your image using relative paths... -Yves- On Thu, 02 Sep 2004 09:44:19 -0700, Michael McGrady <[EMAIL PROTECTED]> wrote: > Caroline Jen wrote: > > >Thanks for your reply. > > > >I followed your advices: > > > >1. Try just: > >frame/common/image

Re: Image Does Not Get Picked Up

2004-09-02 Thread Michael McGrady
Caroline Jen wrote: Thanks for your reply. I followed your advices: 1. Try just: frame/common/images/dhs-header-title.JPEG (with no leading slash) does not work. 2. You are right. The generated HTML is an tag. When I clicked "View Source", it is: src="/HSInfo/frame/common/images/dhs-header-ti

Re: Image Does Not Get Picked Up

2004-09-02 Thread Wendy Smoak
From: "Jim Barrows" <[EMAIL PROTECTED]> > I'll agree with Wendy up to here... and then it's a style differerence... > the html:img tag also prepends the context information to the image, > so it's portable between contexts. In my experience, everything is portable, > everything changes, iow Mr. Mu

Re: Image Does Not Get Picked Up

2004-09-02 Thread Erik Weber
The value of the page attribute to html:img has to start with a "/". When you use the page attribute, the tag prepends the application context to the relative URL. So if you use html:img page="/frame/common/. . .", you should end up with img src="/HSInfo/frame/common/. . ." when you view source

RE: Image Does Not Get Picked Up

2004-09-02 Thread Jim Barrows
> -Original Message- > From: Wendy Smoak [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 02, 2004 9:19 AM > To: Struts Users Mailing List > Subject: Re: Image Does Not Get Picked Up > > > From: "Caroline Jen" <[EMAIL PROTECTED]> > > I

Re: Image Does Not Get Picked Up

2004-09-02 Thread Wendy Smoak
From: "Caroline Jen" <[EMAIL PROTECTED]> > I do not know what to do now. Please help more. Figure out the entire URL to the image into your browser and view it. Something like... http://www.example.com/HSInfo/frame/common/images/dhs-header-title.JPEG (replace www.example.com with localhost or yo

RE: Image Does Not Get Picked Up

2004-09-02 Thread Yee, Richard K, CTR,, DMDCWEST
Have you tried using .jpeg instead of .JPEG? If you are on Unix, paths are case sensitive. -Original Message- From: Caroline Jen [mailto:[EMAIL PROTECTED] Sent: Thursday, September 02, 2004 9:02 AM To: Struts Users Mailing List Subject: Re: Image Does Not Get Picked Up Thanks for your

Re: Image Does Not Get Picked Up

2004-09-02 Thread Caroline Jen
Thanks for your reply. I followed your advices: 1. Try just: frame/common/images/dhs-header-title.JPEG (with no leading slash) does not work. 2. You are right. The generated HTML is an tag. When I clicked "View Source", it is: 3. I copied the generated HTML tag (but changed 'img' to '

Re: Image Does Not Get Picked Up

2004-09-02 Thread Wendy Smoak
From: "Caroline Jen" <[EMAIL PROTECTED]> > page="/HSInfo/frame/common/images/dhs-header-title.JPEG" > border="0" width="800" alt="[infomation]"/> > The image does not get picked up in the browser. > Therefore, only the text "information" is shown. Have you tried it with a relative link? Try just