1. 在myeclipse中新建乙個web專案
2. 將struts2依賴的jar包加入到webroot/web-inf/lib目錄下
這些jar包括:struts-core.jar、xwork-core.jar、ognl.jar、freemarker.jar、log4j.jar(可選)。
3. 在源**src中新建struts.xml檔案。
4. 將struts2總控制器配置到web.xml中<?xml version="1.0" encoding="utf-8" ?>
">
index.jsp
myjsp.jsp
這樣乙個struts2 的環境就基本搭建完成了,接下來就是應用的開發了。struts
org.apache.struts2.dispatcher.filterdispatcher
下一節介紹strus2的模型驅動。
Struts2筆記 struts常用標籤
使用struts標籤前,首先要配置struts2架構,然後匯入標籤庫,jsp插入如下語句 property標籤 property標籤用於輸出指定值 default 可選屬性,如果需要輸出的屬性值為null,則顯示該屬性指定的值 escape 可選屬性,指定是否格式化html value 可選屬性,指...
Struts2筆記 與ServletAPI解耦
與servletapi解耦的訪問方式 方法一 通過servletactioncontext類直接獲取 public object get object key actioncontext 類中沒有提供類似 getrequest 這樣的方法來獲取httpservletrequest 對應的 map物件...
struts2筆記(續六補充)
訪問userlist s property value userlist br 訪問userlist中的第二個元素 s property value userlist 1 br 將usrelist中的age屬性再封裝成乙個list,userlist.is s property value userl...