struts2 actionnull 指標異常 org.apache.struts2.ServletActionContext java.lang.NullPointerException

來源:互聯網
上載者:User

今天做項目過程中,用Junit測試,我想在頁面端取得user,然後把user相關的資訊儲存到session中,可是在通過

ServletActionContext.getRequest().getSession(); 得到session時,老是報null 指標異常,不知道哪裡出錯,因為這個ServletActionContext不是我們自己寫的,一般都不會出現問題,但我不知道哪裡錯了,一直尋找其他的方法,還是沒有用,類型其他的方法一樣是null 指標

ServletActionContext.getServletContext();

ServletActionContext.getRequest();

ServletActionContext.getResponse();

 

然後網上查了一下,有人建議用一下方法得到session

ActionContext ctx=ActionContext.getContext();  

Map session = ctx.getSession();
但用Junit做測試,發現依然是null 指標異常

 

後來我把項目部署到tomcat,然後啟動瀏覽器進行訪問,竟然不報錯了,我不知道是什麼原因,我猜想這些session,request,application要在瀏覽器才有效果

 

希望懂得什麼原因的能告訴我一聲,謝謝先。

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.