Re: Need help with getting the value from ApplicationResources.properties

2015-05-15 Thread Lilylove toshop
an do something like this: ApplicationResources.properties help.link=Help ${getLink()} page base action class: public String getLink() {     return "Help"; } jsp file 2015-05-15 13:35 GMT+02:00 lilylove2shop : > > > It's struts2 > > > > Original message > Fr

Re: Need help with getting the value from ApplicationResources.properties

2015-05-15 Thread Lukasz Lenart
You can do something like this: ApplicationResources.properties help.link=Help ${getLink()} page base action class: public String getLink() { return "Help"; } jsp file 2015-05-15 13:35 GMT+02:00 lilylove2shop : > > > It's struts2 > > > > Orig

Re: Need help with getting the value from ApplicationResources.properties

2015-05-15 Thread lilylove2shop
It's struts2  Original message From: Lukasz Lenart Date: 05/15/2015 2:26 AM (GMT-05:00) To: Struts Users Mailing List Subject: Re: Need help with getting the value from ApplicationResources.properties 2015-05-14 22:03 GMT+02:00 Lilylove toshop : >

Re: Need help with getting the value from ApplicationResources.properties

2015-05-14 Thread Lukasz Lenart
2015-05-14 22:03 GMT+02:00 Lilylove toshop : > Hi All, > I've defined the invalid login in my ApplicationResources.properties as > error.login.generic=Invalid login or password. Please contact the href="help.jsp">Help Desk to reset your password. > Instead of dis

Need help with getting the value from ApplicationResources.properties

2015-05-14 Thread Lilylove toshop
Hi All, I've defined the invalid login in my ApplicationResources.properties as error.login.generic=Invalid login or password.  Please contact the Help Desk to reset your password. Instead of displaying the Help Desk link, it displays Help Desk on the page. Could you please help!! Thanks,Lily

Re: Fetch ApplicationResources.properties values in jspf?

2015-02-19 Thread Lilylove toshop
jspf? > > I have the 'Footer.jspf' file which is included in all of my jsp files. > > Thanks!! > > > > /* ApplicationResources.properties */lcp.pluginFooter=For access to > > required "Software Plugins", please select the "Software Plugins" link > > below and follow direc

Re: Fetch ApplicationResources.properties values in jspf?

2015-02-19 Thread Lilylove toshop
ilylove2s...@yahoo.com.invalid> wrote: > > >  Hi All, > > Could you please help?  how do I fetch the properties value in the jspf? > > I have the 'Footer.jspf' file which is included in all of my jsp files. > > Thanks!! > > > > /* ApplicationRe

Re: Fetch ApplicationResources.properties values in jspf?

2015-02-19 Thread Dave Newton
ou having a specific issue? > > On Thu, Feb 19, 2015 at 3:21 PM, Lilylove toshop < > lilylove2s...@yahoo.com.invalid> wrote: > > > Hi All, > > Could you please help? how do I fetch the properties value in the jspf? > > I have the 'Footer.jspf'

Re: Fetch ApplicationResources.properties values in jspf?

2015-02-19 Thread Lilylove toshop
21 PM, Lilylove toshop < lilylove2s...@yahoo.com.invalid> wrote: >  Hi All, > Could you please help?  how do I fetch the properties value in the jspf? > I have the 'Footer.jspf' file which is included in all of my jsp files. > Thanks!! > > /* ApplicationResources.p

Re: Fetch ApplicationResources.properties values in jspf?

2015-02-19 Thread Dave Newton
h is included in all of my jsp files. > Thanks!! > > /* ApplicationResources.properties */lcp.pluginFooter=For access to > required "Software Plugins", please select the "Software Plugins" link > below and follow directions to download. href="/plugins.do?ac

Fetch ApplicationResources.properties values in jspf?

2015-02-19 Thread Lilylove toshop
Hi All, Could you please help?  how do I fetch the properties value in the jspf?  I have the 'Footer.jspf' file which is included in all of my jsp files.  Thanks!! /* ApplicationResources.properties */lcp.pluginFooter=For access to required "Software Plugins", please

RE: 2 ApplicationResources.properties file

