application_temp.properties

来自「Struts经典源码,学习Struts必经之路」· PROPERTIES 代码 · 共 17 行

PROPERTIES
17
字号
#Application Resources for the "Hello" sample application

#Application Resources that are specific to the hello.jsp file
hello.jsp.title=Hello - 第一个Struts应用
hello.jsp.page.heading=Hello World! 第一个Struts应用
hello.jsp.prompt.person=请输入你想打招呼的用户名:
hello.jsp.page.hello=你好 
hello.jsp.page.submit=提交
hello.jsp.page.reset=复位
hello.jsp.page.stutsimage=/struts-power-ch.gif
hello.jsp.page.stuts=基于Struts技术


#Validation and error messages for HelloForm.java and HelloAction.java
hello.dont.talk.to.monster=我们不想对Monster打招呼!!!
hello.no.username.error=请输入你想打招呼的<i>用户名</i>!

⌨️ 快捷键说明

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