Hi everyone,

I am using tapestry 4.1.6 in my project. I have to implement a print
functionality that includes :

1. displaying a 'Print' button on a page
2. click on 'Print' button opens up that particular page in pop-up along
with print dialog box

I have been so far successful in achieving  both the above using
PopupLinkRenderer with directLink and window.print() . 

The problem is my page is inside a frame (that's another portal). I don't
want the outer portal to get printed when i call window.print()

Is there some way to achieve this??  So that only the page will get print
and not the frame or portal containing the page.

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Print-functionality-in-tapestry-4-1-6-tp5009536p5009536.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to