Re: tiles with struts 1.2.9

2006-09-05 Thread Wendy Smoak
On 9/5/06, Monkeyden <[EMAIL PROTECTED]> wrote: http://struts.apache.org/1.x/struts-tiles/installation.html Now I see the reference to 'tiles.jar'. That documentation is for Struts 1.3, in which we've split the distribution into several jar files: struts-core, struts-tiles, struts-el, etc. F

Re: tiles with struts 1.2.9

2006-09-05 Thread Monkeyden
Add an init-param to the ActionServlet Add the plug-in the struts-config.xml Add the taglib directive to the JSP pages using tiles. http://struts.apache.org/1.x/struts-tiles/installation.html On 9/5/06, Darren Hall <[EMAIL PROTECTED]> wrote: Ignore that last message. I see the tiles package i

RE: tiles with struts 1.2.9

2006-09-05 Thread Darren Hall
Ignore that last message. I see the tiles package in the 1.2.9 API. The tld file still needs to be included, though, I take it - and I need a tiles-config.xml file. Is there anything else I'm missing to get tiles running on 1.2.9? Thanks, Darren -Original Message- From: Dar