初学者问题(12分)

W

wenzhi

Unregistered / Unconfirmed
GUEST, unregistred user!
http://java.sun.com/jstl/core 是什么东东,该怎么配置
<%@ page contentType=&quot;text/html&quot;
%>
<%@ taglib prefix=&quot;c&quot;
uri=&quot;http://java.sun.com/jstl/core&quot;
%> //
<html>
<head>
<title>JSP is Easy</title>
</head>
<body bgcolor=&quot;white&quot;>
<h1>JSP is as easy as ...</h1>
<%-- Calculate the sum of 1 + 2 + 3 dynamically --%>
1 + 2 + 3 = <c:eek:ut value=&quot;${1 + 2 + 3}&quot;
/>
</body>
</html>
这是书上一个例子,怎么运行不了。
要配置什么吧
 
我试了一下
还是不行哦!?
 
jdk装了吗?tomcat装了吗?报什么错?
 
都装了
org.apache.jasper.JasperException: The absolute uri:
http://java.sun.com/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application
 
你这个是需要用到jstl的包,你去下载一个,放到lib下,就能用了。
 
to:yangxiao_jiang
我到http://jakarta.apache.org/site/downloads/downloads_taglibs-standard.cgi
下载 jakarta-taglibs-standard-1.1.2.zip
jakarta-taglibs-standard-1.1.2 目录下的lib文件下的jstl.jar、standard.jar
复制到
C:/Program Files/Apache Software Foundation/Tomcat 5.0/common/lib
还是不行,需要配置什么文件吗?怎样进行配置
运行struts 时有这以下这个错误
org.apache.struts.taglib.html
刚进入手
 
刚学jsp的话,就别把struts这些MVC框架的东东加进来,先学些基础的东西。
 
jsp引擎 用 resin .tomcat,还是Wsad 好啊
 
wenzhi 能告诉我你的联系方式吗?
 
org.apache.struts.taglib.html
这个错误是你的struts的包少,或者是你在web.xml里配置 的信息不对.
 

Similar threads

I
回复
0
查看
728
import
I
S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
I
回复
0
查看
670
import
I
I
回复
0
查看
1K
import
I
顶部