Re: reg Forward action

2002-03-23 Thread Anant Sagar
Try putting attribute input=/result.jsp in action /action tag and call /loginComplete.do only when you submit the form. Hope that might help Anant Sagar - Original Message - From: Kumari, Ramana [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Saturday, March 23

Re: getting validation errors on initial display of a form

2002-03-23 Thread Anant Sagar
. Hope that may help . Anant Sagar - Original Message - From: Dick Starr [EMAIL PROTECTED] To: struts-user [EMAIL PROTECTED] Sent: Tuesday, January 22, 2002 8:50 AM Subject: getting validation errors on initial display of a form I am new to Struts and am using Ted's sample logon app as my

Re: Newbie Question - Please Helpme (Cannot find ActionMapping or...)

2002-03-22 Thread Anant Sagar
This usually happens due to improper setting of Data Source Configuration (data-sources /data-sources) in struts-config.xml file. Check whether driverClass ,url,user,password entered are correctly . Hope that may help you. Sagar - Original Message - From: Otavio C. Decio [EMAIL

Re: Cannot find message resources under key org.apache.struts.action.MESSAGE

2002-03-19 Thread Anant Sagar
I had same error stack trace sometime back at the start of application . That was coming due to improper setting of data-sources in struts-config.xml . hope taht may help Anant Sagar - Original Message - From: Todd Grigsby [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED

Re:How to distinguish calls to Action

2002-03-18 Thread Anant sagar
, But it does'nt call Action class as it calls ClientForm bean's validate method, finds mandatory fields( 4 other fields ) are empty and returns the page with error. If you have any suggetion pls let me know. THANKS in advance Anant Sagar -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

Re:How to distinguish calls to Action

2002-03-18 Thread Anant Sagar
, But it does'nt call Action class as it calls ClientForm bean's validate method, finds mandatory fields( 4 other fields ) are empty and returns the page with error. If you have any suggetion pls let me know. THANKS in advance Anant Sagar -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

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 Anant Sagar
Dear All , The problem was coming due to the expiry of my JSQLConnect driver. Its quite weird 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

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

Newbie :Error- Cannot find ActionMappings or ActionFormBeans

2002-03-14 Thread Anant Sagar
collection Can anybody let me know what could be the reason for the above exception. Anant Sagar

Re: Database Access Problem.Need Help?

2002-03-01 Thread Anant Sagar
was not shown on the console rather I was getting NullPointerException. Rgds. - Anant Sagar - Original Message - From: Kanoza, Douglas (NCI) [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Thursday, February 28, 2002 7:44 PM Subject: RE: Database Access Problem.Need Help

Database Access Problem.Need Help?

2002-02-28 Thread Anant Sagar
Hello , I am new to Struts and facing problem regarding the Database access .I m getting DataSource as null even though , i ve done changes in Data Source Configuratio . I m using Tomcat 3.2.1 . This is what I have done in struts-config.xml file