Need all Caption, Footer and Whole list of data at the export time

View: New views
7 Messages — Rating Filter:   Alert me  

Need all Caption, Footer and Whole list of data at the export time

by Ashok J :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I'm facing two problems when exporting list into pdf and excel format thru displaytag 1) export.pdf.class=org.displaytag.export.DefaultPdfExportView when i setting this configuration in displaytag.properties file, caption and footer is coming, but i'm not able to export whole list, only data showing on page is exported. In this case, i set export.amount=list.......but it's not working 2) export.pdf.class=org.displaytag.export.PdfView when i setting this configuration in displaytag.properties file, caption and footer is not coming, but i'm able to export whole list. --------> same for excel format. i'm using displaytag-1.2 jar or displaytag-1.1.1 jar I need all Caption, Footer and Whole list of data at the export time plz anyone help me to sort out this problem ASAP...

Re: Need all Caption, Footer and Whole list of data at the export time

by prateekjainaa@gmail.com :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


by whole table if you mean say for example, you have 250 records in db but you are displaying 10 records at a time. In this case display tag will only export data which is displayed on screen. for whole data you might try by having a hidden table having all the contents and exporting its data.

Prateek Jain

--------------------------------------------------------------
EXPECTATION : Causes all troubles......
--------------------------------------------------------------


2009/10/22 Ashok J <ashok.niranjan2004@...>
I'm facing two problems when exporting list into pdf and excel format thru displaytag 1) export.pdf.class=org.displaytag.export.DefaultPdfExportView when i setting this configuration in displaytag.properties file, caption and footer is coming, but i'm not able to export whole list, only data showing on page is exported. In this case, i set export.amount=list.......but it's not working 2) export.pdf.class=org.displaytag.export.PdfView when i setting this configuration in displaytag.properties file, caption and footer is not coming, but i'm able to export whole list. --------> same for excel format. i'm using displaytag-1.2 jar or displaytag-1.1.1 jar I need all Caption, Footer and Whole list of data at the export time plz anyone help me to sort out this problem ASAP...

View this message in context: Need all Caption, Footer and Whole list of data at the export time
Sent from the DisplayTag - General mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
displaytag-user mailing list
displaytag-user@...
https://lists.sourceforge.net/lists/listinfo/displaytag-user



------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
displaytag-user mailing list
displaytag-user@...
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Re: Need all Caption, Footer and Whole list of data at the export time

by Pachi :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.

How to achieve this hidden table functionality using display tag?
 
Prashanth
----- Original Message -----
Sent: Thursday, October 22, 2009 11:21 AM
Subject: Re: [displaytag-user] Need all Caption,Footer and Whole list of data at the export time


by whole table if you mean say for example, you have 250 records in db but you are displaying 10 records at a time. In this case display tag will only export data which is displayed on screen. for whole data you might try by having a hidden table having all the contents and exporting its data.

Prateek Jain

--------------------------------------------------------------
EXPECTATION : Causes all troubles......
--------------------------------------------------------------


2009/10/22 Ashok J <ashok.niranjan2004@...>
I'm facing two problems when exporting list into pdf and excel format thru displaytag 1) export.pdf.class=org.displaytag.export.DefaultPdfExportView when i setting this configuration in displaytag.properties file, caption and footer is coming, but i'm not able to export whole list, only data showing on page is exported. In this case, i set export.amount=list.......but it's not working 2) export.pdf.class=org.displaytag.export.PdfView when i setting this configuration in displaytag.properties file, caption and footer is not coming, but i'm able to export whole list. --------> same for excel format. i'm using displaytag-1.2 jar or displaytag-1.1.1 jar I need all Caption, Footer and Whole list of data at the export time plz anyone help me to sort out this problem ASAP...

View this message in context: Need all Caption, Footer and Whole list of data at the export time
Sent from the DisplayTag - General mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
displaytag-user mailing list
displaytag-user@...
https://lists.sourceforge.net/lists/listinfo/displaytag-user



------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference


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

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
displaytag-user mailing list
displaytag-user@...
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Re: Need all Caption, Footer and Whole list of data at the export time

by prateekjainaa@gmail.com :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


you need to consult doc. for that. The way i would have approached this prob.:

--> make a dispaly tag table.
--> make all entries for columns under a <div> and hide this div.


Prateek Jain

