我在我的課以下this教程創建Struts2的一個SEO友好的URL,但是Struts2的註釋@RequestParameter
@RequestParameter
public void setId(int id) {
this.id = id;
}
這個錯誤顯示出來的@RequestParameter
RequestParameter cannot be resolved to a type
我已經包括了Struts2的在我的web-inf/lib
核心jara,但我仍然想知道它是如何返回一個錯誤。
你對一個import語句RequestParameter? –
這就是問題所在,每當我試圖日食自動導入它,它不會爲它找到必要的類或包。雖然我有進口的struts2核心罐子 – user962206
我不認爲是支柱中的核心......我不能肯定,你會發現它說。我知道,Spring使用它,但... –