I didn´t got the required IText dependency. Many thanks.
I thought, without dependency the footer will shown correct, when settings export.pdf=true.
This isn´t so.
Now i will try to get the required IText dependency.

I have another problem.
Do you have an Idea get the last page number in the tablefooter.
I get only the "link" to the last page but not the number of it.
F.e. 24 Pages and page.banner.group_size=8 so on the First Page the Table footer looks like 1,2,3,4,5,6,7,8 ... <Next/Last>
I want to change the footer like this : 1,2,3,4,5,6,7,8 .... 24 <Next/Last>

Regards Torsten

2005/10/20, TroyGeek <[EMAIL PROTECTED]>:
Have you read the docs? It says on the website that PDF is not enabled
by default:
http://displaytag.sourceforge.net/export.html


On 10/20/05, Torsten Frehe < [EMAIL PROTECTED]> wrote:
> Hi,
>
> thanks. I didn´t add the filter to the web.xml.
>
> But know, after adding the filter to the web.xml,
>
> 1.  I can only export into a csv, excel, or xml-sheet. An export to a
> pdf-dokument doesn´t work. Pdf isn´t shown as export.
> 2. When I export to excel, another export to f.e. xml doesn´t work. Because
> it looks like an DoubleClick, and that isn´t allowed in our application.
>
> Do you have an idea?
>
> When
>
> Regards Torsten
>
>
> 2005/10/20, TroyGeek < [EMAIL PROTECTED]>:
> >
> > Did you add the filter to your web.xml as it says on the site?
> > http://displaytag.sourceforge.net/export_filter.html
> >
> > <filter>
> >     <filter-name>ResponseOverrideFilter</filter-name>
> >
> <filter-class>org.displaytag.filter.ResponseOverrideFilter </filter-class>
> > </filter>
> > <filter-mapping>
> >     <filter-name>ResponseOverrideFilter</filter-name>
> >     <url-pattern>*.do</url-pattern>
> > </filter-mapping>
> > <filter-mapping>
> >     <filter-name>ResponseOverrideFilter</filter-name>
> >     <url-pattern>*.jsp</url-pattern>
> > </filter-mapping>
> >
> >
> > On 10/20/05, Torsten Frehe < [EMAIL PROTECTED]> wrote:
> > > I am using displaytag with a TableDecorator wrapper in a Struts app that
> > > uses Tiles.
> > > Know I want  to use the export-function.
> > > But the export-function will not export the table into csv, excel,pdf or
> > > xml.
> > > It always open the same page in the same browserwindow without data.
> > > I also want to export the data into pdf, but the export to pdf isn´t
> shown
> > > in the footer.
> > > Who can I export the data?Where is the mistake?
> > >
> > > The displaytag.properties looks like this:
> > > export.banner.sepchar= |
> > > export.types=csv excel pdf xml
> > > export.excel.class=org.displaytag.export.ExcelView
> > > export.excel.include_header=true
> > > export.excel.label=Export to excel
> > > export.excel.filename=tabelle.xls
> > > export.pdf=true
> > > export.pdf.class=org.displaytag.export.PdfView
> > > export.pdf.include_header=true
> > > export.pdf.label=Export to pdf
> > > export.pdf.enable=true
> > >
> > > Regards,
> > >
> > > Torsten
> >
> >
> > -------------------------------------------------------
> > This SF.Net email is sponsored by:
> > Power Architecture Resource Center: Free content, downloads, discussions,
> > and more. http://solutions.newsforge.com/ibmarch.tmpl
> > _______________________________________________
> > displaytag-user mailing list
> > [email protected]
> >
> https://lists.sourceforge.net/lists/listinfo/displaytag-user
> >
>
>


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to