Basic Templating Recommendations?

2002-10-03 Thread Adam Sherman
I've tried asking this a few times, but I think I haven't been clear. I need a simple way to have requests converted into calls to Tiles definitions. So, requests like /pages/pageone.thtml, would get turned into a call to the tile pageone. /pages/main/pagetwo.thtml = main.pageone, etc. I

RE: Basic Templating Recommendations?

2002-10-03 Thread Phase Web and Multimedia
: Thursday, October 03, 2002 8:18 AM To: Struts Users Mailing List Subject: Basic Templating Recommendations? I've tried asking this a few times, but I think I haven't been clear. I need a simple way to have requests converted into calls to Tiles definitions. So, requests like /pages

Re: Basic Templating Recommendations?

2002-10-03 Thread Adam Sherman
Phase Web and Multimedia wrote: I don't understand what you are asking. With struts you can specify the template you want to use by placing a tiles definition in the forward mappings. It will map you request url to a definition. Just make sure that everything is happening through struts