Re: The dreaded "Servlet action is not available"

2005-11-16 Thread Graham Leggett
Frank W. Zammetti wrote: Here's a hint... Create the following two files in your webapp's classes folder with the following content: commons-logging.properties -- org.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog simplelog.properties --

Re: The dreaded "Servlet action is not available"

2005-11-16 Thread Frank W. Zammetti
Here's a hint... Create the following two files in your webapp's classes folder with the following content: commons-logging.properties -- org.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog simplelog.properties org.apache.commo

Re: The dreaded "Servlet action is not available"

2005-11-16 Thread Graham Leggett
Hubert Rabago wrote: The times I came across this, it was related to an error in my struts-config.xml. Same with me - and the last time I had problems with struts-config I managed to find the error by stepping through the struts source code with a debugger (having long since given up hope on

Re: The dreaded "Servlet action is not available"

2005-11-16 Thread Hubert Rabago
The times I came across this, it was related to an error in my struts-config.xml. Hubert On 11/16/05, Graham Leggett <[EMAIL PROTECTED]> wrote: > Hi all, > > I have been trying to set up a new Struts project from scratch, and > having set up a basic action class, etc I fire off a browser at my UR

Re: The dreaded "Servlet action is not available"

2005-11-16 Thread erikweber
Sorry, looks like you *did* do that. I didn't see it. Erik -Original Message- From: [EMAIL PROTECTED] Sent: Nov 16, 2005 9:39 AM To: Struts Users Mailing List Subject: Re: The dreaded "Servlet action is not available" On some older versions of Struts you had to decl

Re: The dreaded "Servlet action is not available"

2005-11-16 Thread erikweber
On some older versions of Struts you had to declare the load-on-startup for the ActionServlet, to make sure it was instantiated before any requests arrived. Not sure if that is the problem. Erik -Original Message- From: Graham Leggett <[EMAIL PROTECTED]> Sent: Nov 16, 2005 9:18 AM To: