Re: display table

2007-06-25 Thread Zarar Siddiqi
This is more a displaytag question than a Struts one really but make sure you have the IText jar in your classpath and that you've setup your displaytag filter correctly (which should be the case since your other exports are working) Zarar abhi_kaul wrote: > > Hi! > I am using display table

RE: Display Table - URGENT

2007-03-08 Thread Abhimanyu Koul
Mailing List Subject: Re: Display Table - URGENT This is due (if I recall correctly from a similar problem I had) to having the no-cache in the page, so Internet Explorer can't open the file (I think the problem is just related to Internet Explorer). In Struts 1.2.9 I set this code within the a

Re: Display Table - URGENT

2007-02-23 Thread Joan Horta
This is due (if I recall correctly from a similar problem I had) to having the no-cache in the page, so Internet Explorer can't open the file (I think the problem is just related to Internet Explorer). In Struts 1.2.9 I set this code within the action that serves the report : response.setHeade

Re: Display Table - URGENT

2007-02-23 Thread Dave Newton
--- Abhimanyu Koul <[EMAIL PROTECTED]> wrote: > I am using export="true" in display table. All the > exports are working > fine but I am having a problem in pdf export. The > pdf viewer throws an > error message whenever we try to open the pdf file > saying that the file > does not exist. But whene