Formatting in message resources (was: bean:message format ssn)

2004-03-11 Thread Hubert Rabago
gt; wrote: > Ah, I guess I misunderstood your previous post. Maybe this will help you > along? > > > Use the formatKey attribute if you want to pull it from message resources. > Have > a look at java.text.DecimalFormat for an explanation of formatting patterns > for > d

AW: Error in message resources

2004-03-09 Thread Andreas Solarik
Quoting Ted from a forum on JGuru: Re[2]: More info: Cannot find message resources under key org.apache.struts.action.MESSAGE Topic: Struts Ted Husted PREMIUM, Feb 10, 2003 Under b3 and later, you may need to specify the messages resources in the struts-config: This can go at the very end

Error in message resources

2004-03-09 Thread Praveen Reddy Basani
Hi all, I am getting the following error when i tried to run the application. "Cannot find message resources under key org.apache.struts.action.MESSAGE" Can any suggest the solution for it. regards praveen - To u

[OT] Re: How do I access Message Resources in an Action?

2004-03-02 Thread Kris Schneider
gt; > Rick DeBay > > >- Original Message - > >From: [EMAIL PROTECTED]> > >To: [EMAIL PROTECTED]> > >Sent: Tuesday, March 02, 2004 7:37 AM > >Subject: How do I access Message Resources in an Action? > > > > > >Hey everybody! > > > [snip] &g

Re: How do I access Message Resources in an Action?

2004-03-02 Thread rick
March 02, 2004 7:37 AM >Subject: How do I access Message Resources in an Action? > > >Hey everybody! > [snip] > >P.S.: Can you guys access http://java.sun.com http://java.sun.com> ??! >Either my company's net is broken or the page is really down. > >

RE: Validator & multiple message-resources

2004-03-02 Thread Mainguy, Mike
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, March 01, 2004 7:42 PM To: [EMAIL PROTECTED] Subject: Validator & multiple message-resources Hi, I have successfully used validator with a single message resources file specified in the config file, everything works out fine. Since th

AW: How do I access Message Resources in an Action?

2004-03-02 Thread Tim . Adler
Mailing List Betreff: Re: How do I access Message Resources in an Action? I could send you off to look at the Javadoc, but sometimes working stuff out painstaking. Here's what I do: MessageResources resources = (MessageResources) context.getAttribute(Globals.MESSAGES_KEY); S

Re: How do I access Message Resources in an Action?

2004-03-02 Thread Adam Hardy
problem already. I'd like to create a dynamical Navigation Bar that holds some pages you visited last. Therefore I'd like to add Name, Link and Parameters to a Collection for later printing. Problem is that the Name needs to come from the Message Resources, and I don't know how

RE: How do I access Message Resources in an Action?

2004-03-02 Thread Kommineni, Sateesh \(GE Consumer & Industrial\)
, 2004 6:07 PM To: [EMAIL PROTECTED] Subject: How do I access Message Resources in an Action? Hey everybody! Well the subject basically states my problem already. I'd like to create a dynamical Navigation Bar that holds some pages you visited last. Therefore I'd like to add Name, Link and

Re: How do I access Message Resources in an Action?

2004-03-02 Thread James Mitchell
ent: Tuesday, March 02, 2004 7:37 AM Subject: How do I access Message Resources in an Action? Hey everybody! Well the subject basically states my problem already. I'd like to create a dynamical Navigation Bar that holds some pages you visited last. Therefore I'd like to add Name, Li

How do I access Message Resources in an Action?

2004-03-02 Thread Tim . Adler
e from the Message Resources, and I don't know how to access those in an Action. Can somebody help me?! Thx! P.S.: Can you guys access http://java.sun.com <http://java.sun.com> ??! Either my company's net is broken or the page is really down. __

Validator & multiple message-resources

2004-03-01 Thread amind
Hi, I have successfully used validator with a single message resources file specified in the config file, everything works out fine. Since the project has gotten bigger, i created another message-resource file but when 'required' error happens, the message specifying the field name w

RE: Tiles and message-resources

