- 
        1. Re: Create a water mark in my seam applicationcash1981 Oct 6, 2010 9:00 AM (in response to sathishavunoori)What exactly do you want to watermark? Your images/pictures? I can't really see what else you can watermark. 
- 
        2. Re: Create a water mark in my seam applicationrvaneperen Oct 6, 2010 11:49 PM (in response to sathishavunoori)Are you using a template page? If not you can see an example in a seam example app. I believe that if you add something like below to your template, then every page that uses the template with have the watermark image. <style> <!-- body { background-image: url(image.gif); background-repeat: no-repeat; background-attachment: fixed; } //--> </style>Not sure if you need the comments in there though. 
- 
        3. Re: Create a water mark in my seam applicationsathishavunoori Oct 7, 2010 12:20 AM (in response to sathishavunoori)Hi Shervin Asgari, I want to use image as water mark. 
 Can you send me if you have any sample code on this or any hints?thanks 
 sathish
- 
        4. Re: Create a water mark in my seam applicationsathishavunoori Oct 7, 2010 12:30 AM (in response to sathishavunoori)Hi Ray Van , Yes i am using template page in my seam application. 
 i tried your sample code but it is not working for our seam application because the background image of body covered by all other rich-faces components like rich:data table or rich:panel which are defined in all pages.that means when i open a page which consisting some rich:data table or rich:panel the background image will be disappeared.Can we have any other solution for making our watermark image in foreground ,then it may appear in front for every page? thanks 
 sathish
 
     
    