Re: favicon.ico

2018-07-30 Thread JumpStart
That worked a treat. Thank you! > On 29 Jul 2018, at 9:46 pm, Carlos Montero Canabal > wrote: > > Hi Geoff, > > I think the basic solution is put your favicon.ico into src/main/webapp > folder. I usually put here the robots.txt and it works fine. > > Regards >

Re: favicon.ico

2018-07-29 Thread Carlos Montero Canabal
Hi Geoff, I think the basic solution is put your favicon.ico into src/main/webapp folder. I usually put here the robots.txt and it works fine. Regards Carlos Montero > El 29/7/2018, a las 15:43, JumpStart > escribió: > > Is there a way to have Tapestry serve up favicon.ico?

favicon.ico

2018-07-29 Thread JumpStart
Is there a way to have Tapestry serve up favicon.ico? That is, an image from a fixed URL? No gzipping, no asset fingerprinting, and no far-future expires header? I need this for offline.js . To date I’ve had it call a simple page in the app but sometimes the client gets confused and fails due

Re: favicon.ico

2007-01-14 Thread Marilen Corciovei
Sometimes the browser caches the favicon.ico and a page refresh does not do the trick. The only thing that does is to open the favicon link: http://www.len.ro/favicon.ico in my case and then do a browser refresh in that page. After that everything is ok. In the page I have something like: http

Re: favicon.ico

2007-01-14 Thread Admin Bid n' Play
ght due to the way Tapestry is working. Would someone know how the favicon.ico is being rendered in the browser? Is that a request post by the browser after the page is already rendered? Then, this would have no relation with Tapestry at all. Cheers. DvJ @ www.bidnplay.com On 1/14/07, Daniel Lydia

Re: favicon.ico

2007-01-14 Thread Daniel Lydiard
http://en.wikipedia.org/wiki/Favicon a.. It has been suggested that both of the following XHTML element types should be included: http://example.com/favicon.ico"; type="image/x-icon" /> http://example.com/favicon.ico"; type="image/x-icon" /> Howev

favicon.ico

2007-01-14 Thread Admin Bid n' Play
Hi, Very wierd question! I have added the following line in my Shell component: . This is working fine with Mozilla, but there is nothing in IE 7. Has anyone ever tried favicon before? Is there something particular i should do with IE? Thanks. DvJ @ www.bidnplay.com