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