tomcat配置tiles的难题!在线等,立刻结贴!请指教!!
在struts-config.xml中写 了
<plug-in className="org.apache.struts.tiles.TilesPlugin">
<set-property property="definitions-config" value="/WEB-INF/tiles-defs.xml"/>
</plug-in>
为什么tomcat提示 white spaces are requested between publicID and systemId,
不写<plug-in>......</plug-in>时可以正确启动tomcat,
这是什么错误呀!