Do you not have to give the form a name?

----- Original Message -----
From: "Mark Schenk" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Thursday, November 22, 2001 11:28 AM
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