Struts2 Tag: Generic Tags[筆記](méi)
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 標(biāo)簽用來(lái)控制頁(yè)面渲染是的執(zhí)行流程,還用來(lái)允許獲取某個(gè)地方(不是action和value stack)的數(shù)據(jù),例如: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 閱讀(665) 評(píng)論(0) 編輯 收藏 所屬分類: Struts2學(xué)習(xí)