Re: Help on ApplicationResources

2004-03-04 Thread Niall Pemberton
Struts is designed to do eactly this. You can provide your own
implementations of the MessageResources and MessageResourcesFactory classes
and plug them in. Look at the javadoc for the org.apache.struts.util
package - it has a good section on Message Resources telling you what you
need to know.

http://jakarta.apache.org/struts/api/index.html

Niall

- Original Message - 
From: Prasad, Kamakshya [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Thursday, March 04, 2004 5:22 AM
Subject: Help on ApplicationResources


Hi All,

We are using struts framework for building an application for a client.
In the system, the client wants to have all the error messages, labels
etc in the database instead of having them in a properties file. Please
let me know that how can we extend the necessary packages provided by
struts with a minimal changes and with the ability to continue using the
normal functionalities provided by struts like bean:message, errors,
ActionErrors etc.

Thanks and Regards,
Kamakshya




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Help on ApplicationResources

2004-03-04 Thread Niall Pemberton
Struts is designed to do eactly this. You can provide your own
implementations of the MessageResources and MessageResourcesFactory classes
and plug them in. Look at the javadoc for the org.apache.struts.util
package - it has a good section on Message Resources telling you what you
need to know.

http://jakarta.apache.org/struts/api/index.html

Niall

- Original Message - 
From: Prasad, Kamakshya [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Thursday, March 04, 2004 5:22 AM
Subject: Help on ApplicationResources


Hi All,
 
We are using struts framework for building an application for a client.
In the system, the client wants to have all the error messages, labels
etc in the database instead of having them in a properties file. Please
let me know that how can we extend the necessary packages provided by
struts with a minimal changes and with the ability to continue using the
normal functionalities provided by struts like bean:message, errors,
ActionErrors etc.
 
Thanks and Regards,
Kamakshya 
 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Help on ApplicationResources

2004-03-04 Thread Niall Pemberton
Apologies for these - I hadn't noticed that the message I was replying to
had been cross-posted and I didn't check the reply address - I meant to send
to struts-user list

Niall
- Original Message - 
From: Niall Pemberton [EMAIL PROTECTED]
To: Struts Developers List [EMAIL PROTECTED]
Sent: Thursday, March 04, 2004 9:39 AM
Subject: Re: Help on ApplicationResources


 Struts is designed to do eactly this. You can provide your own
 implementations of the MessageResources and MessageResourcesFactory
classes
 and plug them in. Look at the javadoc for the org.apache.struts.util
 package - it has a good section on Message Resources telling you what
you
 need to know.

 http://jakarta.apache.org/struts/api/index.html

 Niall

 - Original Message - 
 From: Prasad, Kamakshya [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Sent: Thursday, March 04, 2004 5:22 AM
 Subject: Help on ApplicationResources


 Hi All,

 We are using struts framework for building an application for a client.
 In the system, the client wants to have all the error messages, labels
 etc in the database instead of having them in a properties file. Please
 let me know that how can we extend the necessary packages provided by
 struts with a minimal changes and with the ability to continue using the
 normal functionalities provided by struts like bean:message, errors,
 ActionErrors etc.

 Thanks and Regards,
 Kamakshya




 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Help on ApplicationResources

2004-03-03 Thread Prasad, Kamakshya
Hi All,
 
We are using struts framework for building an application for a client.
In the system, the client wants to have all the error messages, labels
etc in the database instead of having them in a properties file. Please
let me know that how can we extend the necessary packages provided by
struts with a minimal changes and with the ability to continue using the
normal functionalities provided by struts like bean:message, errors,
ActionErrors etc.
 
Thanks and Regards,
Kamakshya