Re: Status of Tiles without Struts

2007-05-18 Thread Antonio Petrelli
RE: Status of Tiles without Struts Hi, A question I see in documentation [1] : container.render("myapp.homepage", request, response); But in last version 2.0.3 : this method doesn't exists anymore ? What is the new one ? Thanks, -- Olivier [1] : http://tiles.apache.org

RE: Status of Tiles without Struts

2007-05-18 Thread LAMY Olivier
LAMY Olivier [mailto:[EMAIL PROTECTED] Envoyé : vendredi 18 mai 2007 19:31 À : Struts Users Mailing List Objet : RE: Status of Tiles without Struts Hi, A question I see in documentation [1] : container.render("myapp.homepage", request, response); But in last version 2.0.3 : this method

RE: Status of Tiles without Struts

2007-05-18 Thread LAMY Olivier
ssage d'origine- De : Antonio Petrelli [mailto:[EMAIL PROTECTED] Envoyé : vendredi 18 mai 2007 16:48 À : Struts Users Mailing List Objet : Re: Status of Tiles without Struts 2007/5/18, lightbulb432 <[EMAIL PROTECTED]>: > > Could somebody who's in the know here explain what the

Re: Status of Tiles without Struts

2007-05-18 Thread Lance
I have used sitemesh in the past http://www.opensymphony.com/sitemesh/ This is a filter that intercepts the html on the way out, parses it then decorates it with a header, menu etc. etc. lightbulb432 wrote: Great, thanks! Out of curiosity, what are the alternatives to Tiles for JSP templating

Re: Status of Tiles without Struts

2007-05-18 Thread lightbulb432
of this >> project is, and how I can get it up and running in a simple way? > > > > Me! Me! :-) > > http://tiles.apache.org/ > > Antonio > > -- View this message in context: http://www.nabble.com/Status-of-Tiles-without-Struts-tf37781

Re: Status of Tiles without Struts

2007-05-18 Thread Antonio Petrelli
2007/5/18, lightbulb432 <[EMAIL PROTECTED]>: Could somebody who's in the know here explain what the status of this project is, and how I can get it up and running in a simple way? Me! Me! :-) http://tiles.apache.org/ Antonio

Status of Tiles without Struts

2007-05-18 Thread lightbulb432
What’s the status of Tiles without Struts? I see all sorts of outdated and conflicting information on where to get it from, how to configure it, what dependencies it has, etc. Websites, blog posts, and mailing list postings all seem to tell me somewhat different things… Could somebody who’s in

RE: Tiles without Struts

2006-05-08 Thread Marco Mistroni
reg Reddin [mailto:[EMAIL PROTECTED] Sent: 08 May 2006 15:34 To: Struts Users Mailing List Subject: Re: Tiles without Struts If you're willing to work with unreleased software, please do give Standalone Tiles a try. From the perspective of the JSP API (meaning the tag interface) nothing ha

Re: Tiles without Struts

2006-05-08 Thread Greg Reddin
es/faq.html See http://wiki.apache.org/struts/StandaloneTiles for the status on this project. Hope this helps. - George Dinwiddie http://www.idiacomputing.com/ -Original Message- From: Klaus O K [mailto:[EMAIL PROTECTED] Sent: Saturday, May 06, 2006 2:53 PM To: user@struts.apache.

RE: Tiles without Struts

2006-05-08 Thread George.Dinwiddie
http://www.idiacomputing.com/ > -Original Message- > From: Klaus O K [mailto:[EMAIL PROTECTED] > Sent: Saturday, May 06, 2006 2:53 PM > To: user@struts.apache.org > Subject: Tiles without Struts > > > Hi I am an experienced user of Struts and Tiles. Now I am > trying to

Tiles without Struts

2006-05-06 Thread Klaus O K
Hi I am an experienced user of Struts and Tiles. Now I am trying to run Tiles without Struts, and I can not get it to work at all. The installation instructions say: "First, download a binary distribution of Tiles, currently distributed with the Struts Framework" I have not been ab

Re: Tiles without Struts

2005-11-09 Thread Greg Reddin
class> definitions-config /WEB-INF/tiles-defs.xml 1 In any event, I want to know if anyone has used Tiles without Struts. If you're doing the XML method, I know you need a controller in the middle to decide which Tile to load. So that's really

Tiles without Struts

2005-11-08 Thread Paul Benedict
y following the instructions <<--here-->>. Then, make sure you have downloaded and installed the prerequisite software packages described above." Someone needs to fix the website. In any event, I want to know if anyone has used Tiles without Struts. If you're doing the XML method