Don't feel bad, I did the same thing last week... staring for about ten minutes at a bit of JavaScript, unable to figure out why a particular AJAX call didn't seem to be firing... because it was commented out! As Carlos Mencia would say... dee-dee-dee!!

Frank

(And yes, it was color-coded, and yes, I just completely ignored that fact! In my defense, it was the 12th hour of a 13-hour day after stepping off a plane early that morning, but still... ARGH!)

Darren Hall wrote:
*sigh*

Found the problem. It helps when your action mapping isn't inside a comment
block. =P

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's startup as
well a any error logs. Can you zero them out then start Tomcat and post them to us?

Not sure what you mean by "regular entries", David. I have my application's
log files set to DEBUG level, so there's a lot in there. I wouldn't want to
post the whole thing.
What exactly are you looking for? Also, I've tried just mapping a path to a
jsp without using tiles in my struts-config.xml, and I'm finding that
doesn't even work properly.
Here's what I tried: <action path="/" forward="/home.jsp" />
My thought was that when you entered the application, the front-controller
would know that a request was made for the uri "/" and match that path to my
jsp. Unfortunately, this doesn't appear to be the case.

Darren

-----Original Message-----
From: David 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 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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
Frank W. Zammetti
Founder and Chief Software Architect
Omnytex Technologies
http://www.omnytex.com
AIM/Yahoo: fzammetti
MSN: [EMAIL PROTECTED]
Author of "Practical Ajax Projects With Java Technology"
 (2006, Apress, ISBN 1-59059-695-1)
Java Web Parts - http://javawebparts.sourceforge.net
 Supplying the wheel, so you don't have to reinvent it!

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to