Re: getting validation errors on initial display of a form

2002-03-23 Thread Anant Sagar
t; while submitting. 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 f

Re: reg Forward action

2002-03-23 Thread Anant Sagar
Try putting attribute input="/result.jsp" in 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"

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 ( ) 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 PROTECTED]> To: "Struts User

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

Re: How to distinguish calls to Action

2002-03-19 Thread Anant Sagar
Yes Vic Cekvenich , it's working. Now I have made three different entries in struts-config.xml file for calling same Action class This way it is working perfectly Anant Sagar - Original Message - From: "Struts Newsgroup" <@[EMAIL PROTECTED]>

Re:How to distinguish calls to Action

2002-03-18 Thread Anant Sagar
using second mapping to call Action class, 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

Re:How to distinguish calls to Action

2002-03-18 Thread Anant sagar
using second mapping to call Action class, 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 Saga

Re: Newbie :Error- Cannot find ActionMappings or ActionFormBeans

2002-03-17 Thread Anant Sagar
is a simple jsp with username and password .and LoginForm is a also a simple bean with get and set methos .After loading and on submit i m calling LoginAction which then access database for the first time . In this scenario what do you suggest where should i handle exception. Thanks Anant Sagar.

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"

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

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
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,

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