Re: Struts for excel output

2002-04-30 Thread Slimane Zouggari
yup, it's one of the most complete taglib I found :) But, I do have a problem with the Totals of a group (can't get it working) and the author of the taglib hasn't answered my mail yet. But, for the rest that's an excellent taglib :) As we're already off topic, does anyone know a good taglib t

Re: Struts for excel output

2002-04-30 Thread flare
On 30 Apr 2002 at 11:50, Slimane Zouggari wrote: > Hi, > > go see the taglib on http://edhill.its.uiowa.edu/display/ That's a really cool taglib! Better than the Pager Taglib I'm using in my projects Thanx > > Friendly Regards, > Slimane > -- To unsubscribe, e-mail:

RE: Struts for excel output

2002-04-30 Thread Gruner, Manfred
Hi, the following line works for every user! (in our application) <% response.setContentType("application/vnd.ms-excel");%> Manfred > -Original Message- > From: Lister, Tom (ANTS) [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 30, 2002 11:35 AM > To: 'Struts Users Mailing List' > Sub

RE: Struts for excel output

2002-04-30 Thread Galbreath, Mark
Make sure that you have the MIME type mapped in your webserver config file and that you have an application mapping for "csv" and "xls" extensions to Excel in the users' browsers. Mark -Original Message- From: Lister, Tom (ANTS) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 30, 2002 5:

Re: Struts for excel output

2002-04-30 Thread Slimane Zouggari
Hi, go see the taglib on http://edhill.its.uiowa.edu/display/ Friendly Regards, Slimane At 10:34 30/04/2002 +0100, you wrote: >very slightly off topic > >We are trying to display a struts page in excel >we changed the content type but this only seems to work in the development >browsers and not