Re: I8nl with display table not working on specific cases

2010-01-06 Thread Chris Pratt
You might have more luck posting this on the DisplayTag user list. (*Chris*) On Wed, Jan 6, 2010 at 8:29 AM, Saeed Iqbal wrote: > The titleKey is not working when display:column tag is closed outside of > its > declaration body. When it has some lines in it to display in table. It > doesnt wor

I8nl with display table not working on specific cases

2010-01-06 Thread Saeed Iqbal
The titleKey is not working when display:column tag is closed outside of its declaration body. When it has some lines in it to display in table. It doesnt work. -- Saeed Iqbal Independant Consultant J2EE - Application Architect / Developer

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

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
eport : response.setHeader("Pragma", "Public"); response.setHeader("Cache-Control", "Public"); That worked for me. I don't know what version are you using, but you have to override the cache control in your response. 2007/2/23, Abhimanyu Koul <[EMAIL PROTECTED]&

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 t

Display Table - URGENT

2007-02-23 Thread Abhimanyu Koul
Hi everybody! 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 whenever, I save the file first and th