> I have the following
> 
> <logic:equal name="foo" property="bar" value="val">
>    <img src="images/foo.jpg">
> </logic:equal>
> 
> The page source shows the following
>    <img src="images/foo.jpg">
> 
> However my log files say the following is being requested.
> 
>    /context/do/images/foo.jpg
> 
> As a result the images aren't loaded on my pages.  So i modified the img 
> tag path to compensate.
> 
>    <img src="../images/foo.jpg">
> 

try
<html:img page="path/to/image"/>

John Reid
----------------
OpenConnect (Ireland) Ltd
+44 (0)2893 329 321
www.openconnect.co.uk 
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.349 / Virus Database: 195 - Release Date: 15/04/2002


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

Reply via email to