2012-06-29 Thread Martin Gainty
toire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Fri, 29 Jun 2012 14:00:42 -0400 > CC: > To: user@struts.apache.org > From: srrem...@excite.com > Subject: 2 ApplicationResour

Re: 2 ApplicationResources.properties file

2012-06-29 Thread s
Got the answer -Original Message- From: "s" [srrem...@excite.com] Date: 06/29/2012 02:01 PM To: user@struts.apache.org Subject: 2 ApplicationResources.properties file I am working on an application and it has 2 modules. I need to create 2 seperate ApplicationResources.

2 ApplicationResources.properties file

2012-06-29 Thread s
I am working on an application and it has 2 modules. I need to create 2 seperate ApplicationResources.properties file for each module. This properties files should by loaded by Struts 2 automatically (without any code). Is there any way to achieve this in Struts 2 ...? --Sam

override applicationresources.properties file for different logins

2010-05-13 Thread venkeee
stage,but no the user name at that time after each class get Message() to override.how to load different properties file for userlogins.please find solution -- View this message in context: http://old.nabble.com/override-applicationresources.properties-file-for-different-logins-tp28549246p28549246

Re: applicationresources.properties with utf-8 characters

2009-07-02 Thread Yanto
; On Thu, Jul 2, 2009 at 1:19 AM, Yanto wrote: > > We change applicationresources_zh.properties to utf 8 in our application, > > and the application can show the chinese character properly in the > > application. > > However we are not changing applicationresources.properties to

Re: applicationresources.properties with utf-8 characters

2009-07-02 Thread Greg Lindholm
nge applicationresources_zh.properties to utf 8 in our application, > and the application can show the chinese character properly in the > application. > However we are not changing applicationresources.properties to utf8 > > On Thu, Jul 2, 2009 at 10:49 AM, Wes Wannemacher wrote: > > > On W

Re: applicationresources.properties with utf-8 characters

2009-07-02 Thread Wes Wannemacher
: > We change applicationresources_zh.properties to utf 8 in our application, > and the application can show the chinese character properly in the > application. > However we are not changing applicationresources.properties to utf8 > > On Thu, Jul 2, 2009 at 10:49 AM, Wes Wannemacher wrote: > >

Re: applicationresources.properties with utf-8 characters

2009-07-01 Thread Yanto
We change applicationresources_zh.properties to utf 8 in our application, and the application can show the chinese character properly in the application. However we are not changing applicationresources.properties to utf8 On Thu, Jul 2, 2009 at 10:49 AM, Wes Wannemacher wrote: > On Wednesday

Re: applicationresources.properties with utf-8 characters

2009-07-01 Thread Wes Wannemacher
-Wes > On Thursday, July 2, 2009, Odelya YomTov wrote: > > Hi! > > > > I would like to have in my applicationresources.properties utf-8 > > charcters. When I write: > > login.notRecognized = "נא לנסות שנית" > > > > and try to save, I get the

Re: applicationresources.properties with utf-8 characters

2009-07-01 Thread Wes Wannemacher
the native2ascii tool. -Wes > On Thursday, July 2, 2009, Odelya YomTov wrote: > > Hi! > > > > I would like to have in my applicationresources.properties utf-8 > > charcters. When I write: > > login.notRecognized = "נא לנסות שנית" > > > >

Re: applicationresources.properties with utf-8 characters

2009-07-01 Thread Yanto
Change the file properties, file type to utf8 On Thursday, July 2, 2009, Odelya YomTov wrote: > Hi! > > I would like to have in my applicationresources.properties utf-8 charcters. > When I write: > login.notRecognized = "נא לנסות שנית" > > and try to save, I ge

Re: applicationresources.properties with utf-8 characters

2009-07-01 Thread Martin Uhlir
hi, use native2ascii to convert the foreign characters into \u escape sequence. look at here http://globalizer.wordpress.com/2007/02/08/property-resource-bundle-encoding/ martin Odelya YomTov wrote: Hi! I would like to have in my applicationresources.properties utf-8 charcters

Re: applicationresources.properties with utf-8 characters

