Ok I will also send you my jsp page and validation.xml.
regards
sairam


From: "Otto, Frank" <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
To: 'Struts Users Mailing List' <[EMAIL PROTECTED]>
Subject: AW: AW: struts error messages problem
Date: Fri, 24 Oct 2003 11:08:13 +0200

Do you use validation.xml? How does it look?

-----Ursprungliche Nachricht-----
Von: sairam manda [mailto:[EMAIL PROTECTED]
Gesendet: Freitag, 24. Oktober 2003 11:04
An: [EMAIL PROTECTED]
Betreff: Re: AW: struts error messages problem



Hello Sir,
I have application.properties and nothing specific to locale or german
specific.I will also attach application.properties file.Plesae have a look
at that.
regards
sairam

>From: "Otto, Frank" <[EMAIL PROTECTED]>
>Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
>To: 'Struts Users Mailing List' <[EMAIL PROTECTED]>
>Subject: AW: struts error messages problem
>Date: Fri, 24 Oct 2003 10:57:50 +0200
>
>Hi,
>
>If this occurs, struts can't find the entry "errors.required" in your
>application.properties.
>
>Have you a german properties-file like "application_de.properties". If not,
>you must have a standard "application.properties".
>
>Regards,
>
>Frank
>
>-----Ursprungliche Nachricht-----
>Von: sairam manda [mailto:[EMAIL PROTECTED]
>Gesendet: Freitag, 24. Oktober 2003 10:47
>An: [EMAIL PROTECTED]
>Betreff: struts error messages problem
>
>
>Respected Sir,
>I am new to struts.I have a problem with the error messages .The error
>messages are not displayed from my application.properties file but comes
>with the locale object and in a strange way.
>
>Like below-
>???de.errors.required???
>
>
>I have a simple form it works fine but only problem is with the error
>messages.
>Can any body guide me with the problem?
>regards
>sairam
>
>_________________________________________________________________
>Are you a Citibank RCA member? Want to fly free to India?
>http://server1.msn.co.in/sp03/diwali/rca/memberrca.asp Here is how you can!
>
>
>---------------------------------------------------------------------
>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]
>


_________________________________________________________________
Call your NRI friends.Introduce them to Citibank RCA.
http://server1.msn.co.in/sp03/diwali/rca/referrca.asp Win 2 tickets to visit
them abroad.


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


_________________________________________________________________
Get Married! http://www.bharatmatrimony.com/cgi-bin/bmclicks1.cgi?74 Search from 7 lakh Brides & Grooms.
<?xml version="1.0" encoding="ISO-8859-1" ?>

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

<form-validation>

<!--
     This is a blank Validator form file with a commented examples.
-->

    <global>

        <!-- An example global constant
        <constant>
            <constant-name>postalCode</constant-name>
            <constant-value>^\d{5}\d*$</constant-value>
        </constant>
        end example-->

    </global>

    <formset>

        <form name="submitForm">
            <field
                property="username"
                depends="required">
                    <arg0 key="username"/>
             </field>
         <field
            property="password"
            depends="required,mask">
            <arg0 key="submitForm.password"/>
            <var>
                <var-name>mask</var-name>
                <var-value>^[0-9a-zA-Z]*$</var-value>
            </var>
         </field>
         
         <field
                property="emailaddress"
                depends="email">
                    <arg0 key="submitForm.emailaddress"/>
           </field>
       </form>

    </formset>
</form-validation>


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

Reply via email to