web-app.properties

来自「在sun实训时写的」· PROPERTIES 代码 · 共 14 行

PROPERTIES
14
字号
### DVD Library Web Application properties

error.titleField.required=Please enter the DVD title.
error.yearField.required=Please enter the year of release for the DVD.
error.yearField.invalid=Please enter a valid year.

error.genericError=An unexpected error occured: {0}

# Struts <html:errors/> tag properties
errors.header=<font color='red'>Please correct the following errors.<ul>
errors.footer=</ul></font>
errors.prefix=<li> 
errors.suffix=</li>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?