" because
> > I got an exception when accessing "localhost:8080/message_resource".
> >
> > I just added an index action pointing to "/index.jsp" so you can see the
> > dummy form.
> > The register action just points to "thankyou.jsp" in case of a s
y from "web.xml" because
> I got an exception when accessing "localhost:8080/message_resource".
>
> I just added an index action pointing to "/index.jsp" so you can see the
> dummy form.
> The register action just points to "thankyou.jsp" in case of a s
uot;localhost:8080/message_resource".
I just added an index action pointing to "/index.jsp" so you can see the
dummy form.
The register action just points to "thankyou.jsp" in case of a successful
result.
The "thankyou.jsp" doesn't use the .properties file.
I
dido
> http://jeandersonbc.github.io
>
> 2015-03-12 2:44 GMT-03:00 Lukasz Lenart :
>
>> Almost gut
>>
>> your action is in:
>> src/main/java/lab_struts/tutorial/message_resource/action
>>
>> but the related properties file in:
>> src/main/resources/lab_
>
> your action is in:
> src/main/java/lab_struts/tutorial/message_resource/action
>
> but the related properties file in:
> src/main/resources/lab_struts/tutorial/message_resource/
>
> so they differ on the last part - "action" and that's why message
> cannot be found. Yo
Almost gut
your action is in:
src/main/java/lab_struts/tutorial/message_resource/action
but the related properties file in:
src/main/resources/lab_struts/tutorial/message_resource/
so they differ on the last part - "action" and that's why message
cannot be found. You have t
and so far, I've been working with the
> official
> > tutorials to get started with the framework. Also, I'm using Eclipse.
> >
> > In the "Message Resource Files" [1], the framework can't find the key
> > located in the .properties file although
rk can't find the key
> located in the .properties file although it is placed in the same package
> of its related action class.
>
> Since I'm using Eclipse to create every Struts 2 project and knowing that
> Struts 2 is a "convention over configuration" framewo
Hi everyone,
I am a beginner in Struts 2 and so far, I've been working with the official
tutorials to get started with the framework. Also, I'm using Eclipse.
In the "Message Resource Files" [1], the framework can't find the key
located in the .properties file although
/Basic_Struts2_Mvn/src/main/resources originally.So
it don't work.
-- 原始邮件 --
发件人: "Lukasz Lenart";;
发送时间: 2014年7月18日(星期五) 中午1:06
收件人: "Struts Users Mailing List";
主题: Re: 回复: 回复: Question of properties file
2014-07-18 5:31 GMT+02:00 木叶
2014-07-18 5:31 GMT+02:00 木叶清风-谢 :
> I have solved my problem!thank you very much.
Can you share what it was?
Regards
--
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/
-
To unsubscribe, e-mail: user-unsubscr...@struts.apach
I have solved my problem!thank you very much.
-- 原始邮件 --
发件人: "Lukasz Lenart";;
发送时间: 2014年7月15日(星期二) 下午3:27
收件人: "Struts Users Mailing List";
主题: Re: 回复: Question of properties file
2014-07-15 9:23 GMT+02:00 木叶清风-谢 :
> I have tr
2014-07-15 9:23 GMT+02:00 木叶清风-谢 :
> I have tried,but it doesn't work
It must be something wrong with your setup, though. What do you use to
build the project and prepare WAR file?
https://github.com/apache/struts/tree/develop/apps/blank/src/main/resources/example
Regards
--
Łukasz
+ 48 606 323
I have tried,but it doesn't work
-- 原始邮件 --
发件人: "Lukasz Lenart";;
发送时间: 2014年7月15日(星期二) 中午12:54
收件人: "Struts Users Mailing List";
主题: Re: Question of properties file
2014-07-15 3:57 GMT+02:00 木叶清风-谢 :
> hi!I meet a problem abo
2014-07-15 3:57 GMT+02:00 木叶清风-谢 :
> hi!I meet a problem about the properties files.
> I discover that the properties won't be loaded automatically unless use
> value="global,Register,Package"/> in struts.xml.
> I want to know how to configure the struts2 to load Package.properties and
> (activ
hi!I meet a problem about the properties files.
I discover that the properties won't be loaded automatically unless use
in struts.xml.
I want to know how to configure the struts2 to load Package.properties and
(activity_name).properties automatically,notice the ,the value is true!!!
ng directory structure:
- */WEB-INF/struts-config.xml*
- */WEB-INF/resources/ApplicationResources.properties *
That's not correct. You have to place the file into your *src *directory,
inside a package. For example if your source files application use the
package "*en.erico.app*" a
Hello
I have created a new dynamic web application from scratch
struts version => 1.3.10
An I have created my struts-config.xml
I am not able to set a "properties" file on it
Where do I need to place my file ?
As an example I have :
WEB-INF
--struts-config.xml
.org/2.3.1/docs/localization.html
Regards
Puneet
-Original Message-
From: John W. Himpel [mailto:j...@jlhimpel.net]
Sent: Wednesday, March 07, 2012 4:48 AM
To: user@struts.apache.org
Subject: jsp/properties file/validation interaction question
Good evening,
1) ActionClass A gathers some lis
Good evening,
1) ActionClass A gathers some lists used in drop-down boxes and
check-boxes in A.jsp. ActionClass A forwards to A.jsp.
2) The user makes selections and inputs additional data into A.jsp. The
form in A.jsp forwards to ActionClass B. A.jsp uses the property file
A.properties to prov
bject: Re: adding style for the message in properties file.
The actionmessage code written in a common jsp being used for other pages
also.So I would prefer not to touch that.
Is there any other alternative way for this.
On Thu, Oct 20, 2011 at 7:42 PM, Carl Ballantyne
wrote:
> Sounds like you
properties file.
Sorry,
I'm not sure I understand you correctly: according with what explained
here (http://struts.apache.org/2.x/docs/actionmessage.html) the only
thing you have to do is:
Twitter :http://www.twitter.com/m_cucchiara
G+ :https://plus.google.com/107903711540963855921
Lin
> Is there any other alternative way for this
Break the message up?
If your message is "My device color is RED." then write something like this:
.
where your properties file contains:
device.preamble=My device color is
device.red=RED
> My device color is RED.
>> >
>> > It will display as it is. No style change.
>> >
>> >
>> > On Thu, Oct 20, 2011 at 7:21 PM, Maurizio Cucchiara
>> > wrote:
>> >
>> > > There are no many options, What happen
I actually meant before you need to put escape="false" but I am sure you
understood that anyway.
As far as I know there is no other way. Maybe you could escape other text
in the properties file if you need to display them that way. And then enter
the html markup as normal. And then put
t; >
> > > There are no many options, What happen if you include your marker tag
> > > inside your resource properties file?
> > >
> > > Twitter :http://www.twitter.com/m_cucchiara
> > > G+ :https://plus.google.com/107903711540963855921
>
no many options, What happen if you include your marker tag
> > inside your resource properties file?
> >
> > Twitter :http://www.twitter.com/m_cucchiara
> > G+ :https://plus.google.com/107903711540963855921
> > Linkedin:http://www.linkedin.com/in
:
> There are no many options, What happen if you include your marker tag
> inside your resource properties file?
>
> Twitter :http://www.twitter.com/m_cucchiara
> G+ :https://plus.google.com/107903711540963855921
> Linkedin:http://www.linkedin.com/in/mauriziocucc
There are no many options, What happen if you include your marker tag
inside your resource properties file?
Twitter :http://www.twitter.com/m_cucchiara
G+ :https://plus.google.com/107903711540963855921
Linkedin :http://www.linkedin.com/in/mauriziocucchiara
Maurizio Cucchiara
there anyway I can add styling in the properties file?
Thanks
Thanks Łukasz Lenart, it works.
-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org
2011/9/19 Debraj Mallick :
> i am using struts 2.2.1.1 (it is maven project), i am using IDE
Answer is here [1], so upgrade to the latest available version and you're done.
[1] https://issues.apache.org/jira/browse/WW-3602
Kind regards
--
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/
Warsz
i am using struts 2.2.1.1 (it is maven project), i am using IDE
(SpringSource Tool 2.7.1), i have modifed the the deployed properties
also, but not getting any changes so i have to build the project and
again deploy it. i am using Tomcat 6.0.26.
2011/9/17 Debraj Mallick :
> i have done the same thing as it is written in the struts2
> documentation "http://struts.apache.org/2.x/docs/devmode.html";,
> but the problem is it is not working, please let me know what i am missing.
How do you deploy your app ? Do you modify the deployed file or
l
hi all,
in my application i need to reload the properties file every time i
make any changes, it can be achieved by using struts.properties like
struts.devMode=true
struts.configuration.xml.reload=true
struts.i18n.reload=true
struts.custom.i18n.resources=global
also we can do it in struts.xml
Kartik,
First off, your first mapping doesn't "forward" it dispatches to the
login.jsp page. If the validation file you have created is picked up
when the user hits that url, then you are going to see the validation
errors. Second, in your form tag, I would remove the '.action' from
the action att
Hi All,
In my package structure, I have package.properties file with the following
key value pair:
username=User Name
password=Password
In my simple login page: the form elements are defined with a key look up..
My action xml mappings are given below. The first action is a
I am using this approach to load properties
http://struts.apache.org/2.0.14/docs/how-do-i-set-a-global-resource-bundle.html
I want to load the properties on each request (without turning the devmode =
true).
How should I go about this?
Should I turn ActionGlobalMessagesListener into an intercep
Hello,
I have a Struts2 app in which my struts.properties resides in
WEB-INF/classes. It contains the following line
struts.custom.i18n.resources=mypropertyfile
mypropertyfile also resides in WEB-INF/classes. and inside the
properties file, for example I have the following:
pdf.test.title
Hi Muthu,
Thanks for the answer, that's all I wanted to know.
Greetings,
walki2
--
View this message in context:
http://www.nabble.com/Change-single-.properties-file-to-one-.properties-file-for-every-JSP-tp22947889p22948672.html
Sent from the Struts - User mailing list archive at Nabbl
no tool to do that, It has to be manually split into
different properties file based on either package or action class as
specified by Terry..
~Muthu
Terry Gardner-2 wrote:
.properties file can be looked up based on the current Action, or a
hierarchy is used to search for a key. If the Action
I believe the question is more about whether any tool available to split his
current bulk properties into a small package/action specific properties. I
think there is no tool to do that, It has to be manually split into
different properties file based on either package or action class as
.properties file can be looked up based on the current Action, or a
hierarchy is used to search for a key. If the Action is named
EnterEmployeeAction, then the .properties files are all preceded by
EnterEmployeeAction, viz, EnterEmployeeAction_en.properties, and so
forth. There is also a
2009/4/8 walki2 :
> SomeFileName.properties
> SomeFileName_en.properties
> SomeFileName_fr.properties
> SomeFileName_de.properties
You can use package.properties for all actions in given package and
below (in Struts2 ;-)
Regards
--
Lukasz
http://www.lenart.org.pl/
-
n one big properties file!! Is there
an easy way to make a .properties file for every jsp? Or do I have to make
it manually using copy and paste for about 80 JSP's?
Greetings,
walki2
--
View this message in context:
http://www.nabble.com/Change-single-.properties-file-to-one-.properties-file
t;.
> How to configure displaytag to read from properties file?
Take a look on that bug, there is attached adapter for Struts2
http://jira.codehaus.org/browse/DISPL-511
Reards
--
Lukasz
http://www.lenart.org.pl/
-
To unsubscrib
Hello,
I used s2 with displaytag.
I already create file textmessage.properties, this file contain:
label.firstname=First Name
label.lastname=Last Name
But the problem is in table title show "label.firstname".
How to configure displaytag to read from properties file?
Th
--- On Wed, 11/5/08, Nick Maunder wrote:
> can someone tell me quickly how to get an apostrophe to
> appear when using s:text?
Probably not quicker than searching the web would:
http://www.google.com/search?q=java+properties+%2Bapostrophe
You may need to use a double apostrophe, but IIRC it depe
Hi,
you can try
general.VettingNextUpdate=You won't be able to bid> From: [EMAIL
PROTECTED]> To: user@struts.apache.org> Subject: using apostrophes in a
properties file with > Date: Wed, 5 Nov 2008 14:53:35 +> > Hey guys
> > > > can someone tell me
ing
s:text?
Here's a snippet of my properties file:
general.VettingNextUpdate=You won\'t be able to bid
as you can see I've tried with and without escaping the apostrophe
character. How do I make the text appear as:
You won't be able to bid
?
Hey guys
can someone tell me quickly how to get an apostrophe to appear when using
s:text?
Here's a snippet of my properties file:
general.VettingNextUpdate=You won\'t be able to bid
as you can see I've tried with and without escaping the apostrophe
character. Ho
Dimitris Mouchritsas wrote:
Hi all,
we have a disclaimer page in our application (using struts 1.3.8) and we
want to display a possibly rather large legal text.
So the thought is to create a disclaimer.properties file with only one
key in it and for that specific jsp have a
to load this discla
Hi all,
we have a disclaimer page in our application (using struts 1.3.8) and we
want to display a possibly rather large legal text.
So the thought is to create a disclaimer.properties file with only one
key in it and for that specific jsp have a
to load this disclaimer.properties and get the k
Hi,
You can make it a I18N resource, read via getText("month") in action,
split in to an array and expose vie getter from action to jsp.
Regards
--
Lukasz
http://www.lenart.org.pl/
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
F
--- On Tue, 9/16/08, sam thothi <[EMAIL PROTECTED]> wrote:
> my question is i have month.properties file, where i have declared
>
> months = "january,february, march.."
> january = "monday,tuesday , wednesday"
>
> in the first drop down i want to load months, and after
> selecting for example jan
Dave,
my question is i have month.properties file, where i have declared
months = "january,february, march.."
january = "monday,tuesday , wednesday"
in the first drop down i want to load months, and after selecting for
example january then i want to load monday , tuesday and wednesday.
I want
--- On Tue, 9/16/08, sam thothi wrote:
> Do any one has a sample code to do similar thing.
public class TheAction extends ActionSupport {
private String[] options;
public String[] getOptions() { return options; }
public String execute() {
String[] options = StringUtils.split(ge
Can any one please let me know how to read a drop down through properties
file I have two drop downs. I need to read the drop down values through the
properties file .
It would appreciate if any one can provide a sample code to do this kind of
function.
Say for example
if i have in the
Do any one has a sample code to do similar thing.
thanks in advance for your help.
On Tue, Sep 16, 2008 at 12:59 PM, Dave Newton <[EMAIL PROTECTED]> wrote:
> --- On Tue, 9/16/08, sam thothi wrote:
> > Can any one please let me know how to read a drop down
> > through prope
--- On Tue, 9/16/08, sam thothi wrote:
> Can any one please let me know how to read a drop down
> through properties file I have two drop downs. I need to
> read the drop down values through the properties file .
There are a few options; the easiest is probably to get the property in you
Hi all,
Can any one please let me know how to read a drop down through
properties file I have two drop downs. I need to read the drop down values
through the properties file .
Say for example
if i have in the properties file
months.properties
Month = "january,february,march.dec
Thanks a lot for answering again, Dave!
I felt that my latest questions hardly deserved an answer since they
were too basic. For that reason I have been reading some stuff myself
to try to find answers.. (See below.)
> If you're calling a JSP page directly (almost never a good idea) it won't go
>
--- On Mon, 8/11/08, Ylva Degerfeldt <[EMAIL PROTECTED]> wrote:
> Well the action that should be executed after a submit from
> the first page (called "NameAndCv.jsp") extends ActionSupport.
>
> But maybe this problem is due to another thing I'm
> insecure about...
>
> I run my application just b
Dave Newton <[EMAIL PROTECTED]> wrote:
> Does the action being executed extend ActionSupport?
>
> Dave
>
>
> --- On Mon, 8/11/08, Ylva Degerfeldt <[EMAIL PROTECTED]> wrote:
>
>> From: Ylva Degerfeldt <[EMAIL PROTECTED]>
>> Subject: [Struts 2] Net
Does the action being executed extend ActionSupport?
Dave
--- On Mon, 8/11/08, Ylva Degerfeldt <[EMAIL PROTECTED]> wrote:
> From: Ylva Degerfeldt <[EMAIL PROTECTED]>
> Subject: [Struts 2] NetBeans can't find my ResourceBundle properties file
> (localization issue)
&
Hi,
I'm trying to use the localization method of having property files
that define all the visible text using keys and values (e.g.
"nameAndCv.title = Namn och cv"), but the problem is that NetBeans
(5.5.1) can't seem to find my properties file (I only have one).
I've re
>> John
This one works!
> label.welcome = Welcome {name}
>
>
> John
>
>
This one doesn't work, it displayed a colon ":" instead of the message
from the i18n properties file.
> label.welcome = Welcome {0}
>
>
> John
>
>
This will thro
>
> If that doesn't work, you should be able to use:
>
> John
>
> (*Chris*)
>
> On Feb 11, 2008 7:13 AM, hezjing <[EMAIL PROTECTED]> wrote:
> > Hi
> >
> > If I have a message defined in i18n properties file shown below,
> >
> >
Change your property to
label.welcome = Welcome {0}
Then you might try:
John
If that doesn't work, you should be able to use:
John
(*Chris*)
On Feb 11, 2008 7:13 AM, hezjing <[EMAIL PROTECTED]> wrote:
> Hi
>
> If I have a message defined in i18n propert
Hi
If I have a message defined in i18n properties file shown below,
label.welcome = Welcome ${name}
How can I subsitute the variable "name" in the JSP?
I tried the following and obviously it doesn't work!
John
May be it is a good idea to describe the s
Hi
The problem is solved by saving the properties in
src/main/resources/com/dummy/action/package.properties
src/main/resources/com/dummy/action/MyAction.properties
Thank you!
On Jan 30, 2008 6:05 PM, hezjing <[EMAIL PROTECTED]> wrote:
> Hi
>
> I have an action in src/main/java/com/dummy/action
Hi
I have an action in src/main/java/com/dummy/action/MyAction.java
and the locale messages defined in MyAction.properties and package.properties.
I saved these properties files in src/main/java/com/dummy/action directory.
When run (e.g. mvn jetty:run), the locale messages are not displayed.
May
roperties and abc_fr.properties file,
> > if i have to print values from properties file in jsp i use tag
> > and it will print value
> depending
> > on locale,
> > But what i want to get those values in action class, is there an direct
> > method to do so
Hi,
use getResources() method in the action
Thanks,
Nuwan
On 8/31/07, Ashish Kulkarni <[EMAIL PROTECTED]> wrote:
>
> Hi
> I have abc.properties and abc_fr.properties file,
> if i have to print values from properties file in jsp i use tag
> and it will print value dependi
Hi
I have abc.properties and abc_fr.properties file,
if i have to print values from properties file in jsp i use tag
and it will print value depending
on locale,
But what i want to get those values in action class, is there an direct
method to do so,
Like some thing getText("PL1143.dateco
he.struts.taglib.bean.MessageTag.doStartTag(MessageTag.java:224)
org.apache.jsp.index_jsp._jspx_meth_bean_005fmessage_005f0(index_jsp.java:104)
org.apache.jsp.index_jsp._jspService(index_jsp.java:64)
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:98)
If I have understood well
005f0(index_jsp.java:107)
This is a part of the stacktrace error
--
View this message in context:
http://www.nabble.com/Retriving-values-from-a-properties-file-using-Struts-1.3.8-tf4279774.html#a12183033
Sent from the Struts - User mailing list archive at Nabble.com.
.org
Subject: RE: Retriving values from a properties file using Struts 1.3.8
The ApplicationResources.properties file is into (being just a simple
application I have just copied the project into the webapps subdir
without
creating a .war file):
Tomcat 5.5.23 installation
dir\webapps\GestioneMP3\WE
sday, August 16, 2007 7:22 PM
> To: user@struts.apache.org
> Subject: Retriving values from a properties file using Struts 1.3.8
>
>
> Hi all,
>
> I'm developing a test application using Struts 1.3.8 and Java 1.5.0_12
> and I
> have this problem: when I try t
ing values from a properties file using Struts 1.3.8
Hi all,
I'm developing a test application using Struts 1.3.8 and Java 1.5.0_12
and I
have this problem: when I try to get the value linked to the key
"login.title" I get this error:
org.apache.jasper.JasperException: Excep
rtTag(MessageTag.java:224)
org.apache.jsp.index_jsp._jspx_meth_bean_005fmessage_005f0(index_jsp.java:104)
org.apache.jsp.index_jsp._jspService(index_jsp.java:64)
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:98)
If I have understood well it should mean that the prope
d to escape single quotes (with a
single quote) in any messages.
Well perhaps not a bug exactly, but since the ' character is valid in
properties files, and since some I8n code handles them when found in
properties files, the Struts 2 requirement of escaping them within the
.properties file coul
On 7/12/07, Josh Vickery <[EMAIL PROTECTED]> wrote:
Actually, I think this is a bug in the handling of MessageResources in
Struts 2. Not only do ' characters in properties files fail to
display, they cause parameter substitution to fail. For example, if
you have a properties file
I wrote my string in my .properties file
mylabel=Now it''s working
and then a got it
in my .jsp with
Antonio Petrelli-3 wrote:
>
> 2007/7/12, TonyD <[EMAIL PROTECTED]>:
>>
>>
>> Thanks it works!
>
>
>
>
> Mmm... this means that
Actually, I think this is a bug in the handling of MessageResources in
Struts 2. Not only do ' characters in properties files fail to
display, they cause parameter substitution to fail. For example, if
you have a properties file:
foo=Message's for {0}
and you attempt to display i
2007/7/12, TonyD <[EMAIL PROTECTED]>:
Thanks it works!
Mmm... this means that there's something wrong when you display the text.
I think that, before writing the string, you have to escape it.
How, and where, do you write the string?
Antonio
Thanks it works!
Pascal Lalonde-4 wrote:
>
> This should be the good solution, that's what we do ...
>
> [EMAIL PROTECTED] wrote:
>> try to double the '
>>
>> ex.:
>>
>> mylabel=I don''t know how
>>
>>
>>&g
This should be the good solution, that's what we do ...
[EMAIL PROTECTED] wrote:
try to double the '
ex.:
mylabel=I don''t know how
If in my .properties file I have text with the ' character
my.properties (file)
mylabel=I don't know how
...
The output d
I had the same problem, and I put ’ instead of ' in my .properties.
Ragards,
Michaël
TonyD <[EMAIL PROTECTED]>
12/07/2007 14:29
Veuillez répondre à
"Struts Users Mailing List"
A
user@struts.apache.org
cc
Objet
How to display the ' character from a .prope
try to double the '
ex.:
mylabel=I don''t know how
>
> If in my .properties file I have text with the ' character
>
> my.properties (file)
>
> mylabel=I don't know how
> ...
>
>
> The output doesn't display the ' character
2007/7/12, TonyD <[EMAIL PROTECTED]>:
Do I need a special character before the ' character?
Which one?
I could say the backslash ( \ ) but the apostrophe is not a special
character to be escaped (such as = ! ) so I wonder why you cannot see it...
Antonio
If in my .properties file I have text with the ' character
my.properties (file)
mylabel=I don't know how
...
The output doesn't display the ' character
I dont know how
Do I need a special character before the ' character?
Which one?
Thanks.
--
View this
I really like how I can access the field name and use it in forming the
error message for validations. Such as:
err.msg.requiredstring =$\{getText('label.' + fieldName)} is required.
Where the validation framework passes a variable called "fieldName".
I would like to use this same appraoch for
Thanks Dave.
-Original Message-
From: Dave Newton [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 04, 2007 5:12 PM
To: Struts Users Mailing List
Subject: Re: properties file
--- Syed Ibrahim <[EMAIL PROTECTED]> wrote:
> Am going through struts2-blank-2.0.6 project, t
--- Syed Ibrahim <[EMAIL PROTECTED]> wrote:
> Am going through struts2-blank-2.0.6 project, there
> is HelloWorld.jsp file, while executing this file it
> searches for package.properties file which is
> not defined in the HelloWorld.jsp.
>
> Can anybody please let me know where it is defined.
/W
Thanks lot Victor.
Ibrahim
-Original Message-
From: VictorR [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 04, 2007 4:07 PM
To: user@struts.apache.org
Subject: Re: properties file
Hi Ibrahim,
I don't know where defined is, but if you want you can change this behavior
settin
Hi Ibrahim,
I don't know where defined is, but if you want you can change this behavior
setting the "struts.custom.i18n.resources" property as a constant into the
struts.xml file.
Note the value must not contains ".properties" sufix!!
regards,
__Billa__ wrote:
>
>
> Hi All,
>
> Am goin
Hi All,
Am going through struts2-blank-2.0.6 project, there is HelloWorld.jsp file,
while executing this file it searches for package.properties file which is
not defined in the HelloWorld.jsp.
Can anybody please let me know where it is defined.
Thanks a lot.
Ibrahim
---
of
MailreaderSupport) to zero-config, but their JSPs are
no longer picking up properties from the
classname-based properties file.
Is this a consequence of an incomplete conversion, a
"limitation" of zero
Thanks Laurie,
Some code eg., or templates would be really helpful..
On 3/2/07, robin bajaj <[EMAIL PROTECTED]> wrote:
Hi there,
I am looking for similar results (*dynamically load properties file
without restarting the server))
>You'll need to implement your own MessageResour
1 - 100 of 157 matches
Mail list logo