2009-07-01 Thread Lukasz Lenart
What do you use to edit that file? Eclipse? There is plugin which will convert in fly characters to UTF-8 entities, Resource Bundle Editor or something. IntelliJ IDEA has built-in such option, just select it in Settings. Regards -- Lukasz http://www.lenart.org.pl/ http://dailylog.lenart.org.pl/

applicationresources.properties with utf-8 characters

2009-07-01 Thread Odelya YomTov
Hi! I would like to have in my applicationresources.properties utf-8 charcters. When I write: login.notRecognized = "נא לנסות שנית" and try to save, I get the message Some characters cannot be mapped using ISO-8859-1 What tag can I add to it? It's a properties

Re: ApplicationResources.properties and JavaScript

2008-08-07 Thread Wes Wannemacher
On Thu, 2008-08-07 at 17:43 -0700, Dave Newton wrote: > --- On Thu, 8/7/08, nauke. <[EMAIL PROTECTED]> wrote: > > No matter how I tried to pass those values in as > > parameters, my JavaScript function kept treating > > it as literal text > > > > Like: > > > > <%=String aString = "Hi There!"%>

Re: ApplicationResources.properties and JavaScript

2008-08-07 Thread Dave Newton
--- On Thu, 8/7/08, nauke. <[EMAIL PROTECTED]> wrote: > No matter how I tried to pass those values in as > parameters, my JavaScript function kept treating > it as literal text > > Like: > > <%=String aString = "Hi There!"%> That's most likely not what you wanted, you mean: <% String aString =

Re: ApplicationResources.properties and JavaScript

2008-08-07 Thread nauke .
Hi Dave, Thanks for replying. Yeah I declared variables in my JSP file and tried to parse them through as arguments to the JavaScript function like mentioned. No matter how I tried to pass those values in as parameters, my JavaScript function kept treating it as literal text hehe! Like: <%=Strin

Re: ApplicationResources.properties and JavaScript

2008-08-07 Thread Dave Newton
--- On Thu, 8/7/08, nauke wrote: > There must be a more elegant solution than this! Not really: you're trying to access server-side resources from the client side. If you're not going to run your JavaScript through the JSP processor your options are limited, for obvious reasons. One solution wa

Re: ApplicationResources.properties and JavaScript

2008-08-07 Thread nauke .
vascript functions are in it's on .js file ... > > > > On Thu, Aug 7, 2008 at 8:23 PM, Balwinder <[EMAIL PROTECTED]> wrote: > > > >> nauke. wrote: > >> > >>> Hi all, > >>> > >>> Is there a way to access values in Applicat

Re: ApplicationResources.properties and JavaScript

2008-08-07 Thread Owen Berry
cript functions are in it's on .js file ... > > On Thu, Aug 7, 2008 at 8:23 PM, Balwinder <[EMAIL PROTECTED]> wrote: > >> nauke. wrote: >> >>> Hi all, >>> >>> Is there a way to access values in ApplicationResources.properties in >>

Re: ApplicationResources.properties and JavaScript

2008-08-07 Thread nauke .
Is there a way to access values in ApplicationResources.properties in >> Javascript functions? >> I've found a way where I can just pass a value from the app resource file >> as >> a parameter, but discovered that I return alerts with different messages >> based on some crit

Re: ApplicationResources.properties and JavaScript

2008-08-07 Thread Balwinder
nauke. wrote: Hi all, Is there a way to access values in ApplicationResources.properties in Javascript functions? I've found a way where I can just pass a value from the app resource file as a parameter, but discovered that I return alerts with different messages based on some criteria.

ApplicationResources.properties and JavaScript

2008-08-06 Thread nauke .
Hi all, Is there a way to access values in ApplicationResources.properties in Javascript functions? I've found a way where I can just pass a value from the app resource file as a parameter, but discovered that I return alerts with different messages based on some criteria. Any ideas? T

Error Messages In ApplicationResources.properties

2008-06-04 Thread StrutsUser
Hi, I have a situation where I am doing some client side validation in javascript. When an error occurs I need to get the error message from ApplicationResources.properties. I also need to pass a field name to the error message. I tried using getText() within JavaScript to access the error

