Error : Cannot find message resources

2002-12-20 Thread amit kaushik
hi everybody,i am new to struts created a multilingual application and maintained to different properties file in /WEB-INF/classes folder names test.properties and test_de.properties.when i am using the properties file through struts it's showing me the following error.My JSP code

RE: Error : Cannot find message resources

2002-12-20 Thread Arnaud HERITIER
20 décembre 2002 11:25 À : struts Objet : Error : Cannot find message resources hi everybody,i am new to struts created a multilingual application and maintained to different properties file in /WEB-INF/classes folder names test.properties and test_de.properties.when i am using

Re: Error : Cannot find message resources

2002-12-20 Thread amit kaushik
hi, got the error.. thanks Amit Kaushik - Original Message - From: Arnaud HERITIER [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Friday, December 20, 2002 4:47 PM Subject: RE: Error : Cannot find message resources Do you use struts 1.0 or 1.1 ?? Did you

Error Cannot find message resources under key ui when attempting to subclass FormBeanConfig in struts-config.xml

2002-11-21 Thread Ahearn, Denis
Has anyone successfully subclassed the FormBeanConfig associated with a form-bean element? For example: form-bean name=myForm type=org.apache.struts.action.DynaActionForm className=mypackage.MyFormBeanConfig . . . /form-bean When I try this, I get the following

RE: Error Cannot find message resources under key ui when attempting to subclass FormBeanConfig in struts-config.xml

2002-11-21 Thread James Mitchell
rather use? Two strong oxen or 1024 chickens? - Seymour Cray (1925-1996), father of supercomputing -Original Message- From: Ahearn, Denis [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 21, 2002 12:51 PM To: '[EMAIL PROTECTED]' Subject: Error Cannot find message resources under key ui

RE: Error Cannot find message resources under key ui when attempting to subclass FormBeanConfig in struts-config.xml

2002-11-21 Thread Ahearn, Denis
PM To: Struts Users Mailing List Subject: RE: Error Cannot find message resources under key ui when attempting to subclass FormBeanConfig in struts-config.xml Apparently, you are trying to use a 'message resources under key ui' and it is not found :/ Have you validated that it is there? Can you

RE: Error Cannot find message resources under key ui when attempting to subclass FormBeanConfig in struts-config.xml

2002-11-21 Thread James Mitchell
21, 2002 1:49 PM To: 'Struts Users Mailing List' Subject: RE: Error Cannot find message resources under key ui when attempting to subclass FormBeanConfig in struts-config.xml Yes, my struts-config.xml has the following definition in it: message-resources key=ui null=false

RE: Error Cannot find message resources under key ui when attempting to subclass FormBeanConfig in struts-config.xml

2002-11-21 Thread Ahearn, Denis
), props.getProperty(key)); } } } -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 21, 2002 12:54 PM To: Struts Users Mailing List Subject: RE: Error Cannot find message resources under key ui when attempting to subclass

Re: Error: Cannot find message resources

2002-03-28 Thread Ted Husted
If it seems like JRUN issue then take it up with JRUN. It's a commercial product and should have people who are paid to solve problems like this. If it works under Tomcat, Sun's reference implementation, but not under JRUN, then the implication is that JRUN is non-compliant. -- Ted Husted,