ValidationAndList_zh |
|
Your trail: |
Difference between
version 3
and
version 2:
At line 22 changed 1 line. |
为了使用Struts的Validator,通常情况下你需要手工写validation.xml,如果你不使用AppFuse,你还需要配置Validator插件和在ApplicationResources_en.properties写错误关键字,可以到[Validation Made Easy Tutorial|http://www.reumann.net/struts/lesson3/step8.do](Struts本身也有一套[rich set of tutorials|http://www.reumann.net/struts/main.do])察看更多的信息。 |
为了使用Struts的Validator,通常情况下你需要手工写validation.xml,如果你不使用AppFuse,你还需要配置Validator插件和在ApplicationResources.properties写错误关键字,可以到[Validation Made Easy Tutorial|http://www.reumann.net/struts/lesson3/step8.do](Struts本身也有一套[rich set of tutorials|http://www.reumann.net/struts/main.do])察看更多的信息。 |
At line 307 changed 1 line. |
最后,web/WEB-INF/classes/ApplicationResources_en.properties里添加标题和题目关键字(personList.title和personList.heading),打开文件添加如下内容: |
最后,web/WEB-INF/classes/ApplicationResources.properties里添加标题和题目关键字(personList.title和personList.heading),打开文件添加如下内容: |
At line 399 changed 1 line. |
''menu.viewPeople''是web/WEB-INF/classes/ApplicationResources_en.properties中的一个条目。 |
''menu.viewPeople''是web/WEB-INF/classes/ApplicationResources.properties中的一个条目。 |
Back to ValidationAndList_zh,
or to the Page History.
|