0
我的代碼動作變量的值是這樣的:如何設置從JSP
public class CustoTypeAction extends ActionSupport{
private ResultDto resultDto;
//setter & getter resultDto
}
配置:
<action name="listCustoType" method="listCustomerType" class="custoType">
<result name="success">listCustoType.jsp</result>
我怎樣才能resultDto值從頁面加載JSP設置爲空?我應該使用什麼struts標籤?
你爲什麼要這麼做? –
默認情況下它將爲空,爲什麼你認爲它不爲空? – mprabhat
因爲我想只顯示一次,當用戶重新加載頁面再次,對象= NULL –