Re: configuring tiles with struts 1.2.9

2006-09-07 Thread Frank W. Zammetti
Thanks for the help. -Original Message- From: Darren Hall [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 2:54 PM To: 'Struts Users Mailing List' Subject: RE: configuring tiles with struts 1.2.9 Do you have your regular Tomcat log entries for this webapp'

RE: configuring tiles with struts 1.2.9

2006-09-07 Thread Darren Hall
Friedman [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 2:38 PM To: Struts Users Mailing List Subject: RE: configuring tiles with struts 1.2.9 Since everything "looks" in order then you are missing something key in a log file. Do you have your regular Tomcat log entries fo

RE: configuring tiles with struts 1.2.9

2006-09-07 Thread Darren Hall
CTED] Sent: Thursday, September 07, 2006 2:38 PM To: Struts Users Mailing List Subject: RE: configuring tiles with struts 1.2.9 Since everything "looks" in order then you are missing something key in a log file. Do you have your regular Tomcat log entries for this webapp's start

RE: configuring tiles with struts 1.2.9

2006-09-07 Thread David Friedman
Since everything "looks" in order then you are missing something key in a log file. Do you have your regular Tomcat log entries for this webapp's startup as well a any error logs. Can you zero them out then start Tomcat and post them to us? Regards, David --

RE: configuring tiles with struts 1.2.9

2006-09-07 Thread Darren Hall
defined a layout called "home.page". All jsp pages related to the layout have been created and reside where they are supposed to. In my struts-config.xml file, I've created an action mapping as follows: mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 10:50 AM

Re: configuring tiles with struts 1.2.9

2006-09-07 Thread Antonio Petrelli
Darren Hall ha scritto: Isn't the ".do" extension just a placeholder for ".jsp" or some other extension that is mapped in your struts-congif.xml? In fact you configure it in web.xml (when you configure the ActionServlet), and anyway the welcome file is treated as a different entity. I real

RE: configuring tiles with struts 1.2.9

2006-09-07 Thread Darren Hall
ig.xml and also associate action classes with my tiles. I'll try your " jsp page with a tag" idea and see how that goes. Thanks. -Original Message- From: Antonio Petrelli [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 10:09 AM To: Struts Users Mailing

Re: configuring tiles with struts 1.2.9

2006-09-07 Thread Antonio Petrelli
Darren Hall ha scritto: I think that the URL is wrong :-) If you configured your webapp in as the ROOT webapp, then you can access that action at: http://localhost/flc.do This application is not the root application, it is the "flc" application, located at the path "/flc" (under the web

RE: configuring tiles with struts 1.2.9

2006-09-07 Thread Darren Hall
Antonio, Thank you for your reply. > And you forgoto the "processorClass" attribute in tag in > struts-config.xml: > > processorClass="org.apache.struts.tiles.TilesRequestProcessor"/> I've update my controller element in my struts-config to appear as above. > I think that the URL is wrong :-

Re: configuring tiles with struts 1.2.9

2006-09-07 Thread Antonio Petrelli
Darren Hall ha scritto: When attempt to view http://localhost/flc through a browser I get a 404 error. What did I do wrong?? I think that the URL is wrong :-) If you configured your webapp in as the ROOT webapp, then you can access that action at: http://localhost/flc.do (I supposed that

configuring tiles with struts 1.2.9

2006-09-06 Thread Darren Hall
Hello all, I am somewhat new to struts and I'm attempting to create an application that uses tiles. I obviously have something configured incorrectly because I get a 404 error when attempting to display my page. Here's what I've done so far: 1) Create a template jsp page called site

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
nt: Tuesday, September 05, 2006 11:43 AM To: 'user@struts.apache.org' Subject: tiles with struts 1.2.9 Quick question, I'm using struts 1.2.9 and I'm attempting to configure tiles. In some online documentation files I've found, it outlines how tiles.jar should be included

RE: tiles with struts 1.2.9

2006-09-05 Thread Darren Hall
From: Darren Hall [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 05, 2006 11:43 AM To: 'user@struts.apache.org' Subject: tiles with struts 1.2.9 Quick question, I'm using struts 1.2.9 and I'm attempting to configure tiles. In some online documentation files I&

tiles with struts 1.2.9

2006-09-05 Thread Darren Hall
Quick question, I'm using struts 1.2.9 and I'm attempting to configure tiles. In some online documentation files I've found, it outlines how tiles.jar should be included with my struts deployment, however I don't see tiles.jar anywhere in my struts related files. Are the tiles objects compiled