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> - <action-mappings> - <action path="/Login" type="com.eyrolles.LoginAction" validate="true" input="/login.jsp" name="loginForm" scope="request"> <forward name="success" path="/EmployeListe.do" /> </action> - <action path="/EmployeListe" type="com.eyrolles.EmployeListeAction" scope="request"> <set-property property="loginRequired" value="true" /> <forward name="success" path="/employeliste.jsp" /> </action> - <action path="/Add" type="com.eyrolles.AddEmployeAction" name="employeForm" scope="request" input="/addemploye.jsp" validate="true"> <set-property property="loginRequired" value="true" /> <forward name="success" path="/EmployeListe.do" /> <forward name="error" path="/addemploye.jsp" /> </action> - <action path="/Edit" type="com.eyrolles.GetEmployeAction" name="employeForm" scope="request" validate="false"> <set-property property="loginRequired" value="true" /> <forward name="success" path="/editemploye.jsp" /> <forward name="error" path="/EmployeListe.do" /> </action> - [...] </action-mappings> <message-resources parameter="com.eyrolles.ApplicationResources" /> </struts-config> -----Message d'origine----- De : Frank W. Zammetti [mailto:[EMAIL PROTECTED] Envoyé : mercredi 7 juin 2006 18:07 À : Tomcat Users List Cc : users@tomcat.apache.org Objet : Re: struts-config xml file throws a java exception Olivier, can you post your struts-config.xml file here, or is it too large? You also may want to move this over to the Struts @user list, chances are its more appropriate there. Frank -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com AIM: fzammetti Yahoo: fzammetti MSN: [EMAIL PROTECTED] Java Web Parts - http://javawebparts.sourceforge.net Supplying the wheel, so you don't have to reinvent it! --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]