RE: Struts support for body background image??

2002-02-20 Thread Matt Raible
: Re: Struts support for body background image?? why not just use a relative path images/background.gif and put images in the same directory as your JSPs? Or you could use CSS to set this. Matt --- Jim Crossley [EMAIL PROTECTED] wrote: The only problem with that is that you have

Struts support for body background image??

2002-02-19 Thread Greg Hess
Hi All, I would like to avoid writing a scriplet in my jsp to provide a background image. body background=%=request.getContextPath()%/images/background.jpg Does anyone know an alternate solution, or if Struts plans to provide a html:body tag in the future? Thanks, Greg -- To unsubscribe,

RE: Struts support for body background image??

2002-02-19 Thread Low, Liang
Subject: Struts support for body background image?? Hi All, I would like to avoid writing a scriplet in my jsp to provide a background image. body background=%=request.getContextPath()%/images/background.jpg Does anyone know an alternate solution, or if Struts plans to provide a html:body tag

Re: Struts support for body background image??

2002-02-19 Thread Jim Crossley
: Greg Hess [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 19, 2002 11:25 AM To: Struts Mail List Subject: Struts support for body background image?? Hi All, I would like to avoid writing a scriplet in my jsp to provide a background image. body background=%=request.getContextPath

Re: Struts support for body background image??

2002-02-19 Thread Matt Raible
To: Struts Mail List Subject: Struts support for body background image?? Hi All, I would like to avoid writing a scriplet in my jsp to provide a background image. body background=%=request.getContextPath()%/images/background.jpg Does anyone know an alternate solution, or if Struts