Re: struts and Geary's templates

2001-08-29 Thread Cedric Dumoulin
Hi Brian, Check the Tiles contribution. Tiles allow to define regions/screens/templates in a centralized file, and let an action forward to the region id. For now, if you change the centralized file, you have to restart your webapps. This can be solved by writing an administration page

struts and Geary's templates

2001-08-28 Thread Brian K. Buckley
Hi, I'm using struts along with the template tags from David Geary's Advanced JavaServer Pages book. As described in the book, I have defined all my pages in a single definition file (for example, regionDefinitions.jsp shown below), and in order to use the pages, I have created 2-line jsp files