Re: Tiles and Facades

2005-02-03 Thread Shey Rab Pawo
On Thu, 3 Feb 2005 10:36:50 -0500, Benedict, Paul C <[EMAIL PROTECTED]> wrote: > 1. Placing definitions in XML. This solution works well with Struts because > I can hide all my JSP in WEB-INF, define how each page is decorated, and > invoke the tile definition name in a Struts forward. > > 2. Plac

RE: Tiles and Facades

2005-02-03 Thread Benedict, Paul C
@jakarta.apache.org Subject: Re: Tiles and Facades Hello, Paul, I am not sure exactly what you are getting at here, although the topic is clear. I guess that one thing that makes reading this difficult is that I have not investigated SiteMesh. I do use Tiles definitions in XML exclusively, a

Re: Tiles and Facades

2005-02-03 Thread Joe Germuska
At 10:12 AM -0500 2/3/05, Benedict, Paul C wrote: I read a rumor that said Tiles will become its own top-level subproject in Jakarta. Is that true? There was considerable discussion about this on the dev list about a month ago. The intention first is to refactor Tiles to demonstrate that it is i

Re: Tiles and Facades

2005-02-03 Thread James Mitchell
Not Jakarta, but Apache. Jakarta is a subproject. And it's no rumor http://wiki.apache.org/struts/TilesTopLevel You should only need to "litter" the layout file(s) that you need. I usually get away with 1 or 2. In the projects that I have any control over, linking directly to a JSP is unac

Re: Tiles and Facades

2005-02-03 Thread Shey Rab Pawo
Hello, Paul, I am not sure exactly what you are getting at here, although the topic is clear. I guess that one thing that makes reading this difficult is that I have not investigated SiteMesh. I do use Tiles definitions in XML exclusively, and you seem to be talking about situations where that i