jatinkumar patel wrote:
ERROR : The Content of elemnt type "struts-config" must match "(data sources?, form beans?, global forwards?, action-mappings?)"
XML is not valid, please make sure you inserted the plug-in tag inside the <struts-config..> tag, i.e exactly inside the root tag.
Few Suggestions:
1. Clean and rebuild the project.
2. Try upgrading Struts to version 1.3.x, download the "struts-blank-1.3.x.war" file, unzip it and use it as base for all the struts project.
Problem is with your dtd declaration, always check validness of xml before building the solution.