Re: Connection pool and MessageRessources

2003-10-31 Thread Ovidiu EFTIMIE
of the application. Ovidiu - Original Message - From: James Mitchell [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Thursday, October 30, 2003 7:18 PM Subject: RE: Connection pool and MessageRessources Hi Ovidiu I also wrote my own DBMessageResources. With a simple

Re: Connection pool and MessageRessources

2003-10-31 Thread Ovidiu EFTIMIE
I think I've found a solution. I'll make an object (eventualy a struts PlugIn), DBMessage which receivies a connection from my connection pool and retrives the error messages from the database, and this object will not extend MessageRessources. Then in my actions I'll have : DbMessage dbmesg

RE: Connection pool and MessageRessources

2003-10-31 Thread James Mitchell
) AIM:jmitchtx -Original Message- From: Ovidiu EFTIMIE [mailto:[EMAIL PROTECTED] Sent: Friday, October 31, 2003 7:23 AM To: Struts Users Mailing List Subject: Re: Connection pool and MessageRessources I think I've found a solution. I'll make an object (eventualy a struts PlugIn

RE: Connection pool and MessageRessources

2003-10-31 Thread James Mitchell
-Original Message- From: Ovidiu EFTIMIE [mailto:[EMAIL PROTECTED] Sent: Friday, October 31, 2003 5:34 AM To: Struts Users Mailing List Subject: Re: Connection pool and MessageRessources Hi James, I've studied your solution, and I've noticed that you use a different connection

Re: Connection pool and MessageRessources

2003-10-31 Thread Ovidiu EFTIMIE
PROTECTED] Sent: Friday, October 31, 2003 4:13 PM Subject: RE: Connection pool and MessageRessources -Original Message- From: Ovidiu EFTIMIE [mailto:[EMAIL PROTECTED] Sent: Friday, October 31, 2003 5:34 AM To: Struts Users Mailing List Subject: Re: Connection pool

Re: Connection pool and MessageRessources

2003-10-31 Thread Ovidiu EFTIMIE
will be to find out if the client has disabled javascript, and we'll not be using bean:message beacause we'll not have a multi language site. I know that my solution cannot be universally applied, and it's just a way to overcome Struts limitations regarding the MessageRessources. I'll hope that in future

RE: Connection pool and MessageRessources

2003-10-31 Thread James Mitchell
678.910.8017 (c) 770.822.3359 (h) AIM:jmitchtx -Original Message- From: Ovidiu EFTIMIE [mailto:[EMAIL PROTECTED] Sent: Friday, October 31, 2003 11:30 AM To: Struts Users Mailing List Subject: Re: Connection pool and MessageRessources Yes I know it is very tighly integrated

Connection pool and MessageRessources

2003-10-30 Thread Ovidiu EFTIMIE
two aproaches : ## One ##: I have written a Struts plugin which builds the connection pool, and I've extended MessageRessourceFactory and MessageRessources with my own classes DBRessourceFactory and DBRessource to have my own mechanism for message retrivial. My problem is now how can I get

RE: Connection pool and MessageRessources

2003-10-30 Thread James Mitchell
and MessageRessources Hi, I'm working with Struts 1.1 and I have a problem with the MessageRessource and I don't know to handle it the right way. In my application I have two constraints,among others :) , - i must use an oci connection to the database - the error messages will be stored in the database

MessageRessources

2003-07-15 Thread Juraj . Lenharcik
Hello, I have the following scenario. I want to configure the count of items and the values of these in a drop down list. These entries should be shown in the language dependency of the browser. So I created some values like: val.1=house val.2=dog and so on. Unfortunately there is no

RE: MessageRessources

2003-07-15 Thread Hookom, Jacob
, Minnesota http://www.mckesson.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 15, 2003 7:08 AM To: [EMAIL PROTECTED] Subject: MessageRessources Hello, I have the following scenario. I want to configure the count of items and the values

[Struts 1.1] How to access to MessageRessources in an ActionForm ??

2002-12-17 Thread Arnaud HERITIER
Hi all! I have a question about Struts 1.1. I would like to access to the default MessageRessources instance I use in my web app in the validate method of an ActionForm. How can I do that ?? I didn't do it up to now and I don't find a solution. Any ideas ?? Arnaud HERITIER EAI Consulting

RE: [Struts 1.1] How to access to MessageRessources in an ActionForm ??

2002-12-17 Thread Toni
Try this: MessageResources msgres = getServlet().getResources(); -Original Message- From: Arnaud HERITIER [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 17, 2002 6:32 AM To: Struts Users Mailing List (E-mail) Subject: [Struts 1.1] How to access to MessageRessources in an ActionForm

RE: [Struts 1.1] How to access to MessageRessources in an ActionForm ??

2002-12-17 Thread Arnaud HERITIER
to MessageRessources in an ActionForm ?? Try this: MessageResources msgres = getServlet().getResources(); -Original Message- From: Arnaud HERITIER [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 17, 2002 6:32 AM To: Struts Users Mailing List (E-mail) Subject: [Struts 1.1] How to access