This content has been marked as final. 
    
Show                 5 replies
    
- 
        1. Re: Seam Theme and Printable View?altes-kind Jan 11, 2008 4:20 AM (in response to terryb)Hi - i'm currently facing the same problem. 
 What is the best way/solution for printer friendly pages? Changing the theme to 'printable' can't be a good solutions since it is seesion context and affects other pages.
- 
        2. Re: Seam Theme and Printable View?terryb Jan 11, 2008 4:26 AM (in response to terryb)I ended up having seperate template for print-friendly page. and change between templates when required. 
- 
        3. Re: Seam Theme and Printable View?altes-kind Jan 11, 2008 4:37 AM (in response to terryb)How do you change between different templates in your application? Can you change it dynamically when linking to a certain page? Could you please post a small example of your solution? 
 Thanks a lot!
- 
        4. Re: Seam Theme and Printable View?terryb Jan 11, 2008 9:05 AM (in response to terryb)Seam allows you to use EL everywhere. in your xhtml where you hardcode template, use EL there to change between normal or print template. 
- 
        5. Re: Seam Theme and Printable View?altes-kind Jan 14, 2008 9:00 AM (in response to terryb)Hi terry... it works for me now. Thanks a lot for your help. 
 
    