RE: Preventing Caching of all pages

2002-04-04 Thread Heath Chiavettone
If you are using a Servlet 2.3 compliant application server, you could write a filter that does this automatically for you and apply the filter to the action servlet. -Original Message- From: Antony Stace [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 04, 2002 6:07 PM To: Struts Users

RE: How to Generate .xls file from struts app.

2002-04-04 Thread Heath Chiavettone
We did this in our application and we found out just how limited Excel's HTML conversion capability is. It doesn't understand stylesheet styles, it sometimes blows up if images are referenced in the html, etc... We are looking into POI as a solution. -Original Message- From: Gruner,

RE: Preventing Caching of all pages

2002-04-04 Thread Heath Chiavettone
Are you using a Servlet 2.3 compliant server? If not then you can't use the filter approach. If you are, I would recommend using the filter as you don't have to mess around with the servlet. Plus, if you ever decide to use Tiles, you would have to extend a different servlet. -Original

ActionForward Q for Struts 1.1 gurus

2002-03-29 Thread Heath Chiavettone
We have a resource management scheme that will take a relative pathed resource, and for a particular user (based on some session variables) will resolve this relative pathed resource into an absolute resource (i.e. if the user belongs to ACME company, we will resolve the resource jsp/SomePage.jsp

Transactions?

2002-03-20 Thread Heath Chiavettone
Hello out there, Is there any good documentation/examples related to this transaction token feature of struts? All I can find is some attributes on a couple of the HTML tags. I'm really curious as to its purpose/use and what problem(s) it is attempting to solve. Thanks! Heath

RE: Displaying recursively defined bean...

2002-03-19 Thread Heath Chiavettone
This is a VERY useful feature. Thanks for caving in before the beating left you unconscious!!! I couldn't use tiles and nested together very easily without it! Thanks Arron! -Original Message- From: Arron Bates [mailto:[EMAIL PROTECTED]] Sent: Monday, March 18, 2002 11:19 PM To: