Re: Print functionality in tapestry 4.1.6

2011-11-23 Thread NewUser
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://tapestry.1045711.n5.nabble.com/Print-functionality-in-tapestry-4-1-6-tp5009536p5016421.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



Print functionality in tapestry 4.1.6

2011-11-20 Thread NewUser
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



Re: Tapestry 4 - Need help in Select option

2011-05-26 Thread NewUser
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.

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



Re: Tapestry 4 - Need help in Select option

2011-05-24 Thread NewUser
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 listbox to an excel file. 

Can anyone give me some idea on how do we retrieve a dynamic listbox values
in .java class, using tapestry 4 ???  



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Tapestry-4-Need-help-in-Select-option-tp4414916p4422578.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



Tapestry 4 - Need help in Select option

2011-05-22 Thread NewUser
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 and vice-versa. 

Can anyone give me some example how can I implement this? 

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Tapestry-4-Need-help-in-Select-option-tp4414916p4414916.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