struts error messages problem

2003-10-24 Thread sairam manda
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]


AW: struts error messages problem

2003-10-24 Thread Otto, Frank
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]



Re: AW: struts error messages problem

2003-10-24 Thread sairam manda
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.
# -- validator --
errors.required={0} is required.
errors.email={0} is an invalid e-mail address.
. . .
# own messages:
submitForm.username=User Name
submitForm.password=Password
submitForm.repeatPassword=The provided Passwords are not equal!
submitForm.email=EmailAddress


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

AW: AW: struts error messages problem

2003-10-24 Thread Otto, Frank
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]



Re: AW: AW: struts error messages problem

2003-10-24 Thread sairam manda
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.


http://jakarta.apache.org/commons/dtds/validator_1_0.dtd";>
















 
 


mask
^[0-9a-zA-Z]*$

 
 
 

   
   





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

Re: AW: AW: struts error messages problem

2003-10-24 Thread sairam manda
Ok I will also send you my jsp page and validation.xml.
regards
sairam

From: "sairam manda" <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: AW: AW: struts error messages problem
Date: Fri, 24 Oct 2003 14:44:30 +0530
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.
<< validation.xml >>
-
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.


http://jakarta.apache.org/commons/dtds/validator_1_0.dtd";>
















 
 


mask
^[0-9a-zA-Z]*$

 
 
 

   
   





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

AW: AW: AW: struts error messages problem

2003-10-24 Thread Otto, Frank
There was no jsp page in your mail, only validation.xml. ;-) I found this error in 
your validation.xml.

You have to use "submitForm.username" instead "username", because there is no key 
"username" in your application.properties.





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


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.

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



Re: AW: AW: AW: struts error messages problem

2003-10-24 Thread sairam manda
HelloSir,
Thank you for the help it is working.
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: AW: struts error messages problem
Date: Fri, 24 Oct 2003 11:22:45 +0200
There was no jsp page in your mail, only validation.xml. ;-) I found this 
error in your validation.xml.

You have to use "submitForm.username" instead "username", because there is 
no key "username" in your application.properties.




-Ursprungliche Nachricht-
Von: sairam manda [mailto:[EMAIL PROTECTED]
Gesendet: Freitag, 24. Oktober 2003 11:15
An: [EMAIL PROTECTED]
Betreff: Re: AW: AW: struts error messages problem
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.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
Tired of emails bouncing back? Need more space? 
http://server1.msn.co.in/features/general/extrastorage/index.asp Get extra 
storage on Hotmail

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