Re: Want to get the value of label key which is there in the ApplicationResources.properties in action class

2008-01-11 Thread ARCS
hi , > I have a requirement to get the value of label key , which is there in > the ApplicationResources.properties file . > > Let me explain with an example :- > > In my Jsp i get my label like > > > > In my ApplicationResources.properties file i have mappe

Re: Want to get the value of label key which is there in the ApplicationResources.properties in action class

2008-01-11 Thread Dave Newton
I'm not exactly sure what you're asking. --- arunabh <[EMAIL PROTECTED]> wrote: > In my Jsp i get my label like > > > >Let me tell you I use Struts 2 in my application . I have tries with > . This does create a label First Name in the > UI . But again i am not able to access the same in t

Want to get the value of label key which is there in the ApplicationResources.properties in action class

2008-01-11 Thread arunabh
hi , I have a requirement to get the value of label key , which is there in the ApplicationResources.properties file . Let me explain with an example :- In my Jsp i get my label like In my ApplicationResources.properties file i have mapped this key to some value as :- cust.firstName

reloadable ApplicationResources.properties

2006-07-27 Thread Adam Hardy
I just finished replacing the text strings with language key strings in my application's JSPs. We're using Spring MVC which has a 'ReloadableResourceBundleMessageSource' class, configurable to monitor the state of the ApplicationResources.properties file. It meant the

Re: How to manually force the use of an ApplicationResources.properties??

2006-05-08 Thread Niall Pemberton
On 5/4/06, Inandjo Taurel <[EMAIL PROTECTED]> wrote: hi, I'm using struts 1.2.8 along with JSPs in an application. As at now for the internationalization, I'm just using the normal mechanism just by specifying the path to the resources file in my struts config file, and getting . Now, I need to

How to manually force the use of ApplicationResources.properties?

2006-05-04 Thread Inandjo Taurel
hi, I'm using struts 1.2.8 along with JSPs in an application. As at now for the internationalization, I'm just using the normal mechanism just by specifying the path to the resources file in my struts config file, and getting . Now, I need to be able to switch from one file to another just by

How to manually force the use of an ApplicationResources.properties??

2006-05-04 Thread Inandjo Taurel
hi, I'm using struts 1.2.8 along with JSPs in an application. As at now for the internationalization, I'm just using the normal mechanism just by specifying the path to the resources file in my struts config file, and getting . Now, I need to be able to switch from one file to another just by

Fw: ApplicationResources.properties

2006-03-11 Thread Yariel Ramos Moreno
PM Subject: Re: ApplicationResources.properties On 3/11/06, Yariel Ramos Moreno <[EMAIL PROTECTED]> wrote: > It is possible to have 2 keys with diferent names and the same value in the > ApplicationResources.properties file and use it in the same action > (LookupDispatchAction)?

Re: ApplicationResources.properties

2006-03-11 Thread Wendy Smoak
On 3/11/06, Yariel Ramos Moreno <[EMAIL PROTECTED]> wrote: > It is possible to have 2 keys with diferent names and the same value in the > ApplicationResources.properties file and use it in the same action > (LookupDispatchAction)? I don't see how it could work. It's

ApplicationResources.properties

2006-03-11 Thread Yariel Ramos Moreno
Hi: It is possible to have 2 keys with diferent names and the same value in the ApplicationResources.properties file and use it in the same action (LookupDispatchAction)?

Struts 1.1 ApplicationResources.properties

2006-03-10 Thread Yariel Ramos Moreno
Hi: I have a LookupDispatchAction in my application. In the JSP mapped to this action, I need 2 submit buttons with the same name (Search) but with differents funtionalities. In my ApplicationResource.properties file I have defined 2 diferent properties with the same value: search.go=Search se

Re: multiple ApplicationResources.properties

2005-12-21 Thread Andrew.du
If you don'd use i18n ,you should only have one. -- [EMAIL PROTECTED]

RE: multiple ApplicationResources.properties

