Any thoughts on this? I tried

 <html-el:img src="../../jsp/images/portGraph.gif"

but that is an illegal argument :(

On 5/11/05, David Johnson <[EMAIL PROTECTED]> wrote:
> 
> Interesting twist, when I add in <html:base/> it gets translated into 
> this:
> 
> <base 
> href="http://localhost:8080/myApp/jsp/layouts/siteLayout.jsp";<http://localhost:8080/myApp/jsp/layouts/siteLayout.jsp%22>
> >
> 
> So, does that mean the base location is the "layouts" dir? Obviously I'm 
> using Tiles in this app.
> 
> Thoughts?
> 
> On 5/11/05, David Johnson <[EMAIL PROTECTED]> wrote:
> > 
> > Hey all
> > 
> > I've got the followiong directory structure for my web-app
> > 
> > C:\Builds\riskGrid\WebRoot\jsp (all JSP's are here)
> > C:\Builds\riskGrid\WebRoot\jsp\images (all images)
> > 
> > This is the image code (in a JSP in the jsp directory) that results in 
> > the image not being found. What am I missing?? I cant have an absolute URL 
> > for obvious reasons.
> > 
> > (note everything else is working, the link, the submit, etc.)
> > 
> > <html-el:img src="../jsp/images/portGraph.gif" 
> > onclick="set('portfolioGraph');javascript:setPortName('${
> > refPortfolio.refPortfolioDesc}');document.forms[0].submit();"/>
> > 
> > -- 
> > -Dave
> > [EMAIL PROTECTED] 
> 
> 
> 
> 
> -- 
> -Dave
> [EMAIL PROTECTED] 




-- 
-Dave
[EMAIL PROTECTED]

Reply via email to