请教斑竹

hzw000000 2007-03-14
我运行下载的示例时,显示如下错误信息(在JBOSS中运行)
HTTP Status 500 -

--------------------------------------------------------------------------------

type Exception report

message

description The server encountered an internal error () that prevented it from fulfilling this request.

exception

org.apache.jasper.JasperException: The absolute uri: http://www.extremecomponents.org cannot be resolved in either web.xml or the jar files deployed with this application
org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:50)
org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:411)
org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:118)
org.apache.jasper.compiler.TagLibraryInfoImpl.generateTLDLocation(TagLibraryInfoImpl.java:316)
org.apache.jasper.compiler.TagLibraryInfoImpl.<init>(TagLibraryInfoImpl.java:147)
org.apache.jasper.compiler.Parser.parseTaglibDirective(Parser.java:418)
org.apache.jasper.compiler.Parser.parseDirective(Parser.java:483)
org.apache.jasper.compiler.Parser.parseElements(Parser.java:1539)
org.apache.jasper.compiler.Parser.parse(Parser.java:126)
org.apache.jasper.compiler.ParserController.doParse(ParserController.java:220)
org.apache.jasper.compiler.ParserController.parse(ParserController.java:101)
org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:203)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:495)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:476)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:464)
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:511)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:295)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)


note The full stack trace of the root cause is available in the Apache Tomcat/5.0.30 logs.


--------------------------------------------------------------------------------

Apache Tomcat/5.0.30
fins 2007-03-14
请把 ecside.tld 文件放入 web-inf文件夹下

或者把他打入  ecside_1.25.jar\META-INF 内
hzw000000 2007-03-18
请问所有跳转页面,排序,编辑等功能都用不了,是什么原因.谢谢
fins 2007-03-19
在 web.xml里没有配置正确的 过滤器吧??
hzw000000 2007-03-20
请问如何设置过滤器
fins 2007-03-20
看一下我的例子里的 web.xml吧

filter相关的都是
hzw000000 2007-03-20
双击编辑的时候,提示JS有错误,谢谢!
fins 2007-03-20
你是使用的我的例子
还是自己新写的jsp啊??
hzw000000 2007-03-20
自己写的,代码如下
<ec:table items="results"
                           tableId="list1"
                          sortable="true"
  action="${pageContext.request.contextPath}/xoffice/BBS_Index.jsp"
                 resizeColWidth="false"
                 width="100%"
                 showPrint="true" xlsFileName="用户列表.xls"



>
<ec:row>
<ec:column property="状态"  width="100" />
<ec:column property="论坛名称"  width="300"/>
<ec:column property="版主"  cellEdit="input" tagAttributes="title=\"双击进行编辑\"" width="100" />
<ec:column property="主题" width="100"/>
<ec:column property="回复" width="100" />
<ec:column property="最后发表" width="200"  />
</ec:row>
</ec:table>
fins 2007-03-20
<textarea id="ec_edit_template_input" rows="" cols="" style="display:none">
<input type="text" class="inputtext" value="" onblur="EccnUtil.updateCell(this,'input')"
style="width:100%;" name="" />
</textarea>
加了吗?
也就是模板你加了吗
Global site tag (gtag.js) - Google Analytics