我的框架已经搭建好了,但是不知道如何在jsp页面上显示出错误的信息
我使用的是<html:errors property=""/>标签
请问各位高手property中的值应该添什么才能把我资源文件中username.null的值显示出来啊
valitions.xml配置文件的关键内容:
<field property="username" depends="required">
      <msg name="required" key="username.null"/>
</field>