Cell : +91-9958646136

--------------------------------------------------------------
EXPECTATION : Causes all troubles......
--------------------------------------------------------------


2009/10/22 Prashanth M H <prashanth.mh@brioinfotech.com>
How to achieve this hidden table functionality using display tag?
 
Prashanth
----- Original Message -----
Sent: Thursday, October 22, 2009 11:21 AM
Subject: Re: [displaytag-user] Need all Caption,Footer and Whole list of data at the export time


by whole table if you mean say for example, you have 250 records in db but you are displaying 10 records at a time. In this case display tag will only export data which is displayed on screen. for whole data you might try by having a hidden table having all the contents and exporting its data.

Prateek Jain

--------------------------------------------------------------
EXPECTATION : Causes all troubles......
--------------------------------------------------------------


2009/10/22 Ashok J <ashok.niranjan2004@...>
I'm facing two problems when exporting list into pdf and excel format thru displaytag 1) export.pdf.class=org.displaytag.export.DefaultPdfExportView when i setting this configuration in displaytag.properties file, caption and footer is coming, but i'm not able to export whole list, only data showing on page is exported. In this case, i set export.amount=list.......but it's not working 2) export.pdf.class=org.displaytag.export.PdfView when i setting this configuration in displaytag.properties file, caption and footer is not coming, but i'm able to export whole list. --------> same for excel format. i'm using displaytag-1.2 jar or displaytag-1.1.1 jar I need all Caption, Footer and Whole list of data at the export time plz anyone help me to sort out this problem ASAP...

View this message in context: Need all Caption, Footer and Whole list of data at the export time
Sent from the DisplayTag - General mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
displaytag-user mailing list
displaytag-user@...
https://lists.sourceforge.net/lists/listinfo/displaytag-user



------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference


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

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
displaytag-user mailing list
displaytag-user@...
https://lists.sourceforge.net/lists/listinfo/displaytag-user



------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
displaytag-user mailing list
displaytag-user@...
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Re: Need all Caption, Footer and Whole list of data at the export time

by Ashok J :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

hi prateek... i tried your idea it's working fine.. thanks.........!
prateekjainaa@gmail.com wrote:
by whole table if you mean say for example, you have 250 records in db but you are displaying 10 records at a time. In this case display tag will only export data which is displayed on screen. for whole data you might try by having a hidden table having all the contents and exporting its data. Prateek Jain -------------------------------------------------------------- EXPECTATION : Causes all troubles...... -------------------------------------------------------------- 2009/10/22 Ashok J > I'm facing two problems when exporting list into pdf and excel format thru > displaytag 1) export.pdf.class=org.displaytag.export.DefaultPdfExportView > when i setting this configuration in displaytag.properties file, caption and > footer is coming, but i'm not able to export whole list, only data showing > on page is exported. In this case, i set export.amount=list.......but it's > not working 2) export.pdf.class=org.displaytag.export.PdfView when i setting > this configuration in displaytag.properties file, caption and footer is not > coming, but i'm able to export whole list. --------> same for excel format. > i'm using displaytag-1.2 jar or displaytag-1.1.1 jar I need all Caption, > Footer and Whole list of data at the export time plz anyone help me to sort > out this problem ASAP... > ------------------------------ > View this message in context: Need all Caption, Footer and Whole list of > data at the export time > Sent from the DisplayTag - General mailing list archiveat Nabble.com. > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > displaytag-user mailing list > displaytag-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/displaytag-user > > ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ displaytag-user mailing list displaytag-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/displaytag-user

Re: Need all Caption, Footer and Whole list of data at the export time

by prateekjainaa@gmail.com :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


welcome :)

Prateek Jain

Cell : +91-9958646136

--------------------------------------------------------------
EXPECTATION : Causes all troubles......
--------------------------------------------------------------


