of course
but I've got alway the same error on line 4 of my jsp:
It looks like it does not find all the tld but I put them all under
web-inf
1
2<%@ page language="java" %>
3<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
4<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
5<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
...


----- Original Message -----
From: "Mark Lowe" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Sunday, June 01, 2003 2:54 PM
Subject: Re: HTTP Status 500


> have a logon form bean, defined in config xml or a form bean class?
>
>
>
> On Sunday, Jun 1, 2003, at 13:32 Europe/London, Giovanni Di Lembo
wrote:
>
> > I've done it; I put all the struts tld in web-inf (using tomcat
4),and
> > this is my easy jsp
> >
> > <%@ page language="java" %>
> > <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
> > <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
> > <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
> > <html:html>
> > <head>
> >   <html:base/>
> > </head>
> > <body>
> >
> >   <html:form action="/logon">
> >     <html:text property="login" />
> >     <html:submit property="submit" value="ciao"/>
> >   </html:form>
> >
> > </body>
> > </html:html>
> >
> >   ----- Original Message -----
> >   From: Nagendra Kumar O V S
> >   To: [EMAIL PROTECTED]
> >   Sent: Sunday, June 01, 2003 2:33 PM
> >   Subject: Re: HTTP Status 500
> >
> >
> >
> >         hi,
> >         make sure u have put ur .tld files and struts.jar files in
> > proper locations
> >
> >         -nagi
> >
> >
> >         -------Original Message-------
> >
> >         From: Struts Users Mailing List
> >         Date: Sunday, June 01, 2003 05:52:39 PM
> >         To: Struts Users Mailing List
> >         Subject: HTTP Status 500
> >
> >         I've got this error when I try to see may index page.Anyone
> > knows why?
> >
> >         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: /index.jsp(4,0) Unable to
> > load class
> >         html
> >         at
> >
> >
org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHan
> > d
> >         ler.java:94)
> >         at
> >
> >
org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.jav
> > a
> >         :428)
> >         at
> >
> >
org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.jav
> > a
> >         :219)
> >         at
> > org.apache.jasper.compiler.Parser.parseCustomTag(Parser.java:717)
> >         at
> > org.apache.jasper.compiler.Parser.parseElements(Parser.java:809)
> >         at org.apache.jasper.compiler.Parser.parse(Parser.java:122)
> >         at
> >
> >
org.apache.jasper.compiler.ParserController.parse(ParserController.java
> > :
> >         199)
> >         at
> >
> >
org.apache.jasper.compiler.ParserController.parse(ParserController.java
> > :
> >         153)
> >         at
> > org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:223)
> >         at
> > org.apache.jasper.compiler.Compiler.compile(Compiler.java:351)
> >         at
> >
> >
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.j
> > a
> >         va:474)
> >         at
> >
> >
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.j
> > a
> >         va:184)
> >         at
> >
> >
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295
> > )
> >         at
> > org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
> >         at
javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
> >         at
> >
> >
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applic
> > a
> >         tionFilterChain.java:247)
> >         at
> >
> >
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFil
> > t
> >         erChain.java:193)
> >         at
> >
> >
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperVal
> > v
> >         e.java:260)
> >         at
> >
> >
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.
> > i
> >         nvokeNext(StandardPipeline.java:643)
> >         at
> >
> >
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:
> > 4
> >         80)
> >         at
> >
> >
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
> >         at
> >
> >
org.apache.catalina.core.StandardContextValve.invoke(StandardContextVal
> > v
> >         e.java:191)
> >         at
> >
> >
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.
> > i
> >         nvokeNext(StandardPipeline.java:643)
> >         at
> >
> >
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:
> > 4
> >         80)
> >         at
> >
> >
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
> >         at
> >
> >
org.apache.catalina.core.StandardContext.invoke(StandardContext.java:24
> > 1
> >         5)
> >         at
> >
> >
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.jav
> > a
> >         :180)
> >         at
> >
> >
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.
> > i
> >         nvokeNext(StandardPipeline.java:643)
> >         at
> >
> >
org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherV
> > a
> >         lve.java:170)
> >         at
> >
> >
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.
> > i
> >         nvokeNext(StandardPipeline.java:641)
> >         at
> >
> >
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.jav
> > a
> >         :172)
> >         at
> >
> >
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.
> > i
> >         nvokeNext(StandardPipeline.java:641)
> >         at
> >
> >
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:
> > 4
> >         80)
> >         at
> >
> >
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
> >         at
> >
> >
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve
> > .
> >         java:174)
> >         at
> >
> >
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.
> > i
> >         nvokeNext(StandardPipeline.java:643)
> >         at
> >
> >
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:
> > 4
> >         80)
> >         at
> >
> >
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
> >         at
> >
> >
org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)
> >         at
> >
> >
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:4
> > 3
> >         2)
> >         at
> >
> >
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process
> > C
> >         onnection(Http11Protocol.java:386)
> >         at
> >
> >
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:5
> > 3
> >         4)
> >         at
> > org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(Thread
> >         Pool.java:530)
> >         at java.lang.Thread.run(Thread.java:536)
> >
> >
> >
>
> ----------------------------------------------------------------------
-
> > -
> >         --------
> >
> >         Apache Tomcat/4.1.18-LE-jdk14
> >
> >
> >
>
> ---------------------------------------------------------------------
> >         To unsubscribe, e-mail:
> > [EMAIL PROTECTED]
> >         For additional commands, e-mail:
> > [EMAIL PROTECTED]
> >
> >
> >         .
> >
> >
> >   ____________________________________________________
> >     IncrediMail - Email has finally evolved - Click Here
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to