2004-02-19 Thread Avinash Gangadharan
That was a great trick Jayesh. It solved my problem too. Thx. Avinash -Original Message- From: Gopalakrishnan, Jayesh [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 18, 2004 11:39 AM To: Struts Users Mailing List Subject: RE: Tiles and message-resources You could pass in the key

Tiles and message resources

2004-02-19 Thread Avinash Gangadharan
Group, I'm having a problem if I use the message-resources inside my tiles jsp. I'm doing something similar to the standard tiles sample for designing a layout for menus with the selected menu shown differently. I'm doing something like this : <% Str

RE: Tiles and message-resources

2004-02-18 Thread Gopalakrishnan, Jayesh
-resources Is there any way to for a tlles definition to take a value from the message-resources file? For example, if I wanted only one file to control my applications text, could pull the value from the message-resources file like a JSP would do

Re: Tiles and message-resources

2004-02-18 Thread Nadeem Bitar
Is there any way to for a tlles definition to take a value from the > message-resources file? For example, if I wanted only one file to control my > applications text, could > > > > pull the value from the message-resources fil

Tiles and message-resources

2004-02-18 Thread Thad Humphries
Is there any way to for a tlles definition to take a value from the message-resources file? For example, if I wanted only one file to control my applications text, could pull the value from the message-resources file like a JSP would do

Cannot find message resources under key org.apache.struts.action.MESSAGE

2004-01-13 Thread Namasivayam, Sudhakar (Cognizant)
Title: Cannot find message resources under key org.apache.struts.action.MESSAGE Hi ,   I got this error after i restarted the system. I tried delpoying it again. I checked the struts config file also Pls help me finding the error. thanks, sudhakar org.apache.jasper.JasperException

Re: Cannot find message resources under key org.apache.struts.action.MESSAGE

2003-12-18 Thread Francesco Di Candia
RE: Cannot find message resources under key org.apache.struts.action.MESSAGE Hello, I have been trying to get Tomcat5 and Struts1.1 to play nice... I have the following config in web.xml: action org.apache.struts.action.ActionServlet

RE: Cannot find message resources under key org.apache.struts.act ion.MESSAGE

2003-12-18 Thread Derek Colley
annot find message resources under key org.apache.struts.action.MESSAGE org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextI mpl.java:867) org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImp l.java:800) org.apache.jsp.index_jsp._

Re: Trouble With Multiple Message Resources Bundles

2003-12-01 Thread Hubert Rabago
I haven't used the multi bundles before, but I remember recently someone saying the order by which s/he declared the resources solved the problem: instead of don't know if that helps. Hubert --- Cornellious Mann <[EMAIL PROTECTED]> wrote: > I am having trouble accessing a message fro

Trouble With Multiple Message Resources Bundles

2003-12-01 Thread Cornellious Mann
I am having trouble accessing a message from my "non-default" message bundle. I have the following entries in my struts-config.xml file... I then try to access a message in the "shared" bundle" using this tag... When I do this, I get the following error... javax.servlet.jsp.JspException

Re: Message Resources and Struts Modules (Partially Solved)

2003-11-24 Thread Manish Singla
No, there is no bug. You can access message resources of of default module and ( message resources of other modules also if required). alvin antony wrote: Hello, I just tried to copy all message resources definitions to the default struts-config.xml and now they are no

Re: Message Resources and Struts Modules (Partially Solved)

2003-11-21 Thread alvin antony
Hello, I just tried to copy all message resources definitions to the default struts-config.xml and now they are no message resource definitions on the submodule struts config, everything is working, but a little bit unhandy to define message resources for a sub module some

Message Resources and Struts Modules

2003-11-21 Thread alvin antony
Now I am trying to add a new admin module and tried all the possible ways to make the following definition working, #struts-config-admin.xml when I try this gets an exception [ServletException in:/admin/verwaltung/index.jsp] Cannot find message resources

Trouble With Multiple Message Resources Bundles

2003-11-18 Thread Cornellious Mann
I am having trouble accessing a message from my "non-default" message bundle. I have the following entries in my struts-config.xml file... I then try to access a message in the "shared" bundle" using this tag... When I do this, I get the following error... javax.servlet.jsp.JspException

