Re: favicon

2012-05-06 Thread Thiago H. de Paula Figueiredo
On Sat, 05 May 2012 05:28:39 -0300, sommeralex wrote: Hi, Hi! i have set a browser favicon, and masked forwards of several domains pointing to my server. What do you mean by 'masked'? But not all forwards are showing the favicons. Any ideas why? Are you sure all ma

Re: favicon

2012-05-05 Thread sommeralex
thx. i also think that it is not a tapestry problem - but i thought that there are some typical issues everybody has to cope with or handle - but easily forgets. -- View this message in context: http://tapestry.1045711.n5.nabble.com/favicon-tp5687569p5687617.html Sent from the Tapestry - User

Re: favicon

2012-05-05 Thread derkoe
sommeralex wrote > > i have set a browser favicon, and masked forwards of several domains > pointing to my server. But not all forwards are showing the favicons. Any > ideas why? > e.g > www.domain1.com shows the favicon > www.domain2.com does not. > I guess you have

favicon

2012-05-05 Thread sommeralex
Hi, i have set a browser favicon, and masked forwards of several domains pointing to my server. But not all forwards are showing the favicons. Any ideas why? e.g www.domain1.com shows the favicon www.domain2.com does not. thx, alex -- View this message in context: http://tapestry.1045711

Re: How to setup favicon?

2011-04-08 Thread Nicolas Barrera
Well..., Tapestry and favicon work great together..., just follow the steps described before and try not to get messed with pages that have different layouts as I did :S. sorry for the noise in the list.., and thanks for your responses. Nicolás.-

Re: How to setup favicon?

2011-04-08 Thread Nicolas Barrera
Sorry about this one.., it was my bad.. ALSO I 'd like to say that even though I keep seeing the tomcat or jetty > favicon... the favicon.ico file that is inside the generated war is the > tapestry favicon, not mine... > I 'm still trying..., now with the way bryan shows

Re: How to setup favicon?

2011-04-08 Thread Bryan Lewis
I haven't had any trouble defining a favicon, and I run in Jetty both on my dev machine ond on our production server. I put the icon file in src/main/webapp/i. My layout component does: ${title} (I forget why I needed both links and maybe I don't any more... so

Re: How to setup favicon?

2011-04-08 Thread Nicolas Barrera
'm using in my Layout.tml (the only reference to tag in my project) > Afip Santo Tome Web Application > type="image/x-icon"/> > > > ALSO I 'd like to say that even though I keep seeing the tomcat or jetty favicon... the favicon.ico file that is i

Re: How to setup favicon?

2011-04-08 Thread Nicolas Barrera
la Buso wrote: > Are you running in Jetty? I notice it replace my favicon on localhost > (mvn jetty:run); under tomcat my favicon is shown: > > > on my layout component as usual: > > > > > nicola. > > > On 04/08/2011 03:11 PM, Thiago H. de Paula Figueiredo wrot

Re: How to setup favicon?

2011-04-08 Thread Nicola Buso
Are you running in Jetty? I notice it replace my favicon on localhost (mvn jetty:run); under tomcat my favicon is shown: on my layout component as usual: nicola. On 04/08/2011 03:11 PM, Thiago H. de Paula Figueiredo wrote: > On Fri, 08 Apr 2011 10:08:54 -0300, Nicolas Barrera >

Re: How to setup favicon?

2011-04-08 Thread Thiago H. de Paula Figueiredo
On Fri, 08 Apr 2011 10:08:54 -0300, Nicolas Barrera wrote: Hi, Hi! 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 tap

How to setup favicon?

2011-04-08 Thread Nicolas Barrera
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