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

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:

Re: Newbie :Error- Cannot find ActionMappings or ActionFormBeans

2002-03-18 Thread keithBacon
: 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? The code probably needs proper exception handling

Re: Newbie :Error- Cannot find ActionMappings or ActionFormBeans

2002-03-17 Thread Anant Sagar
. 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 Was the error thrown in struts code or your code? The code probably needs

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

Re: Newbie :Error- Cannot find ActionMappings or ActionFormBeans

2002-03-16 Thread Anant Sagar
, 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 , I m new to struts . I had prepared my login page .It was working fine .Suddenly

Re: Newbie :Error- Cannot find ActionMappings or ActionFormBeans

2002-03-16 Thread keithBacon
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:57 PM Subject: Re: Newbie :Error- Cannot find ActionMappings or ActionFormBeans

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 ActionMappings or ActionFormBeans Check your struts

RE: Newbie :Error- Cannot find ActionMappings or ActionFormBeans

2002-03-14 Thread Vaddiyar, Raghuramudu
Check your struts-config.xml file. and the action attribute of your form. for example...in your login page if form tag looks like this form name=collection action=/collection... and if you dont have a mapping in your struts-config.xml file you will get this exception -Original