RE: error-page not catching errors...

2005-05-26 Thread Tait, Allen
For the record, we are using Tomcat 4.1 and it handles the 500 errors correctly. However, we have seen issues when request are passed through Apache. Be sure to test against Tomcat directly. -Original Message- From: David Johnson [mailto:[EMAIL PROTECTED] Sent: Thursday, May 26, 2005

RE: error-page not catching errors...

2005-05-26 Thread Tait, Allen
of the thread and see if there's anything I'm doing differently from you? On 5/26/05, Tait, Allen [EMAIL PROTECTED] wrote: For the record, we are using Tomcat 4.1 and it handles the 500 errors correctly. However, we have seen issues when request are passed through Apache. Be sure to test

Struts Modules and Internationalization

2005-02-07 Thread Tait, Allen
Has anyone used STRUTS modules to segment the International versions of a web site were each site is managed in a separate file structure? This feels like the right approach. How can we hide the various contexts from the user (i.e. want www.mysite.com/productpage

Tiles and Body Attributes

2005-01-23 Thread Tait, Allen
I'm interested in getting attributes from the requested page(body) into the navigation tile. This attribute will not be available in the request but in the requested page instead. I'm using XML type definitions and a TilesController to dynamically select the body, so web programmers can add new

Passing Parameters to Tiles Layout

2005-01-12 Thread Tait, Allen
Assume a standard Tiles layout with Header, Navigation, Body, and Footer, each implemented as a JSP. In this setup, the navigation.jsp is responsible for dynamically generating the left hand navigation from an XML configuration file. For each page request, this component needs to build the

Web Site vs Web Application

2004-11-17 Thread Tait, Allen
I'm interested in implementing the Struts and Tiles frameworks for a web site (moving slowly toward web application). Is it possible, or even recommended to design something similar to the following for the static portions of a web site. Assume Tiles have been defined to provide a common site