Struts 2 comes with generic tags (control tags and data tags) and UI tags.
Struts 2有通用标记(控制标记和数据标记)以及UI标记。
Social data tags retrieve and format data to the application or user making the request.
社交标签可以检索到发出请求的应用程序或用户并将数据按一定格式传送过去。
UI tags are designed to get data from the ValueStack (action added data onto the ValueStack) or from data tags.
UI标记用于从ValueStack (action添加到ValueStack的数据)或数据标记获得数据。
应用推荐