Re: Using Tiles outside of an ActionServlet

2004-11-06 Thread William Ferguson
iedman" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Saturday, November 06, 2004 12:27 AM Subject: RE: Using Tiles outside of an ActionServlet > If you are only serving HTML pages and want to wrap them in your standard

RE: Using Tiles outside of an ActionServlet

2004-11-05 Thread David G. Friedman
To: Struts Users Mailing List Subject: Re: Using Tiles outside of an ActionServlet Doh - I guess I wasn't clear enough. I want to have the Requests for the html pages (Section2) forwarded to a standardLayout page which uses tiles to provide consistent screens. The originally targetted html p

Re: Using Tiles outside of an ActionServlet

2004-11-05 Thread William Ferguson
so they are handled by the JSP > engine. In tomcat, you can do that like this: > > >jsp >*.jsp > > > Regards, > David > > -Original Message- > From: William Ferguson [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 04, 2004 10:36 PM > To:

RE: Using Tiles outside of an ActionServlet

2004-11-04 Thread David G. Friedman
inal Message- From: William Ferguson [mailto:[EMAIL PROTECTED] Sent: Thursday, November 04, 2004 10:36 PM To: [EMAIL PROTECTED] Subject: Using Tiles outside of an ActionServlet I'm trying to create a WebApp with 2 sections. Section1 consists of Struts Actions managed by an ActionServlet and us

Using Tiles outside of an ActionServlet

2004-11-04 Thread William Ferguson
I'm trying to create a WebApp with 2 sections. Section1 consists of Struts Actions managed by an ActionServlet and using Tiles for consistent layout. The incoming requests will always be '*.do'. Section2 is a bunch of generated html fragments (each is a page's worth) that I would like to embed