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