jsp使用application制作留言板。运行提示错误ServeletContext cannot be resolved to a type 代码如下。

<%!
Vector v=new Vector();
int i=0;
ServeletContext application;
synchronized void endMessage(String s)
{
application=getServletContext();
v.add(s);
application.setAttribute("Mess",v);
}
%>

错误提示告诉你User类不是一个类型,他没办法找到User这个类!
所以你去检查一下你导入的类(com.lut.shopping.User)是不是存在问题。
温馨提示:内容为网友见解,仅供参考
无其他回答

Warning: Invalid argument supplied for foreach() in /www/wwwroot/www.t2y.org3v3b34/skin/templets/default/contents.html on line 47
相似回答
大家正在搜