I will try to be clearer this time !!

I am developing a Struts project using myeclipse IDE. In this I have
developed a JSP page using struts tags. I want to insert a picture on
this page. For doing this I have used these two options:

1. <html:img src="images/struts-power.gif" />
2. <html:img align="" alt="" border="" page="/images/struts-power.gif"
/>

The directory structure of my application is 
CMSystem/WebRoot/images/...
CMSystem/WebRoot/WEB-INF/...

The context is CMSystem folder.

But, none of the above is showing the image on viewing in browser. I am
using JBOss 3.2.5

Please let me know what mistake I am doing.


-----Original Message-----
From: Dave Newton [mailto:[EMAIL PROTECTED] 
Sent: Thursday, February 02, 2006 8:51 PM
To: Struts Users Mailing List
Subject: [OT] Re: Image not getting displayed !


Jitendra Kumar wrote:
> I am using <IMG src="images/imagename.gif"></IMG> in myeclipse.
>
> In Design view the image is showing by when I view it in browser, the 
> image doesn't show. Please let me know the reason.
>   
I'm not sure how this is Struts-related.

Even if it were, as you have provided essentially zero information this
will be difficult to diagnose.

Dave



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to