Re: [FRIDAY] ApplicationResources.properties vs Validator framework

2005-06-24 Thread Adam Hardy
t; To: "Struts Users Mailing List" Sent: Thursday, June 23, 2005 9:10 AM Subject: RE: ApplicationResources.properties vs Validator framework Your root problem is using Validator in the first place. (1) It is a bogus design from the start, and (2) it never has worked as advertised.

Re: ApplicationResources.properties vs Validator framework

2005-06-24 Thread James Mitchell
- From: "Mark Galbreath" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Thursday, June 23, 2005 9:10 AM Subject: RE: ApplicationResources.properties vs Validator framework Your root problem is using Validator in the first place. (1) It is a bogus design

RE: ApplicationResources.properties vs Validator framework

2005-06-23 Thread Gilbert, Antoine
All files are included -Original Message- From: klute [mailto:[EMAIL PROTECTED] Sent: June 23, 2005 10:11 AM To: Struts Users Mailing List Subject: RE: ApplicationResources.properties vs Validator framework Just a sanity check, did you open up your war and ensured that the

RE: ApplicationResources.properties vs Validator framework

2005-06-23 Thread klute
is > > parameter="ApplicationResources"/> > > -Original Message- > From: Marsh-Bourdon, Christopher > [mailto:[EMAIL PROTECTED] > Sent: June 23, 2005 10:01 AM > To: 'Struts Users Mailing List' > Subject: RE: ApplicationResources.prop

RE: ApplicationResources.properties vs Validator framework

2005-06-23 Thread Gilbert, Antoine
Only message-resources tag is -Original Message- From: Marsh-Bourdon, Christopher [mailto:[EMAIL PROTECTED] Sent: June 23, 2005 10:01 AM To: 'Struts Users Mailing List' Subject: RE: ApplicationResources.properties vs Validator framework In that case does it contain (or pa

RE: ApplicationResources.properties vs Validator framework

2005-06-23 Thread Gilbert, Antoine
Yes, under WEB-INF/classes -Original Message- From: klute [mailto:[EMAIL PROTECTED] Sent: June 23, 2005 10:05 AM To: Struts Users Mailing List Subject: Re: ApplicationResources.properties vs Validator framework btw, where exactly is your ApplicationResources.properties located under

Re: ApplicationResources.properties vs Validator framework

2005-06-23 Thread klute
btw, where exactly is your ApplicationResources.properties located under WEB_INF/classes? --- "Gilbert, Antoine" <[EMAIL PROTECTED]> wrote: > Hi > > > > I have a strange problem. > > > > I have an application using validator on server side > and client side > (javascript), I have an > App

RE: ApplicationResources.properties vs Validator framework

2005-06-23 Thread Nitish Kumar
une 23, 2005 7:28 PM To: Struts Users Mailing List Subject: RE: ApplicationResources.properties vs Validator framework yes -Original Message- From: klute [mailto:[EMAIL PROTECTED] Sent: June 23, 2005 9:55 AM To: Struts Users Mailing List Subject: Re: ApplicationResources.properties vs Va

RE: ApplicationResources.properties vs Validator framework

2005-06-23 Thread Marsh-Bourdon, Christopher
: ApplicationResources.properties vs Validator framework yes -Original Message- From: klute [mailto:[EMAIL PROTECTED] Sent: June 23, 2005 9:55 AM To: Struts Users Mailing List Subject: Re: ApplicationResources.properties vs Validator framework Does your web.xml contain the following as part of the action servlet

RE: ApplicationResources.properties vs Validator framework

2005-06-23 Thread Gilbert, Antoine
Validator framework yes -Original Message- From: klute [mailto:[EMAIL PROTECTED] Sent: June 23, 2005 9:55 AM To: Struts Users Mailing List Subject: Re: ApplicationResources.properties vs Validator framework Does your web.xml contain the following as part of the action servlet config

RE: ApplicationResources.properties vs Validator framework

2005-06-23 Thread Gilbert, Antoine
yes -Original Message- From: klute [mailto:[EMAIL PROTECTED] Sent: June 23, 2005 9:55 AM To: Struts Users Mailing List Subject: Re: ApplicationResources.properties vs Validator framework Does your web.xml contain the following as part of the action servlet config? application

Re: ApplicationResources.properties vs Validator framework

2005-06-23 Thread klute
Does your web.xml contain the following as part of the action servlet config? application ApplicationResources --- "Gilbert, Antoine" <[EMAIL PROTECTED]> wrote: > Hi > > > > I have a strange problem. > > > > I have an application using validator on server side > and client side >

RE: ApplicationResources.properties vs Validator framework

2005-06-23 Thread Gilbert, Antoine
: Struts Users Mailing List Subject: ApplicationResources.properties vs Validator framework Hi I have a strange problem. I have an application using validator on server side and client side (javascript), I have an ApplicationResources.properties with all my messages for erreor messages from

RE: ApplicationResources.properties vs Validator framework

2005-06-23 Thread Gilbert, Antoine
:44 AM To: user@struts.apache.org Subject: RE: ApplicationResources.properties vs Validator framework First thing that comes to mind is that you likely forgot to add the key to the resource.. Try adding the null="true" option to your resource declarations in struts-config.xml -O

RE: ApplicationResources.properties vs Validator framework

2005-06-23 Thread jacob.willig
To: Struts Users Mailing List Subject: RE: ApplicationResources.properties vs Validator framework No Struts is trying to load application_fr_CA.properties, and anyway I have no application.properties, I have an ApplicationResources.properties. One more problem to go before the problem you tal

RE: ApplicationResources.properties vs Validator framework

2005-06-23 Thread Gilbert, Antoine
, 2005 9:38 AM To: 'Struts Users Mailing List' Subject: RE: ApplicationResources.properties vs Validator framework To me it seems, due to a different locale, your application is looking for ApplicationResources_fr_CA.properties you can try renaming your properti

RE: ApplicationResources.properties vs Validator framework

2005-06-23 Thread Nitish Kumar
logies Ltd Bangalore -Original Message- From: Gilbert, Antoine [mailto:[EMAIL PROTECTED] Sent: Thursday, June 23, 2005 6:09 PM To: Struts Users Mailing List Subject: ApplicationResources.properties vs Validator framework Hi I have a strange problem. I have an application using va

RE: ApplicationResources.properties vs Validator framework

2005-06-23 Thread Mark Galbreath
Subject: ApplicationResources.properties vs Validator framework Hi I have a strange problem. I have an application using validator on server side and client side (javascript), I have an ApplicationResources.properties with all my messages for erreor messages from validations. All is working

ApplicationResources.properties vs Validator framework

2005-06-23 Thread Gilbert, Antoine
Hi I have a strange problem. I have an application using validator on server side and client side (javascript), I have an ApplicationResources.properties with all my messages for erreor messages from validations. All is working ok. But, I made a war file and deployed the application on