Hi, I 've read on the internet about setting up favicon on a web site.
As I see it, it takes some easy steps to do it the cross-browser way: - Add a 16x16 .ico file at the website root folder (I 've put it in src/main/webapp/favicon.ico) - Add the following html code inside the header tag: <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico"> > > What I 've faced trying to setup this using Tapestry 5.1.0.5... is that that code I added inside my head tag (that link to favicon) is erased and replaced by javascripts includes (other links) generated by tapestry. How is the Tapestry web to add favicon to the website? just leaving the favicon.ico in the web root? (doing just that is not working for me at least) cheers and thanks. Nicolás.-