struts-config xml file throws a java exception

2006-06-07 Thread Olivier Bex
Hi everyone, When I start Tomcat 5.0.28, it says that I have a parsing error in my struts-config.xml, but I think it's not. The log file throws a java.lang.NoSuchMethodException : bean has no property named loginRequired Regards, Olivier BEX

RE: struts-config xml file throws a java exception

2006-06-07 Thread Olivier Bex
Hi Frank, thanks for the advice. I have sent a mail to struts users. Here is my struts-config.xml : - struts-config - data-sources - data-source [...] /data-source /data-sources - form-beans [...] /form-beans - global-forwards forward name=login path=/login.jsp / /global-forwards

RE: struts-config xml file throws a java exception

2006-06-07 Thread Olivier Bex
Hi David, Thanks for your advice. I have sent a mail to struts users mailing list. Here is sample of my struts-config.xml : - struts-config - data-sources - data-source set-property property=driverClass value=org.gjt.mm.mysql.Driver / set-property property=url