Hi,
I want to add on that I am using a 'Print' button on my page that uses
PopupLinkRenderer to display a popup window containing the page I want to
print.
Can someone provide me some code to print the page within the popup window
??
Thanks in advance
--
View this message in context:
http://
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
Problem resolved :)
Thank you everyone for being there :)
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Tapestry-4-Need-help-in-Select-option-tp4414916p4430917.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
---
Thanks Jonathan for your reply.
I have got the listboxes working now. I have used some javascript on client
side(HTML pg). Now, I am stuck with 1 thing. My 2nd listbox is getting its
values at runtime (from 1st listbox). Now, at the back end ie, in .java
class I need to send these values in 2nd li
Hello everyone,
I am a new user in tapestry. Working on a project that is developed using
tapestry 4. I need to know how can I implement 2 listboxes on a page where
in 1 listbox, data gets populated from database and there are 2 buttons on
the form that helps in moving data from 1 listbox to other