2005-12-20 Thread Murugesan, Kathiresan \(Cognizant\)
PROTECTED] Sent: Wed 12/21/2005 11:38 AM To: Struts Users Mailing List Subject: multiple ApplicationResources.properties Hi, Can i have multiple ApplicationResources.properties file?? I have different modules in mu Application and for each module a separate struts-config.xmland tiles-def.xml has

multiple ApplicationResources.properties

2005-12-20 Thread Deepa Khetan
Hi, Can i have multiple ApplicationResources.properties file?? I have different modules in mu Application and for each module a separate struts-config.xmland tiles-def.xml has been defined. But i am not able to define different ApplicationResources.properties. Please help Regards, Deepa

How to retrieve ApplicationResources.properties from displaytag?

2005-09-28 Thread 梁炳場
The current result is blank. I want to display the cell which retrieves from ApplicationResources.properties. And the cell can be clicked. The column title come from ApplicationResources.properties as well. How can it be done? Thanks "> Where href and messageKey are

Re: What's wrong in ApplicationResources.properties?

2005-09-26 Thread Laurie Harper
layed. If the bean key changes to main.home or main.contactUs the webpage cannot be displayed properly. what goes wrong? Thnx header.jsp: ApplicationResources.properties: main.welcome=Welcome to myERP main.contactUs=Contact Us main.home

RE: What's wrong in ApplicationResources.properties?

2005-09-26 Thread David G. Friedman
, September 26, 2005 5:34 AM To: Struts Users Mailing List Subject: What's wrong in ApplicationResources.properties? I change to bean key to main.welcome, the webpage can be displayed. If the bean key changes to main.home or main.contactUs the webpage cannot be displayed properly. what goes

What's wrong in ApplicationResources.properties?

2005-09-26 Thread 梁炳場
I change to bean key to main.welcome, the webpage can be displayed. If the bean key changes to main.home or main.contactUs the webpage cannot be displayed properly. what goes wrong? Thnx header.jsp: ApplicationResources.properties: main.welcome=Welcome to myERP main.contactUs

Re: Overlaying a propery definition with > 1 ApplicationResources.properties file

2005-09-07 Thread Gareth Evans
Gareth Adam Lipscombe wrote: Folks, We have a standard ApplicationResources.properties file. If customers want customised labels I want to be able to include a 2nd ApplicationResources.properties file that contains only those labels that have been customised. The 2nd label definition should override

Overlaying a propery definition with > 1 ApplicationResources.properties file

