I'm in the process of developing my first tiles-based application, and have
come across the following issues.

1. In my header.jsp, I have the following code snippet:

        <logic:present name="bApplication">
                <img border=0 src="/images/logo.jpg">
        </logic:present>

  I know the 'bApplication' bean does NOT exist as I haven't even coded it
yet, but the image is still being rendered on the final page.

2. In place of the <img> tag above, I tried to use the <html:img border="0"
src="/images/logo.jpg" /> form.  All of my images are 'owned' by my Apache
webserver.  I'm not 100% sure, but I think that when the <html:img> tag
rewrites the URL for the image, Apache can no longer find it since I don't
get the image displayed.

Any ideas/comments/suggestions are appreciated, as always.

Jerry

This transmission (and any information attached to it) may be confidential and is 
intended solely for the use of the individual or entity to which it is addressed. If 
you are not the intended recipient or the person responsible for delivering the 
transmission to the intended recipient, be advised that you have received this 
transmission in error and that any use, dissemination, forwarding, printing, or 
copying of this information is strictly prohibited. If you have received this 
transmission in error, please immediately notify LabOne at (800)388-4675.



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

Reply via email to