Hi all, I got the error message of "Cannot find ActionMappings or ActionFormBeans collection", Can anyone tell me how to handle this kind of question. btw, I am a newbie of Struts.
A piece of struts config file is as following: <form-bean name=3D"logonForm" type=3D"cn.xjtu.icst.form.LogonForm"> </form-bean> ...... <action path=3D"/logon" name=3D"logonForm" type=3D"cn.xjtu.icst.LogonAction" scope=3D"request"> <forward name=3D"success" path=3D"/index.jsp" redirect=3D"true"/> <forward name=3D"failure" path=3D"/logon.jsp" redirect=3D"true"/> </action> Thanks in advance.