RE : Re: Messages and Validator

2006-08-04 Thread Jean-Marie Pitre
: Messages and Validator There's no reason a database-backed message bundle can't load all its messages in one go and cache them. That's all the standard property file-backed implementation does. To provide an alternate message bundle implementation, you just need to configure a custom factory

Re: RE : Re: Messages and Validator

2006-08-04 Thread Niall Pemberton
a custom database-backed ressource bundle with cache and it works well. Regards -Message d'origine- De: news [mailto:[EMAIL PROTECTED] De la part de Laurie Harper Envoyé: mercredi 2 août 2006 23:59 À: user@struts.apache.org Objet: Re: Messages and Validator There's no reason a database

Messages and Validator

2006-08-02 Thread Jean-Marie Pitre
Hello, I am using Validator framework with a Struts application. I would like to know if it is possible to use message provided by a database (or java class) rather than a propertie file ? Thank you, Jean-Marie. --- Email Disclaimer http://www.cofidis.be/emaildisclaimer.php

Re: Messages and Validator

2006-08-02 Thread Romu
interesting question , but u will suffer low performance i think ( one database access for each message ? ) . i think if it's in a property file it's for simulate a static class . 2006/8/2, Jean-Marie Pitre [EMAIL PROTECTED]: Hello, I am using Validator framework with a Struts

Re: Messages and Validator

2006-08-02 Thread Laurie Harper
There's no reason a database-backed message bundle can't load all its messages in one go and cache them. That's all the standard property file-backed implementation does. To provide an alternate message bundle implementation, you just need to configure a custom factory in struts-config.xml;