RE: [SOLVED] struts-config xml file throws a java exception

2006-06-09 Thread Olivier Bex
Yes it did... Regards, Olivier -Message d'origine- De : Dave Newton [mailto:[EMAIL PROTECTED] Envoyé : vendredi 9 juin 2006 13:31 À : Struts Users Mailing List Objet : Re: [SOLVED] struts-config xml file throws a java exception Olivier Bex wrote: > The problem is solved. Th

Re: [SOLVED] struts-config xml file throws a java exception

2006-06-09 Thread Dave Newton
Olivier Bex wrote: > The problem is solved. The struts-config file had no declaration of the data > source type to use. So it took by default > "org.apache.struts.action.dataSources" instead of : > "org.apache.struts.util.GenericDataSource" > ?! Fixing that removed the error regarding your el