Thanks...


export.amount=list..



It exports entire list in all export formats...It's working in my
case..Check if in the particular jsp if u have set the attribute to
page.



Regards

Nihal









From: Paslaru Narcis [mailto:paslaru.nar...@gmail.com]
Sent: Tuesday, January 06, 2009 2:44 PM
To: Nigania, Nihal (Cognizant)
Cc: displaytag-user@lists.sourceforge.net
Subject: Re: [displaytag-user] print functionality



Hi Nihal,

Sorry, I was talking about the export functionality. You can put a print
button in your page, that opens another page in popup similar to your
current page but with the difference that the display:table tag does not
have the pagesize attribute. And a javascript at the end that prints
this new page with the full list and closes it.

Anybody else tried the export on a paginated table ? How many records do
you have in excel and how many in pdf ?

Thanks !

Narcis



On Tue, Jan 6, 2009 at 8:16 AM, <nihal.niga...@cognizant.com> wrote:

Hi Narcis,



I am talking about the print functionality. Browser prints the document
object, and when displaytag renders the table only paginated records are
part of the document object hence whenever we print the page only that
many records get printed. So while printing we have manipulate the
document object to hold all the records.



Please let me know if there is any other solution to this problem..



Thanks

Nihal



From: Paslaru Narcis [mailto:]
Sent: Monday, January 05, 2009 7:45 PM
To: displaytag-user@lists.sourceforge.net
Subject: Re: [displaytag-user] print functionality



Hello,

Thanks for putting this question. I've looked at my current project and
it has the same behaviour.
As far as I understood by looking at the sources, It should be possible
to configure this by setting the property

export.amount = list

in your displaytag.properties file or via setProperty.

But in my tests, it seems that the PDF Export only exports all the list
and the other exports only exports the current page no matter the
property setting.
If you want to further investigare this issue, you should take a look at
the BaseExportView class at line
241 RowIterator rowIterator =
this.model.getRowIterator(this.exportFull);

Or maybe there is something wrong with the table model.

Note: I am using displaytag 1.2 sience this morning.


Cheers,
Narcis

On Mon, Jan 5, 2009 at 11:37 AM, <nihal.niga...@cognizant.com> wrote:

Hi All,



I have a functionality in my project to print the screen. I am using
displaytag for pagination. I want the entire records to get printed
instead of the paginated records.



Can anyone please help me in achieving this.



Thanks in Advance

Nihal

This e-mail and any files transmitted with it are for the sole use of
the intended recipient(s) and may contain confidential and privileged
information.
If you are not the intended recipient, please contact the sender by
reply e-mail and destroy all copies of the original message.
Any unauthorised review, use, disclosure, dissemination, forwarding,
printing or copying of this email or any action taken in reliance on
this e-mail is strictly
prohibited and may be unlawful.


------------------------------------------------------------------------
------

_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user



This e-mail and any files transmitted with it are for the sole use of
the intended recipient(s) and may contain confidential and privileged
information.
If you are not the intended recipient, please contact the sender by
reply e-mail and destroy all copies of the original message.
Any unauthorised review, use, disclosure, dissemination, forwarding,
printing or copying of this email or any action taken in reliance on
this e-mail is strictly
prohibited and may be unlawful.





This e-mail and any files transmitted with it are for the sole use of the 
intended recipient(s) and may contain confidential and privileged information.
If you are not the intended recipient, please contact the sender by reply 
e-mail and destroy all copies of the original message.
Any unauthorised review, use, disclosure, dissemination, forwarding, printing 
or copying of this email or any action taken in reliance on this e-mail is 
strictly
prohibited and may be unlawful.
------------------------------------------------------------------------------
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to