Java Struts的学习经典入门例子

源代码在线查看: application.properties

软件大小: 3280 K
上传用户: saas1988
关键词: Struts Java
下载地址: 免注册下载 普通下载 VIP

相关代码

				#Application Resources for the "Hello" sample application
				
				#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 UserName to say hello to :
				hello.jsp.page.hello=Hello 
				hello.jsp.page.submit=Submit
				hello.jsp.page.reset=Reset
				hello.jsp.page.stutsimage=/struts-power.gif
				hello.jsp.page.stuts=Powered By Struts
				
				#Validation and error messages for HelloForm.java and HelloAction.java
				hello.dont.talk.to.monster=We don't want to say hello to Monster!!!
				hello.no.username.error=Please enter a UserName to say hello to!
							

相关资源