/do/ being prepended to paths inside logic tags

2002-04-16 Thread rob
I've been using the struts logic tags to determine whether or not an img tag should be placed. I have the following logic:equal name=foo property=bar value=val img src=images/foo.jpg /logic:equal The page source shows the following img src=images/foo.jpg However my log files say the

RE: /do/ being prepended to paths inside logic tags

2002-04-16 Thread John Reid
I have the following logic:equal name=foo property=bar value=val img src=images/foo.jpg /logic:equal The page source shows the following img src=images/foo.jpg However my log files say the following is being requested. /context/do/images/foo.jpg As a result the images