Re: Best Practices for static content

2005-06-17 Thread Andreas Toom
Can't you use a TilesController-class and manipulate your tiles-attribute depending on some parameter in request scope?. Doing so you only have to declare one action and one tiles-definition. /Andreas Ramadi Pearse wrote: Does anyone have best practices on how to compose or decorate stand-alon

RE: Best Practices for static content

2005-06-16 Thread Ramadi Pearse
you never know how much people will > write. > > Regards, > David > > -Original Message- > From: Ramadi Pearse [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 16, 2005 5:30 PM > To: user@struts.apache.org > Subject: Best Practices for static content > >

RE: Best Practices for static content

2005-06-16 Thread David G. Friedman
madi Pearse [mailto:[EMAIL PROTECTED] Sent: Thursday, June 16, 2005 5:30 PM To: user@struts.apache.org Subject: Best Practices for static content Does anyone have best practices on how to compose or decorate stand-alone static content? It seems overkill to have to modify tile-defs.xml for each new st

Re: Best Practices for static content

2005-06-16 Thread Ramadi Pearse
Wendy, I need to put up some files that are long documents. They won't change much, but are needed for the user. Such are messages from the organization's president, information about rules, legal info, etc. The information will rarely change, but I need two questions answered: 1) Is it the right

Re: Best Practices for static content

2005-06-16 Thread Wendy Smoak
From: "Ramadi Pearse" <[EMAIL PROTECTED]> > Does anyone have best practices on how to compose or > decorate stand-alone static content? It seems overkill > to have to modify tile-defs.xml for each new static > page I want to add to the website. I see you asked a similar question that got no respon

Best Practices for static content

2005-06-16 Thread Ramadi Pearse
Does anyone have best practices on how to compose or decorate stand-alone static content? It seems overkill to have to modify tile-defs.xml for each new static page I want to add to the website. Is SSI or SiteMesh more appropriate here? By the way, this is to complement a web app which already uses