Form not found for locale 'en_US' warning message

2006-11-29 Thread kumar.vinodh
Hi all, I am seeing the below warning message whenever form bean is accessed. WARN [ValidatorResources] Form 'callcontrolForm' not found for locale 'en_US' In struts-config.xml I have This was a known bug in 1.2.9 version, http://issues.apache.org/bugzilla/show_bug.cgi?id=38081 But v

RE: How to make dropdown box editable.

2006-11-06 Thread kumar.vinodh
Thanks Lance for your help. -Original Message- From: Lance Semmens [mailto:[EMAIL PROTECTED] Sent: Monday, November 06, 2006 2:53 PM To: 'Struts Users Mailing List' Subject: RE: How to make dropdown box editable. Dojo has a control that sounds like what you're after. http://dojotool

RE: How to make dropdown box editable.

2006-10-26 Thread kumar.vinodh
Page has got a drop down box, with pre defined set of elements. User should be able to select one among them, or else he can enter his own option, which would be added to the drop down. -Original Message- From: Madhav Bhargava [mailto:[EMAIL PROTECTED] Sent: Friday, October 27, 2006 12

RE: Form not found for locale 'en_US' warning message

2006-10-26 Thread kumar.vinodh
This warning message is coming for all the pages. Whever I try to access the page this message is getting printed. It is getting thrown from validatorResources class. I am reffering to Validator plugin in strutsconfig file, but not using struts validation in all the pages. Only in few pages I m

RE: Form not found for locale 'en_US' warning message

2006-10-26 Thread kumar.vinodh
I m not using struts validator framework for client side validation. It was known issue in struts 1.2.9, but in was fixed in struts 1.3.5. I have upgraded to 1.3.5 but still I m seeing this issue. -Original Message- From: Strachan, Paul [mailto:[EMAIL PROTECTED] Sent: Thursday, October

RE: Struts1.3.5 error

2006-10-26 Thread kumar.vinodh
Thanks Levan, It is working fine now. I am not seeing error message after making necessary changes as said by you. Regards, Vinodh -Original Message- From: Levan Dvalishvili [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 25, 2006 1:55 AM To: 'Struts Users Mailing List' Subject: RE: S

How to make dropdown box editable.

2006-10-26 Thread kumar.vinodh
Hi all, I have requirement where in I want drop down box to be editable. Is this possible using struts html tag lib. Please let me know how to go about making drop down box editable. Regards, Vinodh The information contained in this electronic message and any attachments to this messag

RE: Form not found for locale 'en_US' warning message

2006-10-24 Thread kumar.vinodh
Martin, Struts-config has separate message-resource tag for the language supported. But still I am seeing the warning message. Regards, Vinodh -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 24, 2006 5:56 PM To: Struts Users Mailing List Subject:

Struts1.3.5 error

2006-10-24 Thread kumar.vinodh
Hi, I was using struts1.2.9 previously , every thing worked fine. When I migrated to struts1.3.5, I am getting below error message.I am not sure about this behaviour. Any particular reason for this behaviour? org.apache.jasper.JasperException: Failed to load or instantiate TagExtraInfo class

Form not found for locale 'en_US' warning message

2006-10-24 Thread kumar.vinodh
Hi, I am the getting the below warning message whenever I access the formbeans Form not found for locale 'en_US' I am using the downloaded version of the Struts 1.3.5 that was available in struts site. With reference to BugId - http://issues.apache.org/bugzilla/show_bug.cgi?id=38081 this bug

Help needed in writing Junit test case for Struts when DynaValidator form is used

2006-10-10 Thread kumar.vinodh
Hi, Iam writing Junit test case for Struts application using cactus and iam using dynavalidator form and have written test case given below public void testSuccessfulLogin() { setRequestPathInfo("/login"); addRequestParameter("userId","bhanu"); actionPerform(); verifyFo

RE: about javascript

2006-08-11 Thread kumar.vinodh
function button2() { var theFile = document.forms[0].elements['theFile'].value; if( theFile == "" && theFile.length = 0) { alert("Please enter the value for the field theFile"); document.forms[0].elements['theFile'].focus(); return f

RE: tag for checking session and forward to login page

2006-07-21 Thread kumar.vinodh
HI All, You cannot disable the back button(I guess so), instead u can keep a check in each jsp page based on one session varaible Which is set into session once the user is logged in (ex:u can keep the user id in session)and when user clicks logout, the logoutAction class is called and it just re

Form not found for locale 'en_US'

2006-07-09 Thread kumar.vinodh
Hi *, I am getting the below warning message for each request. 2006-07-07 11:20:12,140 WARN [org.apache.commons.validator.ValidatorResources] Form 'callcontrolForm' not found for locale 'en_US' I m not aware of this warning message. Is there anyway I can control this. Plz help me out in this.

Form not found for locale 'en_US'

2006-07-07 Thread kumar.vinodh
Hi *, I am getting the below warning message for each request. 2006-07-07 11:20:12,140 WARN [org.apache.commons.validator.ValidatorResources] Form 'callcontrolForm' not found for locale 'en_US' I m not aware of this warning message. Is there anyway I can control this. Plz help me out in this.

Form 'confStatForm' not found for locale 'en_US'

2006-07-06 Thread kumar.vinodh
H i *, I am getting the below message for every request. Form 'confStatForm' not found for locale 'en_US' . Can someone tell what to do for this??? Regards, Vinodh. The information contained in this electronic message and any attachments to this message are intended for the exclusive

RE: Eclipse-Struts configuration.

2006-07-04 Thread kumar.vinodh
Hi Anil, You can try out Myeclipse plugin. It is a licenced version, you can enjoy trial version for 30 days. You can download it in myeclipse.com. After installing the plug-in, try to create a new project, where you will find options like Java project Web project And many more.. Choose web pro

How to take care of session mgmt

2006-06-29 Thread kumar.vinodh
Hi *, I am new to struts and to this group. Is there any standard way of doing session management. For eg, user is not allowed to access any resource(jsp pages directly) unless he logins. When he tries he should be directed to login page. Is there any standard way of doing this. Struts framework