struts2配置内置校验器

首页 > 精品文库 >The file cannot be validated as the XML definition...

The file cannot be validated as the XML definition...

0条评论

[摘要:本日正在进修ssh框架的时间,碰到了如许一个题目: The file cannot be validated as the XML definition http://www.opensymphony.com/xwork/xwork- validator-1.0.2.dtd that is specified as describing the syntax of the file cannot]

今天在学习ssh框架的时候,遇到了这样一个问题:

The file cannot be validated as the XML definition "http://www.opensymphony.com/xwork/xwork-
 validator-1.0.2.dtd" that is specified as describing the syntax of the file cannot be located.

出问题的代码:

<!DOCTYPE validators PUBLIC "-//OpenSymphony Group//XWork Validator 1.0.2//EN"
    "http://www.opensymphony.com/xwork/xwork-validator-1.0.2.dtd">

错误提示:

The file cannot be validated as the XML definition "http://www.opensymphony.com/xwork/xwork-validator-1.0.2.dtd" that is specified as describing the syntax of the file cannot be located.

出问题的原因貌似是http://www.opensymphony.com/xwork/xwork-validator-1.0.2.dtd这个网址访问不了

解决办法:

将<!DOCTYPE>这一项改为:

<!DOCTYPE validators PUBLIC "-//Apache Struts//XWork Validator 1.0.2//EN"

    "http://struts.apache.org/dtds/xwork-validator-1.0.2.dtd">


在配置内置校验器时,应在XML文件头加上<!DOCTYPE validators PUBLIC "-//Apache Struts//XWork Validator 1.0.2//EN"

    "http://struts.apache.org/dtds/xwork-validator-1.0.2.dtd">,其中field的name指向页面的name属性


  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值