I'm following the recommendations laid out by Shawn
Bayern in "JSTL In Action", but I've run into a snag.

On page 136, Shawn recommends using the <c:url> tag
for referring to a directory named images in a Web
application:

<body background="<c:url value='/images/gray.jpg'/>">
<!-- other HTML stuff in here
</body>

When I ask Tomcat to send this page, the background is
not there.  When I View Source to look at the HTML, I
see this:

<body
background="/mock-trading-partner/images/gray.jpg;jsessionid=9B0DA55495E2CD9BF40AAD98A4E115D8">

Looks to me like that jsessionid is making it so I
can't find the background.  How do I get rid of it? 
Thanks - MOD



__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

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

Reply via email to