Hi,

has weblogic problems with the TLD being under WEB-INF?

try moving the tld to a directory not underneath WEB-INF, update the jsp and retry

regards
Alexander

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 22, 2001 12:28 PM
To: [EMAIL PROTECTED]
Subject: RE: Weblogic pains...


> Subject: Re: Weblogic pains...
>
>
> Tag attributes need to be double-quoted, but I'd start by describing the
> problem you are having! I have used Struts with WLS 5.1 and WLS
> 6.0 and have
> had no trouble.
>
> <%@page contentType="text/html"%>
> <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
>
> <html:html>
> <html:form action='/whatever'>
> </html:form>
> </html:html>

Oops. Staring at the problem so long I forgot to mention what it is. I get
an
error 500 in the browser and something like this in my log:

Thu Nov 22 12:16:31 CET 2001:<E> <WebAppServletContext-dto-struts-app> Root
cause of ServletException
javax.servlet.ServletException: runtime failure in custom tag 'form'
        at jsp_servlet._devinfo._jspService(_devinfo.java:111)
        at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
        at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
:106)

I tried both quotes and double-quotes: no difference whatsoever.
----------------------------------------------------------------------------
Mark Schenk                     |       Ceci n'est pas une signature
Blackboard Project Manager      |
Delft University of Technology  |E-mail: [EMAIL PROTECTED]
Dept.: DTO                      |Phone:  +31 152785448 (85448)
Room: LB00.680                  |Fax:    +31 152786359
----------------------------------------------------------------------------
-



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

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

Reply via email to