Here is some of the config file... <?xml version="1.0" encoding="ISO-8859-1" ?> <!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 1.2//EN" "http://struts.apache.org/dtds/struts-config_1_2.dtd">
<struts-config> <form-beans> <form-bean name="UploadForm" type="gov.co.jefferson.amndbw.form.UploadForm"/> <form-bean name="LoginForm" type="gov.co.jefferson.amndbw.form.LoginForm"/> <form-bean name="ImportForm" type="gov.co.jefferson.amndbw.form.ImportForm"/> <form-bean name="FinalizeForm" type="gov.co.jefferson.amndbw.form.FinalizeForm"/> <form-bean name="PeopleForm" type="gov.co.jefferson.amndbw.form.PeopleForm"/> </form-beans> <global-forwards> <forward name="upload" path="/upload.jsp"/> <forward name="main" path="/mainmenu.jsp"/> <forward name="import" path="/import.jsp"/> <forward name="importsuccess" path="/status.jsp?status=success"/> <forward name="importfailure" path="/status.jsp"/> <forward name="people" path="/people.jsp"/> <forward name="importLoad" path="/importload.do"/> </global-forwards> <action-mappings> .... More Mappings <action path="/importload" type="gov.co.jefferson.amndbw.action.ImportLoadAction" name="ImportForm" scope="session" input="/upload.jsp"> </action> </action-mappings> <controller maxFileSize="512K" /> <message-resources parameter="gov.co.jefferson.amndbw.messages" null="false" /> </struts-config> -- View this message in context: http://www.nabble.com/Digester-Error-while-reading-struts-config-file-t1755486.html#a4776336 Sent from the Struts - User forum at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]