2005-09-07 Thread Adam Lipscombe
Folks, We have a standard ApplicationResources.properties file. If customers want customised labels I want to be able to include a 2nd ApplicationResources.properties file that contains only those labels that have been customised. The 2nd label definition should override the 1st (i.e. standard

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
Just a sanity check, did you open up your war and ensured that the ApplicationResources.properties is in fact there in WEB-INF/classes? Perhaps, your pkg/war task might have excluded it by mistake? --- "Gilbert, Antoine" <[EMAIL PROTECTED]> wrote: > Only message-resources tag

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

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
Does there is a way for me to set in direct code (ex in a servlet filter) this default bundle, so I can have a work around for now -Original Message- From: Gilbert, Antoine Sent: June 23, 2005 9:58 AM To: Struts Users Mailing List Subject: RE: ApplicationResources.properties vs

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
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 &

RE: ApplicationResources.properties vs Validator framework

2005-06-23 Thread Gilbert, Antoine
I think the problem is just that default message resource is application.properties instead of ApplicationResources.properties as specified in the struts-config.xml. I guess I shoud try to focus on that problem... -Original Message- From: Gilbert, Antoine Sent: June 23, 2005 8:39 AM To

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
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 talking about. -Original Message- From: Nitish Kumar [mailto:[EMAIL PROTECTED] Sent: June 23

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

ApplicationResources.properties file kindly help

2005-01-13 Thread Avinash Sridhar
- From: "Dakota Jack" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Subject: Re: ApplicationResources.properties file kindly help Date: Thu, 13 Jan 2005 10:03:56 -0800 > > Did you add the values in the file without restarting the application? > I

Re: ApplicationResources.properties file kindly help

2005-01-13 Thread Dakota Jack
the problem, it not reading the > > ApplicationResources.properties file. > > http://struts.apache.org/userGuide/configuration.html#resources_config > > I have this in struts-config.xml: > > > The ApplicationResources.properties f

Re: ApplicationResources.properties file kindly help

2005-01-13 Thread Wendy Smoak
From: "Avinash Sridhar" <[EMAIL PROTECTED]> > What could be the problem, it not reading the > ApplicationResources.properties file. http://struts.apache.org/userGuide/configuration.html#resources_config I have this in struts-config.xml: The ApplicationResources.properties

ApplicationResources.properties file kindly help

2005-01-13 Thread Avinash Sridhar
Hi, Thanks for the friendly piece of advice, I did correct it and changed the dtd from 1.0 to 1.1 and I got no errors now., ?But I have gotten into this problem this is the data inside my ApplicationResources.properties file present inside the classes directory

Help with ApplicationResources.properties file.

2005-01-13 Thread Avinash Sridhar
Hi, Thanks for the friendly piece of advice, I did correct it and changed the dtd from 1.0 to 1.1 and I got no errors now., ?But I have gotten into this problem this is the data inside my ApplicationResources.properties file present inside the classes directory

Getting applicationResources.properties keys

2004-12-28 Thread Jorge Martín Cuervo
Hello to all, I've start working with jasperReports with struts, and i want to externalize the labels to use in multilanguage environment. I use a file applicationResources.properties (with the tag message-resources in struts-config.xml) to the jsp labels without problems, but in my r

Re: Value of hidden field from ApplicationResources.properties?

2004-10-07 Thread Jeff Beal
ng through. So I thought to put a hidden field in the form and just ignore the button entirely. But I can't seem to get the value of the hidden field to come from ApplicationResources.properties. I tried to do it like the submit button, but *must* be an empty tag. None of the possible att

Value of hidden field from ApplicationResources.properties?

2004-10-06 Thread Wendy Smoak
idden field in the form and just ignore the button entirely. But I can't seem to get the value of the hidden field to come from ApplicationResources.properties. I tried to do it like the submit button, but *must* be an empty tag. None of the possible attributes seem to do it. Am I missing

Re: Error reading text from ApplicationResources.properties

2004-09-29 Thread Rudi Doku
Thanks Duncan, I sorted out the problem. I'm also new to JDeveloper 10g. I refered to some online JDeveloper struts tutorials as well as Struts for Dummies, which, by the way, is a really good book for Newbies. --- Duncan Mills <[EMAIL PROTECTED]> wrote: > In this case I suspect the problem is t

Re: Error reading text from ApplicationResources.properties

2004-09-29 Thread Duncan Mills
In this case I suspect the problem is that the basename attribute in the tag does not have the full path to the file. e.g. it should be something like basename="myapp.view.resources.ApplicationResources" Regards Duncan Mills Jeff Beal wrote: Rudi Doku wrote: Hello, I'm new to struts. I have a

Re: Error reading text from ApplicationResources.properties

2004-09-29 Thread Jeff Beal
Rudi Doku wrote: Hello, I'm new to struts. I have added the following string to teh ApplicationResources.propertiesfile : topic.label=Topic I am trying to display this label on the page without very much success. My page looks like this: <%@ page contentType="text/html;charset=UTF-8" language="java

Error reading text from ApplicationResources.properties

2004-09-28 Thread Rudi Doku
Hello, I'm new to struts. I have added the following string to teh ApplicationResources.propertiesfile : topic.label=Topic I am trying to display this label on the page without very much success. My page looks like this: <%@ page contentType="text/html;charset=UTF-8" language="java"%> <%@ tagl

RE: Multiple ApplicationResources.properties

2004-06-11 Thread Wang, Yuanbo
To: Struts Users Mailing List Cc: satish ashok shukla Subject: Multiple ApplicationResources.properties Hi All, Can we have multiple ApplicationResources.properties files for a project? As of now I have a following entry in web.xml for an ApplicationResources.properties file

Multiple ApplicationResources.properties

2004-06-11 Thread Viral_Thakkar
Hi All, Can we have multiple ApplicationResources.properties files for a project? As of now I have a following entry in web.xml for an ApplicationResources.properties file. application ApplicationResources Thanks & Regards, Viral

Re: Multiple ApplicationResources.properties

2004-06-11 Thread Niall Pemberton
To: <[EMAIL PROTECTED]> Cc: "Viral_Thakkar" <[EMAIL PROTECTED]> Sent: Friday, June 11, 2004 10:14 AM Subject: Multiple ApplicationResources.properties Hi All, Can we have multiple ApplicationResources.properties files for a project? As of now I have a following entry in web

Re: Multiple ApplicationResources.properties

2004-06-11 Thread Shailender Jain
You can specify in the TAG which ResourceBudle(key= bundle) tag should use. Default is ApplicationResources.properties satish ashok shukla wrote: > Hi All, > > Can we have multiple ApplicationResources.properties files for a > project? > > As of now I have a following entry

Multiple ApplicationResources.properties

2004-06-11 Thread satish ashok shukla
Hi All, Can we have multiple ApplicationResources.properties files for a project? As of now I have a following entry in web.xml for an ApplicationResources.properties file. application ApplicationResources Thanks & Regards, Viral

R: Filtering ApplicationResources.properties file

2004-05-18 Thread Andrea M.
g that might be of interest for you here: http://www.anassina.com/struts/i18n/i18n.html -Messaggio originale- Da: Ramil Mirhasanov [mailto:[EMAIL PROTECTED] Inviato: martedì 18 maggio 2004 15.03 A: Struts Users Mailing List Oggetto: Re: Filtering ApplicationResources.properties file Andre

Re: Filtering ApplicationResources.properties file

2004-05-18 Thread Ramil Mirhasanov
?? - Original Message - From: "Andrea M." <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Tuesday, May 18, 2004 3:47 PM Subject: R: Filtering ApplicationResources.properties file > Ramil > I don't think

R: Filtering ApplicationResources.properties file

2004-05-18 Thread Andrea M.
truts Users Mailing List Oggetto: Re: Filtering ApplicationResources.properties file Andrea, I need that error messages are displayed properly in iso-8859-9 encoding, as all my classes and jsps. My error messages are stored in ApplicationResources.properties file. I will be gratefull if you help!

Re: Filtering ApplicationResources.properties file

2004-05-18 Thread Ramil Mirhasanov
Andrea, I need that error messages are displayed properly in iso-8859-9 encoding, as all my classes and jsps. My error messages are stored in ApplicationResources.properties file. I will be gratefull if you help! Ramil - Original Message - From: "Andrea M." <[EMAIL P

R: Filtering ApplicationResources.properties file

2004-05-18 Thread Andrea M.
ering ApplicationResources.properties file Hi, I want to ask you, how is it possible to create mapping for filter and *.properties?? So that character encoding filter would apply for ApplicationResources.properties file. I have allready done filtering for Actions, by modifiying web.xml: Set Character Enc

Filtering ApplicationResources.properties file

2004-05-18 Thread Ramil Mirhasanov
Hi, I want to ask you, how is it possible to create mapping for filter and *.properties?? So that character encoding filter would apply for ApplicationResources.properties file. I have allready done filtering for Actions, by modifiying web.xml: Set Character Encoding action My

Re: how to read ApplicationResources.properties from a servlet

2004-05-11 Thread Riyad Kalla
("ApplicationResources.properties"); you could probably break that into multiple lines to make it easier to read. On Tuesday 11 May 2004 12:45 pm, Julio Cesar De Salvo wrote: > Hi, I was wondering if there's a chance to read the > ApplicationResources.propoerties file outside the struts frame w

how to read ApplicationResources.properties from a servlet

2004-05-11 Thread Julio Cesar De Salvo
Hi, I was wondering if there's a chance to read the ApplicationResources.propoerties file outside the struts frame work (a servlet) and what the best way to do so. Thanks

Re: ApplicationResources.properties

2004-04-22 Thread jbalaji
aximum ApplicationResources.properties file size is recommended (from performance point of view)? thank you, yuriy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PRO

  1   2   >