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
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
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
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
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]&
--- 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
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
7 matches
Mail list logo