Re: Re: Index page and trailing slash

2008-05-15 Thread nille hammer
ore. Hope this helps, nillehammer - original Nachricht Betreff: Re: Index page and trailing slash Gesendet: Do, 15. Mai 2008 Von: Josh Canfield<[EMAIL PROTECTED]> > On Wed, May 14, 2008 at 2:29 PM, Mark Horn <[EMAIL PROTECTED]> wrote: > > > I'm using

Re: Index page and trailing slash

2008-05-14 Thread Josh Canfield
On Wed, May 14, 2008 at 2:29 PM, Mark Horn <[EMAIL PROTECTED]> wrote: > I'm using the standard Tapestry css sheet, and I confirmed the URLS by > looking @ apache's log Ah, I just reproduced it. Tapestry is generating a relative url when the url ends with a slash. If there isn't a JIRA issue file

Re: Index page and trailing slash

2008-05-14 Thread Mark Horn
You get the same effect if you test in jetty and go to http://localhost:8080/context/somefolder/ where the folder has an Index page/class. On Wed, May 14, 2008 at 5:29 PM, Mark Horn <[EMAIL PROTECTED]> wrote: > I'm using the standard Tapestry css sheet, and I confirmed the URLS by > looking @ apac

Re: Index page and trailing slash

2008-05-14 Thread Mark Horn
I'm using the standard Tapestry css sheet, and I confirmed the URLS by looking @ apache's log On Wed, May 14, 2008 at 4:36 PM, Josh Canfield <[EMAIL PROTECTED]> wrote: > This is usually because your image src urls are relative. How are you > getting the url? > > > On Wed, May 14, 2008 at 1:08 PM

Re: Index page and trailing slash

2008-05-14 Thread Josh Canfield
This is usually because your image src urls are relative. How are you getting the url? On Wed, May 14, 2008 at 1:08 PM, Mark Horn <[EMAIL PROTECTED]> wrote: > Can someone please help me out, probable some simple thing I missed > but I just can't see it. I added Index pages to my application (gre