2009/10/22 Ashok J <ashok.niranjan2004@...>
hi prateek... i tried your idea it's working fine.. thanks.........!
by whole table if you mean say for example, you have 250 records in db but you are displaying 10 records at a time. In this case display tag will only export data which is displayed on screen. for whole data you might try by having a hidden table having all the contents and exporting its data. Prateek Jain -------------------------------------------------------------- EXPECTATION : Causes all troubles...... -------------------------------------------------------------- 2009/10/22 Ashok J > I'm facing two problems when exporting list into pdf and excel format thru > displaytag 1) export.pdf.class=org.displaytag.export.DefaultPdfExportView > when i setting this configuration in displaytag.properties file, caption and > footer is coming, but i'm not able to export whole list, only data showing > on page is exported. In this case, i set export.amount=list.......but it's > not working 2) export.pdf.class=org.displaytag.export.PdfView when i setting > this configuration in displaytag.properties file, caption and footer is not > coming, but i'm able to export whole list. --------> same for excel format. > i'm using displaytag-1.2 jar or displaytag-1.1.1 jar I need all Caption, > Footer and Whole list of data at the export time plz anyone help me to sort > out this problem ASAP... > ------------------------------ > View this message in context: Need all Caption, Footer and Whole list of > data at the export time > Sent from the DisplayTag - General mailing list archiveat Nabble.com. > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > displaytag-user mailing list > displaytag-user@... > https://lists.sourceforge.net/lists/listinfo/displaytag-user > > ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ displaytag-user mailing list displaytag-user@... https://lists.sourceforge.net/lists/listinfo/displaytag-user


View this message in context: Re: Need all Caption, Footer and Whole list of data at the export time

Sent from the DisplayTag - General mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
displaytag-user mailing list
displaytag-user@...
https://lists.sourceforge.net/lists/listinfo/displaytag-user



------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
displaytag-user mailing list
displaytag-user@...
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Re: Need all Caption, Footer and Whole list of data at the export time

by Ishara Gunathilake :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

hi
im using liferay,struts2,spring. i have this code

 <%
        ArrayList trainResult = (ArrayList) request.getAttribute("trainResult"); %>

 <display:table name="trainResult" pagesize="2">
    <display:column property="name" />
    <display:column property="arrival" />
    <display:column property="departure" />
    <display:column property="delay" />
  
  </display:table>

i can get display the table,but when i click next button the "Nothing found to display" appears on the portlet
please help me to solve this
2009/10/22 prateekjainaa@... <prateekjainaa@...>

welcome :)


Prateek Jain

Cell : +91-9958646136

--------------------------------------------------------------
EXPECTATION : Causes all troubles......
--------------------------------------------------------------


2009/10/22 Ashok J <ashok.niranjan2004@...>
hi prateek... i tried your idea it's working fine.. thanks.........!
by whole table if you mean say for example, you have 250 records in db but you are displaying 10 records at a time. In this case display tag will only export data which is displayed on screen. for whole data you might try by having a hidden table having all the contents and exporting its data. Prateek Jain -------------------------------------------------------------- EXPECTATION : Causes all troubles...... -------------------------------------------------------------- 2009/10/22 Ashok J > I'm facing two problems when exporting list into pdf and excel format thru > displaytag 1) export.pdf.class=org.displaytag.export.DefaultPdfExportView > when i setting this configuration in displaytag.properties file, caption and > footer is coming, but i'm not able to export whole list, only data showing > on page is exported. In this case, i set export.amount=list.......but it's > not working 2) export.pdf.class=org.displaytag.export.PdfView when i setting > this configuration in displaytag.properties file, caption and footer is not > coming, but i'm able to export whole list. --------> same for excel format. > i'm using displaytag-1.2 jar or displaytag-1.1.1 jar I need all Caption, > Footer and Whole list of data at the export time plz anyone help me to sort > out this problem ASAP... > ------------------------------ > View this message in context: Need all Caption, Footer and Whole list of > data at the export time > Sent from the DisplayTag - General mailing list archiveat Nabble.com. > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > displaytag-user mailing list > displaytag-user@... > https://lists.sourceforge.net/lists/listinfo/displaytag-user > > ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ displaytag-user mailing list displaytag-user@... https://lists.sourceforge.net/lists/listinfo/displaytag-user


View this message in context: Re: Need all Caption, Footer and Whole list of data at the export time

Sent from the DisplayTag - General mailing list archive at Nabble.com.

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

Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
displaytag-user mailing list
displaytag-user@...
https://lists.sourceforge.net/lists/listinfo/displaytag-user



------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
displaytag-user mailing list
displaytag-user@...
https://lists.sourceforge.net/lists/listinfo/displaytag-user



------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
displaytag-user mailing list
displaytag-user@...
https://lists.sourceforge.net/lists/listinfo/displaytag-user