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
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
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 :
>
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
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
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
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
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'
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
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
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
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
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.
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
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
; 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
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
:
> 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:
>
>
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
-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
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 = "נא לנסות שנית"
> >
> >
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
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
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/
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
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!"%>
--- 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 =
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
--- 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
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
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
>>
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
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.
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
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
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
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
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
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
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
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
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
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)?
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
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)?
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
If you don'd use i18n ,you should only have one.
--
[EMAIL PROTECTED]
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
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
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
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
, 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
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
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
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
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.
-
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
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
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
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
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
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
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
: 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
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
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
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
&
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
: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
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
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
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
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
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
-
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
??
- 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
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!
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
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
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
("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
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
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 - 100 of 103 matches
Mail list logo