问题信息:
The content of element type "dwr" must match "(init?,allow?,signatures?)"
[code="java"]
你看下的你的dwr版本, 是否是 dwr.xml的doctype 配置版本错误
这个是官方配置http://directwebremoting.org/dwr/documentation/server/configuration/dwrxml/index.html
[/code]
是要按照init,allow,signatures 的顺序配置,可以没有init和signatures,如果有就一定要按顺序。这个红叉不影响功能。