当前位置: 首页 > 工具软件 > validator-js > 使用案例 >

validator

壤驷瑾瑜
2023-12-01

012-7-13 9:25:59 com.opensymphony.xwork2.util.logging.commons.CommonsLogger error
严重: The content of element type "field-validator" is incomplete, it must match "(param*,message)". at (null:30:23)

 

 <field name="age">
    <field-validator type="int">
      <param name="min">1</param>
      <param name="max">150</param>

//没有写<message>


    </field-validator>
  </field>

 类似资料: