Struts2 Tag: Generic Tags[筆記]
Generic tags are used for controlling the execution flow when the pages render. These tags also allow for data extraction from places other than your action or the value stack, such as Localization, JavaBeans, and including additional URLs or action executions.
Generic 標簽用來控制頁面渲染是的執行流程,還用來允許獲取某個地方(不是action和value stack)的數據,例如:Loaclization,JavaBean,和 including additional URLs or action executions.
- Control Tags provide control flow, such as if, else, and iterator.
- Data Tags allow for data manipulation or creation, such as bean, push, and i18n.
posted on 2007-04-27 15:42 MingIsMe 閱讀(662) 評論(0) 編輯 收藏 所屬分類: Struts2學習