1. 程式人生 > >Struts2中 debug標籤

Struts2中 debug標籤

分為Value Stack Contents 和 Stack Context 兩種

Value Stack Contents 中的value值可以直接通過Property Name訪問,eg:<s:property value="id"/>

Stack Context 中的值需要在變數名前加 # 訪問,eg:<s:property value="#parameters.id"/>