Re: Newbie - error Location

2003-07-29 Thread Stephan Wiesner
Hi Chirag, there are a number of possible reasons. The class file doesn't exist, for example. You need to be more specific here. Chirag Mehta wrote: Hello, I am following the Struts tutorial written by Stephan Wieser to create my own struts app. I reached the section on forms and am getting th

Newbie - error Location

2003-07-29 Thread Chirag Mehta
Hello, I am following the Struts tutorial written by Stephan Wieser to create my own struts app. I reached the section on forms and am getting the following error. Can anyone suggest where i should look for my error? I can seem to find whereabout my error is? (ie which class etc? Thanks Chirag ja

RE: Newbie error!

2002-09-20 Thread Galbreath, Mark
Sure thing! Just first allow me to take half my day to read through the entire tutorial, simulate your environment, and then make a wild-ass guess as to why you are getting an error! BTW: What is "trialling?" Sounds like you are mimicking bird calls. Mark -Original Message- From: Shar

Newbie error!

2002-09-19 Thread Sharon Cowling
Hi, I'm trialling using struts in an internal application for the company I work for. I'm working through a really basic sample application I found on the web: http://javaboutique.internet.com/tutorials/Struts/index.html I've followed the instructions, but seem to have gone wrong somewhere, b

Re: Newbie :Error- Cannot find ActionMappings or ActionFormBeans

2002-03-18 Thread keithBacon
; > Thanks > Anant Sagar. > > From: "keithBacon" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" <[EMAIL PROTECTED]> > Sent: Saturday, March 16, 2002 6:32 PM > Subject: Re: Newbie :Error- Cannot find ActionMappings or ActionFormBeans > &g

Re: Newbie :Error- Cannot find ActionMappings or ActionFormBeans

2002-03-17 Thread Anant Sagar
From: "keithBacon" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Saturday, March 16, 2002 6:32 PM Subject: Re: Newbie :Error- Cannot find ActionMappings or ActionFormBeans > Was the error thrown in struts code or your code? &g

Re: Newbie :Error- Cannot find ActionMappings or ActionFormBeans

2002-03-16 Thread keithBacon
rd in the sense that the error msg was irrelevant . > Any way thanks > Anant Sagar > - Original Message - > From: "keithBacon" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" <[EMAIL PROTECTED]> > Sent: Saturday, March 16, 2002 4:

Re: Newbie :Error- Cannot find ActionMappings or ActionFormBeans

2002-03-16 Thread Anant Sagar
; <[EMAIL PROTECTED]> Sent: Saturday, March 16, 2002 4:57 PM Subject: Re: Newbie :Error- Cannot find ActionMappings or ActionFormBeans > This can be a bit tricky - did you search the Archive? > > --- Anant Sagar <[EMAIL PROTECTED]> wrote: > > Hello All , > > > >

Re: Newbie :Error- Cannot find ActionMappings or ActionFormBeans

2002-03-16 Thread keithBacon
This can be a bit tricky - did you search the Archive? --- Anant Sagar <[EMAIL PROTECTED]> wrote: > Hello All , > > I m new to struts . I had prepared my login page .It was working fine > .Suddenly this exception is coming > > javax.servlet.ServletException: Cannot find ActionMappings or Actio

Re: Newbie :Error- Cannot find ActionMappings or ActionFormBeans

2002-03-15 Thread Anant Sagar
Thanks Raghuramudu anyway. Anant Sagar - Original Message - From: "Vaddiyar, Raghuramudu" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Friday, March 15, 2002 12:24 PM Subject: RE: Newbie :Error- Cannot find A

RE: Newbie :Error- Cannot find ActionMappings or ActionFormBeans

2002-03-14 Thread Vaddiyar, Raghuramudu
PROTECTED]] Sent: Friday, March 15, 2002 7:59 AM To: 'Struts Users Mailing List' Subject: Newbie :Error- Cannot find ActionMappings or ActionFormBeans Hello All , I m new to struts . I had prepared my login page .It was working fine .Suddenly this exception

Newbie :Error- Cannot find ActionMappings or ActionFormBeans

2002-03-14 Thread Anant Sagar
Hello All , I m new to struts . I had prepared my login page .It was working fine .Suddenly this exception is coming javax.servlet.ServletException: Cannot find ActionMappings or ActionFormBeans collection javax.servlet.jsp.JspException: Cannot find ActionMappings or ActionFormBeans collecti

RE: newbie: Error 500 No action instance for path /login could be created

2001-06-01 Thread Firmin David
your Action class extends the org.apache.struts.action.Action superclass. HTH Dave -Original Message- From: Markus Roghani [mailto:[EMAIL PROTECTED]] Sent: 01 June 2001 10:14 To: [EMAIL PROTECTED] Subject: newbie: Error 500 No action instance for path /login could be created I'm using

newbie: Error 500 No action instance for path /login could be created

2001-06-01 Thread Markus Roghani
I'm using struts-1.0-b2 with tomcat 3.2.1. I wrote a simple login skript like the logon skript in the struts-example. After I submit my form-data to login.do, I've got the error message: Error: 500 Location: /testapp/login.do No action instance for path /login could be created I can't find wha