RE: html:img and servlet context - doesn't get it

2002-03-26 Thread Witbeck, Shane
how about a regular HTML image tag like this: img src=%= request.getContextPath()%/images/yourImage.gif Sincerely, Shane Witbeck __ Developer, Bank of America email: [EMAIL PROTECTED] phone: 904.987.1688 -Original Message- From: Struts Newsgroup

Re: html:img and servlet context - doesn't get it

2002-03-26 Thread Max Cooper
Use the page attribute instead of src to have the context path prepended: html:img page=/images/logoOnpoint.gif -Max - Original Message - From: Struts Newsgroup @[EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, March 26, 2002 11:10 AM Subject: html:img and servlet context -

Re: html:img and servlet context - doesn't get it

2002-03-26 Thread @Basebeans.com
Subject: Re: html:img and servlet context - doesn't get it From: Matt Raible [EMAIL PROTECTED] === Worked like a charm - thanks Max! Max Cooper [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... Use the page attribute instead of src to have the context path prepended: html:img page