上一页 1 2 3 4 5 6 ··· 40 下一页
摘要: In Struts MVC model, you have to go thought the Action Controller to get a new view page. In some cases, you really just need to get a specified JSP p... 阅读全文
posted @ 2015-08-28 13:33 wuhn 阅读(203) 评论(0) 推荐(0) 编辑
摘要: Struts wildcards can helps to reduce the repetition in your `struts-config.xml` file, as long as your Struts project is following some regular file st... 阅读全文
posted @ 2015-08-28 13:29 wuhn 阅读(182) 评论(0) 推荐(0) 编辑
摘要: Many developers like to put all Struts related stuff (action, form) into a single Struts configuration file. It’s fast for the initial development but... 阅读全文
posted @ 2015-08-28 13:26 wuhn 阅读(253) 评论(0) 推荐(0) 编辑
摘要: 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 ... 阅读全文
posted @ 2015-08-28 13:20 wuhn 阅读(327) 评论(0) 推荐(0) 编辑
摘要: 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 i... 阅读全文
posted @ 2015-08-28 13:18 wuhn 阅读(175) 评论(0) 推荐(0) 编辑
摘要: In this tutorial we show you how to develop a hello world web application using classic Struts 1.3 framework.Tools and technologies used :- Struts 1.3... 阅读全文
posted @ 2015-08-28 13:02 wuhn 阅读(319) 评论(0) 推荐(0) 编辑
摘要: Wicket examples is a good place to learn Apache Wicket by examples, and a must reference site for new or experienced Wicket’s developers. In this Wick... 阅读全文
posted @ 2015-08-28 08:02 wuhn 阅读(526) 评论(0) 推荐(0) 编辑
摘要: A simple hello world example in Wicket, show the basic structure of Wicket web application.Tools and technologies used in this article- Apache Wicket ... 阅读全文
posted @ 2015-08-28 07:58 wuhn 阅读(378) 评论(0) 推荐(0) 编辑
摘要: In JSF , “`h:panelGrid`” tag is used to generate HTML table tags to place JSF components in rows and columns layout, from left to right, top to bottom... 阅读全文
posted @ 2015-08-28 07:51 wuhn 阅读(287) 评论(0) 推荐(0) 编辑
摘要: In JSF, ``, `` and `` tags are used to render a HTML “`a`” anchor element, see below examples to understand the different among them.> Note> In below ... 阅读全文
posted @ 2015-08-28 07:47 wuhn 阅读(446) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 40 下一页