Hello,
I recently developed an online utility using MyFaces. This utility is hosted on a public site. I am using Google Analytics to track traffic to the site. Google analytics requires a snippet of _javascript_ to be added to the bottom of every page, right before the closing </body> tag.
I added the required script to my JSP, however the rendered HTML places a script generated by MyFaces below it, therefore the Google Analytics script is no longer in the required place. Is there any way to get the MyFaces generated script to be placed above the Google Analytics script?
Thanks,
David
--
http://ensode.net - A Guide to Java, Linux and Other Technology Topics
- MyFaces and Google Analytics David Heffelfinger
- Re: MyFaces and Google Analytics Matthias Wessendorf
- Re: MyFaces and Google Analytics Matthias Wessendorf

