RE: DownloadLink, BIRT report

2009-01-05 Thread Ames, Tim
! --Tim -Original Message- From: newbieabc [mailto:newbie...@yahoo.com] Sent: Monday, January 05, 2009 11:16 AM To: users@wicket.apache.org Subject: Re: DownloadLink, BIRT report Thank you for your reply... I am sorry to sound redundant... I had started off by downloading the birt-all-in-one

Re: DownloadLink, BIRT report

2009-01-05 Thread newbieabc
Thank you for your reply... I am sorry to sound redundant... I had started off by downloading the birt-all-in-one (came bundled with the full Eclipse SDK). Created a maven project( wicket quickstart) , then designed the birt rptdesign (all within the eclipse platform) I run it outside eclipse,

Re: DownloadLink, BIRT report

2009-01-05 Thread Ernesto Reinaldo Barreiro
Hi, I already wrote to you in private and didn't noticed you were also posting to the list... Here is the transcript of my last two private e-mails . You have to download the BIRT runtime from http://download.eclipse.org/birt/downloads/ This is what you have to deploy with your

Re: DownloadLink, BIRT report

2009-01-01 Thread reiern70
Another thing: if your excel is not very complex you could also consider using [1] to generate it. Best, Ernesto 1-http://jexcelapi.sourceforge.net/ newbieabc wrote: The generation of the excel report. I am really new to BIRT and wicket.. I've created the BIRT report

Re: DownloadLink, BIRT report

2008-12-31 Thread Ernesto Reinaldo Barreiro
Sure you can... Which part is giving you problems? The generation of the excel report with BIRT? Or the creation of the link? Best, Ernesto newbieabc wrote: Hello.. How can create a download link on a webpage, that converts a BIRT report to excel format and downloads to client machine?

Re: DownloadLink, BIRT report

2008-12-31 Thread newbieabc
The generation of the excel report. I am really new to BIRT and wicket.. I've created the BIRT report (report.rptdesign)(in eclipse) but need it to be output as xls. I'd really appreciate some help. Thank you reiern70 wrote: Sure you can... Which part is giving you problems? The generation

Re: DownloadLink, BIRT report

2008-12-31 Thread Jim Pinkham
I don't know about BIRT, but I recently did an output to Excel page. You link to it like any other page: !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN html xmlns:wicket=http://wicket.apache.org/; head titleAuction Excel Download/title meta http-equiv=Content-Type

Re: DownloadLink, BIRT report

2008-12-31 Thread reiern70
Hi, For the BIRT part you need to install somewhere a BIRT runtime. Essentially, this an equinox OSGi runtime with a folder structure like: {root}-configuration` -plugins If you have extended BIRT by adding your own ODA extensions then you have to drop them on the plugins folder.

DownloadLink, BIRT report

2008-12-30 Thread newbieabc
Hello.. How can create a download link on a webpage, that converts a BIRT report to excel format and downloads to client machine? Thank you. -- View this message in context: http://www.nabble.com/DownloadLink%2C-BIRT-report-tp21218997p21218997.html Sent from the Wicket - User mailing list