application.properties
来自「struts kick start书中代码」· PROPERTIES 代码 · 共 21 行
PROPERTIES
21 行
; Application Resources for the "Hello" sample application
;
; Update History:
;
; Date Whom Action
; ======== ==== ======
; 06/01/02 kmb Creation
;
; Application Resources that are specific to the hello.jsp file
hello.jsp.title=Hello - A first Struts program
hello.jsp.page.heading=Hello World! A first Struts application
hello.jsp.prompt.person=Please enter a name to say hello to :
; Validation and error messages for HelloForm.java and HelloAction.java
ch03.hello.dont.talk.to.atilla=I told you not to talk to Atilla!!!
ch03.hello.no.person.error=Please enter a <i>PERSON</i> to say hello to!
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?