Probably worth trying to steps found in  from
http://wiki.apache.org/struts/StrutsUpgradeNotes12to13:

Quote:

3.3 Commons Validator 1.3.0

Struts 1.3 now depends on [WWW] Commons Validator version 1.3.0 (previous
was version 1.1.4) - remember to upgrade the Validator jar.

    *

      Validator 1.3.0 will recognize config files from prior versions.
Optionally, you may
          o

            Change the doctype declaration at the top of validation.xml to
refer to the dtd for version 1.3.0

    <!DOCTYPE form-validation PUBLIC
         "-//Apache Software Foundation//DTD Commons Validator Rules
Configuration 1.3.0//EN"
         "http://jakarta.apache.org/commons/dtds/validator_1_3_0.dtd";>

    *

      If you change the doctype you will have to change the deprecated
arg0-arg3 elements to arg elements.
    *

      The main improvements between Validator 1.1.4 and Validator 1.3.0 are
described [WWW] here

    *

      You must upgrade to the new version of validator-rules.xml. This file
is included in struts-core-1.3.x.jar, so the easiest way to upgrade is to
delete any copies you may have in your application and use the following
Validator Plugin configuration:

  <plug-in className="org.apache.struts.validator.ValidatorPlugIn">
    <set-property
        property="pathnames"
        value="/org/apache/struts/validator/validator-rules.xml,
               /WEB-INF/validation.xml"/>
  </plug-in>


Levan 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 26, 2006 10:53 AM
To: user@struts.apache.org
Subject: RE: Form not found for locale 'en_US' warning message



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 using it.

Vinodh

-----Original Message-----
From: Niall Pemberton [mailto:[EMAIL PROTECTED] Sent: Thursday,
October 26, 2006 7:44 PM
To: Struts Users Mailing List
Subject: Re: Form not found for locale 'en_US' warning message

If you're not using client side validation  then its not related to that
bug.

What class is producing this message (you should be able to tell from the
actual log message - or change your logging config so that it is displayed)?

A similar warning is also produced by the ValidatorResources class in
Commons Validator - but it includes the name/key of the form.

Niall

On 10/26/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> 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 26, 2006 6:58 AM
> To: Struts Users Mailing List
> Subject: RE: Form not found for locale 'en_US' warning message
>
> could it be you have validate="true" but no form validations defined ?
>
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, 24 October 2006 9:38 PM
> To: user@struts.apache.org
> Subject: Form not found for locale 'en_US' warning message
>
>
> 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 is >
fixed in struts 1.3.
>
>
> I am not sure what more files i need to include here.
>
>
> Any help asap is appreciated.
>
>
> Thanks,
> Vinodh.
>
>
> Note: I copied all of the jar files in lib directory of struts 1.3.5 >
where there was no 'struts.jar' file available.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



The information contained in this electronic message and any attachments to
this message are intended for the exclusive use of the addressee(s) and may
contain proprietary, confidential or privileged information. If you are not
the intended recipient, you should not disseminate, distribute or copy this
e-mail. Please notify the sender immediately and destroy all copies of this
message and any attachments. 
WARNING: Computer viruses can be transmitted via email. The recipient should
check this email and any attachments for the presence of viruses. The
company accepts no liability for any damage caused by any virus transmitted
by this email.
 www.wipro.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to