RE: to list contents repertoire

2006-12-14 Thread Inandjo Taurel
Hi Ali, I have a function that does just that: public static String[] retrouverListeRepertoire(String racine) throws TechnicalException { File repertoirePrincipal = new File(racine); if (!repertoirePrincipal.exists()) { log.info(le repertoire n'existe pas!);

How to manually force the use of an ApplicationResources.properties??

2006-05-04 Thread Inandjo Taurel
hi, I'm using struts 1.2.8 along with JSPs in an application. As at now for the internationalization, I'm just using the normal mechanism just by specifying the path to the resources file in my struts config file, and getting bean:message key=../. Now, I need to be able to switch from one

How to manually force the use of ApplicationResources.properties?

2006-05-04 Thread Inandjo Taurel
hi, I'm using struts 1.2.8 along with JSPs in an application. As at now for the internationalization, I'm just using the normal mechanism just by specifying the path to the resources file in my struts config file, and getting bean:message key=../. Now, I need to be able to switch from one