Problems with modules and message resources

2003-11-18 Thread John Bunker
I have an application that has used for quite some time. I have had multiple struts-config files and each one defined message-resources that it needed. This all worked correctly I just changed my application to use Struts Modules. I confirmed that I have everything working correctly with tiles

RE: html tags in message resources

2003-11-17 Thread Yee, Richard K,,DMDCWEST
Wes, Use bean:write with the filter parameter set to false. -Richard -Original Message- From: Wes Kubo [mailto:[EMAIL PROTECTED] Sent: Monday, November 17, 2003 2:53 PM To: Struts Users Mailing List Subject: html tags in message resources I'd like to put some html tags

html tags in message resources

2003-11-17 Thread Wes Kubo
I'd like to put some html tags in an ActionMessage that I read in from my message resources (to create some links in the event of an error). Unfortunately, the html is being escaped when it displayed on the page (using html:messages/bean:write etc). I didn't think it would be a problem

Re: [newbie] Access to message resources from tile controller class

2003-11-17 Thread Mark Lowe
I tend to stick to using plain old actions rather than extending tile action for tiles stuff.. You can forward to your definitions. .. This way you don't need to store anything in a properties file, just in tiles-defs and struts config. Cheers Mark On 17 Nov 2003, at 10:50, Michal.s

[newbie] Access to message resources from tile controller class

2003-11-17 Thread Michal.s
Dear Group How can i retrieve a message from application.resources from a tile controller class ? I need to enable the end user of my website/application to modify its structure (add new pages and so on). The pages (unique id and corresponding file name) could be kept in application.resources fil

Question on Locale / Internationalization (Action and Message resources)

2003-11-14 Thread Srinivas Kusunam
Hi, I have a question on Action class and Message resources. My application have to support both English and Spanish users. In my action classes I need to use Message resources class the following way. Action class: Message resources resource = getResources

Re: Access message resources from Action?

2003-11-06 Thread Brice Ruth
x27;ve seen it answered on the list - but I can't find it! How do I access the message resources that I get at from a JSP using from an Action? -- Brice D. Ruth Sr. IT Analyst Fiskars Brands, Inc. -- Brice D. Ruth Sr. IT Analyst Fis

Re: Access message resources from Action?

2003-11-06 Thread Kris Schneider
but I can't find it! > > How do I access the message resources that I get at from a JSP using > from an Action? > > -- > Brice D. Ruth > Sr. IT Analyst > Fiskars Brands, Inc. -- Kris Schneider <mailto:[EMAIL

RE: Access message resources from Action?

2003-11-06 Thread Paul McCulloch
((MessageResources) request.getAttribute(Globals.MESSAGES_KEY)).getMessage(locale, "message.key") Paul -Original Message- From: Brice Ruth [mailto:[EMAIL PROTECTED] Sent: 06 November 2003 14:51 To: Struts Users Mailing List Subject: Access message resources from Action? This

Access message resources from Action?

2003-11-06 Thread Brice Ruth
This seems like a simple thing to do, and I could swear I've seen it answered on the list - but I can't find it! How do I access the message resources that I get at from a JSP using from an Action? -- Brice D. Ruth Sr. IT Analyst Fiskars B

Re: org.apache.jasper.JasperException: Cannot find message resources under key org.apache.struts.action.MESSAGE

2003-11-06 Thread Dirk Markert
Hello Andreas, do you have your IdealMessageResources file in your WEB-INF directory? *** ASnd> Hi there, ASnd> i get the following message by start a jsp/java application which use ASnd> struts. (Tomcat 4.1.24) ASnd> My w

org.apache.jasper.JasperException: Cannot find message resources under key org.apache.struts.action.MESSAGE

2003-11-06 Thread Andreas . Schmaelzlein
Hi there, i get the following message by start a jsp/java application which use struts. (Tomcat 4.1.24) My web.xml contains: ideal org.tzi.ideal.ui.servlet.ExtendedActionServlet config /WEB-INF/struts-config.xml

Solved: Please help: Cannot find message resources under key org .apache.struts.action. MESSAGE

2003-10-30 Thread Prashanth Narayanan
truts 1.1 any pointers? -Original Message- From: Rajat Pandit [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 29, 2003 11:53 PM To: 'Struts Users Mailing List' Subject: RE: Please help: Cannot find message resources under key org.apache.struts.action. MESSAGE Ac

RE: Please help: Cannot find message resources under key org.apache.struts.action. MESSAGE

2003-10-29 Thread Rajat Pandit
According to your struts config, the path for the res. File should be something like this. /WEB-INF/classes/ApplicationResources/properties.properties The res file being named properties.properties which Is not wrong just that it sounds funny. I guess you got my hint. So you will need

Re: Cannot find message resources under key org.apache.struts.action. MESSAGE

2003-10-29 Thread struts
hanth Narayanan wrote: > hi, > i am getting the following message: > org.apache.jasper.JasperException: Cannot find message resources under key > org.apache.struts.action.MESSAGE > at > org.apache.jasper.servlet.JspServletWrapper.service(Jsp

Re: Cannot find message resources under key org.apache.struts.action.MESSAGE

2003-10-29 Thread Kirk Wylie
If the name of your file is ApplicationResources.properties, and it's in your WEB-INF/classes, have you tried changing the tag to ? Kirk Wylie M7 Corporation Prashanth Narayanan wrote: hi, i am getting the following message: org.apache.jasper.JasperException: Cannot find message reso

RE: Please help: Cannot find message resources under key org.apache. struts.action. MESSAGE

2003-10-29 Thread Rabago, Hubert
And delete the ".properties" from struts-config: -Original Message- From: Edgar P Dollin [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 29, 2003 3:58 PM To: 'Prashanth Narayanan'; 'Struts Users Mailing List' Subject: RE: Please help: Cannot fi

RE: Please help: Cannot find message resources under key org.apa che. struts.action. MESSAGE

2003-10-29 Thread Edgar P Dollin
ject: Please help: Cannot find message resources under key > org.apache. struts.action. MESSAGE > > > still couldn't resolve this > any help will be appreciated - this is my first struts example! > > -Original Message- > From: Prashanth Narayanan > Sent: We

Please help: Cannot find message resources under key org.apache. struts.action. MESSAGE

2003-10-29 Thread Prashanth Narayanan
still couldn't resolve this any help will be appreciated - this is my first struts example! -Original Message- From: Prashanth Narayanan Sent: Wednesday, October 29, 2003 1:54 PM To: '[EMAIL PROTECTED]' Subject: Cannot find message resources under key org.apache.struts.

Cannot find message resources under key org.apache.struts.action. MESSAGE

2003-10-29 Thread Prashanth Narayanan
hi, i am getting the following message: org.apache.jasper.JasperException: Cannot find message resources under key org.apache.struts.action.MESSAGE at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:2 54) at org.apache.jasper.servlet.JspServlet.serviceJspFile

Re: message-resources

2003-10-08 Thread Vic Cekvenich
I store this kind of info in db, and return it as collection to optionsCollection tag. hth, .V At 7:58 PM +0200 10/8/03, Dries Plessers wrote: I have a file (countries.properties) which contain all value and representations. e.g.: AD=ANDORRA AG=ANTIGUA AM=ARMENIA How can use this resourc

RE: message-resources

2003-10-08 Thread Wendy Smoak
OOPS! I wasn't paying attention to which list I was on. :( This belongs here on struts-user, not struts-dev. -- Wendy Smoak -Original Message- From: Wendy Smoak Sent: Wednesday, October 08, 2003 11:23 AM To: Dries Plessers; [EMAIL PROTECTED] Subject: RE: message-resources

Re: message-resources

2003-10-08 Thread Joe Germuska
At 7:58 PM +0200 10/8/03, Dries Plessers wrote: I have a file (countries.properties) which contain all value and representations. e.g.: AD=ANDORRA AG=ANTIGUA AM=ARMENIA How can use this resource file to create a html:select where the value equals the countryname and the representation the 2l

message-resources

2003-10-08 Thread Dries Plessers
I have a file (countries.properties) which contain all value and representations. e.g.: AD=ANDORRA AG=ANTIGUA AM=ARMENIA How can use this resource file to create a html:select where the value equals the countryname and the representation the 2letters within the struts framework ? Thx !

Cannot find message resources under key org.apache.struts.action.MESSAGE

2003-10-01 Thread Hari Om
find message resources under key org.apache.struts.action.MESSAGE at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:471) etc

Re: Cannot find message resources under key org.apache.struts.action.MESSAGE

2003-10-01 Thread Hari Om
ot; <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Subject: Re: Cannot find message resources under key org.apache.struts.action.MESSAGE Date: Wed, 1 Oct 2003 17:10:20 +0200 > In my JSP Page I display a Hello message. If it is US..it should display HI an

Re: Cannot find message resources under key org.apache.struts.action.MESSAGE

2003-10-01 Thread Caroline Lauferon
nResources_fr.properties. I think that's the problem. > Also the above location is present in my CLASSPATH. > > But when I execute the page on URL, I get javax.servlet.ServletException: Cannot find message resources under key org.apache.struts.action.MESSAGE I know it doesn't matt

Cannot find message resources under key org.apache.struts.action.MESSAGE

2003-10-01 Thread Hari Om
get javax.servlet.ServletException: Cannot find message resources under key org.apache.struts.action.MESSAGE can any one help me out on this? THANKS _ Share your photos without swamping your Inbox. Get Hotmail Extra Storage today! http://join.msn.com/?P

Re: "message-resources" in Struts 1.0?

2003-09-30 Thread Bob Lee
Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 770.822.3359 AIM:jmitchtx - Original Message - From: "Bob Lee" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, September 30, 2003 2:50 PM

Re: "message-resources" in Struts 1.0?

2003-09-30 Thread James Mitchell
st" <[EMAIL PROTECTED]> Sent: Tuesday, September 30, 2003 2:50 PM Subject: "message-resources" in Struts 1.0? > Is it possible to cleanly patch Struts 1.0 to use a custom message > resources factory? > > Thanks, > Bob > > > ---

"message-resources" in Struts 1.0?

2003-09-30 Thread Bob Lee
Is it possible to cleanly patch Struts 1.0 to use a custom message resources factory? Thanks, Bob - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Dynamic retrieval of properties from Message Resources Applicatio n.properties

2003-09-15 Thread Srikanth Gubba
Hi, Does anyone know ways to dynamically load application properties file so that we donot have to reload container when a change has been made in the properties file. I have seen the Message-Resources DB application (using OJB) by James Mitchell using which we can put the properties in a

Re: Multiple message resources with JSTL

2003-09-12 Thread Kris Schneider
jstl.fmt.localizationContext > com.obs.webapp.messages.Messages > > > I'd like to add more message resources, one for each module. > > Adding more context-param's doesn't work, it uses the last one. > > Can I configure it in web.xml, have I to

Multiple message resources with JSTL

2003-09-11 Thread Carlos Sanchez
I'm using JSTL + Struts configured for modules I'm using JSTL fmt tag for messages, instead of Struts tags, configured in web.xml javax.servlet.jsp.jstl.fmt.localizationContext com.obs.webapp.messages.Messages I'd like to add more message resources, one for each

RE: is there any way to load Message Resources from back-end database instead of properties files?

2003-08-14 Thread Seyhan BASMACI (Internet Yazilimlari Yetkilisi)
will be created , if the config parameter is not database , to create struts message resources I am using "MessageResourcesFactory.createFactory().createResources(config) " , is that correct or enough to do this ? / here is code fragment / pu

RE: is there any way to load Message Resources from back-end database instead of properties files?

2003-08-14 Thread Seyhan BASMACI (Internet Yazilimlari Yetkilisi)
truts Evangelist http://www.struts-atlanta.org 770-822-3359 AIM:jmitchtx > -Original Message- > From: Seyhan BASMACI (Internet Yazilimlari Yetkilisi) > [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 07, 2003 10:18 AM > To: James Mitchell > Cc: Struts Users Mailing

Parameter with message resources

2003-08-14 Thread Vincent Peytavin
Hello, I'm wondering on how to parameter a message, when there is a "{number}" in the .properties. This is an example : In the ApplicationResources.properties, there is a little sentence "my.text=The {0} t-shirt(s) cost ${1}". In the JSP, how could I change "{0}" and "{1}" for their real values?

RE: is there any way to load Message Resources from back-end database instead of properties files?

2003-08-14 Thread James Mitchell
> we have own tables that holds locations, resources and messages, > I have a persistent class that gets all data from database. > I need is a class that extends the class that reads messages > from properties files, override the method that reads from disk file, You need 2 classes minimum. publi

RE: is there any way to load Message Resources from back-end database instead of properties files?

2003-08-14 Thread James Mitchell
> -Original Message- > From: Seyhan BASMACI (Internet Yazilimlari Yetkilisi) > [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 05, 2003 8:28 AM > To: [EMAIL PROTECTED] > Subject: is there any way to load Message Resources from back-end > database instea

RE: is there any way to load Message Resources from back-end database instead of properties files?

2003-08-14 Thread James Mitchell
0:18 AM > To: James Mitchell > Cc: Struts Users Mailing List > Subject: RE: is there any way to load Message Resources from > back-end database instead of properties files? > > > hi James , I am still working on it , but I have a simple question , > beside database based M

is there any way to load Message Resources from back-end database instead of properties files?

2003-08-05 Thread Seyhan BASMACI (Internet Yazilimlari Yetkilisi)

Re: Cannot find message resources under keyorg.apache.struts.action.MESSAGE

2003-07-17 Thread Augusto . Guagliano
To: Struts Users Mailing List <[EMAIL PROTECTED]> cc: Subject:Re: Cannot find message resources under key org.apache.struts.action.MESSAGE Hi augusto, I think in ur ApplicationResources.properties file check out for the existance for all the keys u r using l

Re: Cannot find message resources under key org.apache.struts.action.MESSAGE

2003-07-16 Thread Prashanth.S
o: "Struts Users Mailing List" cc: Subject: Re: Cannot find message resources under key org.apache.struts.action.MESSAGE Hello Augusto, do you have in your struts-config.xml? *** AGicb> Hi everyone AGicb> I ha

Re: Cannot find message resources under keyorg.apache.struts.action.MESSAGE

2003-07-16 Thread Augusto . Guagliano
ond to "Struts Users Mailing List" To: "Struts Users Mailing List" <[EMAIL PROTECTED]> cc: Subject:Re: Cannot find message resources under key org.apache.struts.action.MESSAGE Hello Augusto, do you have

Re: Cannot find message resources under key org.apache.struts.action.MESSAGE

2003-07-16 Thread Dirk Markert
AGicb> After some modifications (mess?), I started getting: AGicb> org.apache.jasper.JasperException: Cannot find message resources under key AGicb> org.apache.struts.action.MESSAGE AGicb> My ApplicationResources.properties is inside /WEB-INF/classes AGicb> In my web.xml, I have:

Cannot find message resources under key org.apache.struts.action.MESSAGE

2003-07-16 Thread Augusto . Guagliano
Hi everyone I have an application that was working fine 'til yesterday. As you probably figured out, yes, I am new with Struts :-) After some modifications (mess?), I started getting: org.apache.jasper.JasperException: Cannot find message resources under key org.apache.struts.action.MESSAG

Re: why no message resources for value

2003-07-16 Thread Peter Bosmans
er if you want to set alt, title in struts-tag then want work you must do: than you can use it as scriptlet ... " "> - Original Message - From: "Peter Bosmans" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]

Re: why no message resources for value

2003-07-16 Thread Konstadinis Euaggelos
OTECTED]> Sent: Wednesday, July 16, 2003 2:48 PM Subject: Re: why no message resources for value > That works great. Thank u > > Prashanth.S wrote: > > Hi, > > I thing below code works for u. > > > > > > where > > app.title > > [u define in reso

Re: why no message resources for value

2003-07-16 Thread Peter Bosmans
That works great. Thank u Prashanth.S wrote: Hi, I thing below code works for u. where app.title [u define in resource bundle] Thanks Prashanth Peter Bosmans <[EMAIL PROTECTED]> wrote: I was wondering why the value in a html:submit couldn't be set with a message resource value (like titleK

Re: why no message resources for value

2003-07-16 Thread Prashanth.S
Hi, I thing below code works for u. where app.title [u define in resource bundle] Thanks Prashanth Peter Bosmans <[EMAIL PROTECTED]> wrote: I was wondering why the value in a html:submit couldn't be set with a message resource value (like titleKey and altKey). This means that i could never

why no message resources for value

2003-07-16 Thread Peter Bosmans
I was wondering why the value in a html:submit couldn't be set with a message resource value (like titleKey and altKey). This means that i could never use i18n for the submit button ? greetings Peter - To unsubscribe, e-mail: [

RE: Message Resources example using OJB

2003-06-26 Thread Srikanth Gubba
Thank you very much. -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 3:11 PM To: Struts Users Mailing List Subject: Re: Message Resources example using OJB On Thursday 26 June 2003 14:48, Srikanth Gubba wrote: > "ObjectCacheEmpty

Re: Message Resources example using OJB

2003-06-26 Thread James Mitchell
g trouble with it. Right now I'm rewriting this extension to use the latest and greates from OJB. I hope to finish by tonight. I'll let you know. > > Thanks, > srikanth. > > > -Original Message- > From: James Mitchell [mailto:[EMAIL PROTECTED] > Se

RE: Message Resources example using OJB

2003-06-26 Thread Srikanth Gubba
st Subject: Re: Message Resources example using OJB On Thursday 26 June 2003 13:30, James Mitchell wrote: > On Thursday 26 June 2003 11:25, Hookom, Jacob wrote: > > Check source forge www.sf.net, I think James from this list created one > > about 6 months ago and he was very happ

Re: Message Resources example using OJB

2003-06-26 Thread James Mitchell
t; > > -Original Message- > > From: Srikanth Gubba [mailto:[EMAIL PROTECTED] > > Sent: Thursday, June 26, 2003 9:37 AM > > To: '[EMAIL PROTECTED]' > > Subject: Message Resources example using OJB > > > > Hi all, > > > > Has

Re: Message Resources example using OJB

2003-06-26 Thread James Mitchell
d luck with it. > > -Original Message- > From: Srikanth Gubba [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 26, 2003 9:37 AM > To: '[EMAIL PROTECTED]' > Subject: Message Resources example using OJB > > Hi all, > > Has anyone tried and used Message

RE: Message Resources example using OJB

2003-06-26 Thread Srikanth Gubba
iling List' Subject: RE: Message Resources example using OJB Check source forge www.sf.net, I think James from this list created one about 6 months ago and he was very happy with the performance of it. -Original Message- From: Srikanth Gubba [mailto:[EMAIL PROTECTED] Sent: Thursda

RE: Message Resources example using OJB

2003-06-26 Thread Hookom, Jacob
t: Message Resources example using OJB Hi all, Has anyone tried and used Message Resources example using OJB which can be used to place the application properties in a database instead of a properties file. If anyone has tried this, can u help me know what to do when a property is changed in the da

Message Resources example using OJB

2003-06-26 Thread Srikanth Gubba
Hi all, Has anyone tried and used Message Resources example using OJB which can be used to place the application properties in a database instead of a properties file. If anyone has tried this, can u help me know what to do when a property is changed in the database, at present i am having to

RE: ExceptionConfig bundle Attribute & Using Multiple Message Resources.

2003-06-25 Thread Butash, Bob
truts Users Mailing List Subject: Re: ExceptionConfig bundle Attribute & Using Multiple Message Resources. >From the struts-config_1_1.dtd From: Butash, Bob [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 24, 2003 12:41 PM > To: 'Struts Users Mailing List' > Subject: E

Re: ExceptionConfig bundle Attribute & Using Multiple Message Resources.

2003-06-25 Thread James Mitchell
eate an ExceptionHandler that has some built in logging > capabilities and one of the items that we would like to log is the Formatted > message that is associated with the Error key. So we are trying to > determine a way to get visibility to the message resources. The > ExceptionHand

RE: ExceptionConfig bundle Attribute & Using Multiple Message Resources.

2003-06-25 Thread Butash, Bob
I have figured out how to use different message resources, based on a response to a previous post. I still have not found further information regarding the bundle attribute on ExceptionConfig. ExceptionConfig has a bundle attribute: I have seen very little documentation as to what this is

ExceptionConfig bundle Attribute & Using Multiple Message Resources.

2003-06-24 Thread Butash, Bob
We are trying to create an ExceptionHandler that has some built in logging capabilities and one of the items that we would like to log is the Formatted message that is associated with the Error key. So we are trying to determine a way to get visibility to the message resources. The

RE: multiple parameters for message resources

2003-06-18 Thread salgado . pc
Unless I misunderstood your question, why don't you just define two message resources? One as the base/default w/o a "parameter" att, and one app-specific with your "parameter" attr? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

RE: multiple parameters for message resources

2003-06-17 Thread Mike Jasnowski
Unless I misunderstood your question, why don't you just define two message resources? One as the base/default w/o a "parameter" att, and one app-specific with your "parameter" attr? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesd

multiple parameters for message resources

2003-06-17 Thread salgado . pc
I want to be able to pass multiple parameters for a message resource so that i can define common message resources in one properties file and the module specific message resources on another. I think Struts doesnt support this (tried and it didnt work)... so do i need to extend the

Re: Generating Java constants class from message resources

2003-06-16 Thread Sandeep Takhar
lication resource file. > This will allow compile > time checking of the error messages used in code. > > So if the message resources file has > > exception.clientexists="this client already exists" > > A class would be generated that has > > public clas

Generating Java constants class from message resources

2003-06-14 Thread Aaron Robinson
ed on the application resource file. This will allow compile time checking of the error messages used in code. So if the message resources file has exception.clientexists="this client already exists" A class would be generated that has public class messages { public static stri

RE: Message Resources Problem?

2003-06-13 Thread Marc L. Veary
PROTECTED] Sent: 13 June 2003 16:21 To: Struts Users Mailing List Subject: Re: Message Resources Problem? Ok, first thing I would do is verify that the entry for your struts-config is correct in your web.xml. Next thing I would do is deploy the ear expanded instead of packaged and play around with

RE: Message Resources Problem?

2003-06-13 Thread Marc L. Veary
Thanks for the help. I'll go and do this right now, and let you know the results. Cheers m8... Regards, -- Marc -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED] Sent: 13 June 2003 16:21 To: Struts Users Mailing List Subject: Re: Message Resources Problem? Ok,

Re: Message Resources Problem?

2003-06-13 Thread James Mitchell
-3359 AIM:jmitchtx - Original Message - From: "Marc L. Veary" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Friday, June 13, 2003 11:08 AM Subject: RE: Message Resources Problem? > I am using ant to automate

RE: Message Resources Problem?

2003-06-13 Thread Marc L. Veary
st" <[EMAIL PROTECTED]> Sent: Friday, June 13, 2003 10:53 AM Subject: Re: Message Resources Problem? > Hi Marc, > > I have pretty much the same configuration as you do (jboss, struts, > jdk1.4.1). > > I don't know what is causing your exceptions. But I can tell you t

RE: Message Resources Problem?

2003-06-13 Thread Marc L. Veary
e declared. org.xml.sax.SAXParseException: Element type "message-resources" must be declared . at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Er rorHandlerWrapper.java:232) at org.apache.xerces.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.

Re: Message Resources Problem?

2003-06-13 Thread James Mitchell
IL PROTECTED]> Sent: Friday, June 13, 2003 10:53 AM Subject: Re: Message Resources Problem? > Hi Marc, > > I have pretty much the same configuration as you do (jboss, struts, > jdk1.4.1). > > I don't know what is causing your exceptions. But I can tell you that I &g

  1   2   3   4   >