
struts-2
gmemai
这个作者很懒,什么都没留下…
展开
-
Configure a welcome page in Struts
Every website need a welcome or default page as an entry point. Here’s 3 ways to configure a welcome page in Struts.1. index.jspThe simplest way is create a “index.jsp” page and put it same level with转载 2015-08-28 09:47:07 · 355 阅读 · 0 评论 -
Configure the Struts Tag Libraries
In Struts framework, you always need to configure the Struts tag libraries in order to access it in view page (JSP). There are two ways to configure it.1. Strut Tag Libraries Manual ConfigurationThe ma转载 2015-08-28 09:43:44 · 398 阅读 · 0 评论 -
Hello World Using Struts 2
When you click on a hyperlink or submit an HTML form in a Struts 2 web application, the input is not sent to another server page, but to a Java class that you provide. These classes are called Actions.转载 2015-08-29 03:13:41 · 387 阅读 · 0 评论