Re: Attribute value should be quoted

2002-03-27 Thread SUPRIYA MISRA
yout jsp tags must have format >From: Bhaskar Gopalan <[EMAIL PROTECTED]> >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >To: "Struts Group (E-mail)" <[EMAIL PROTECTED]> >Subject: Attribute value should be quoted >Date: Wed, 27

Re: Attribute value should be quoted

2002-03-27 Thread Sjaak de Mul
t; Hi, > I'm getting the error: > > org.apache.jasper.compiler.ParseException: C:\jsp\Filter.jsp(150,35) > Attribute value should be quoted > java.lang.Throwable(java.lang.String) > java.lang.Exception(java.lang.String) > javax.servlet.ServletException(jav

Attribute value should be quoted

2002-03-27 Thread Bhaskar Gopalan
Hi, I'm getting the error: org.apache.jasper.compiler.ParseException: C:\jsp\Filter.jsp(150,35) Attribute value should be quoted java.lang.Throwable(java.lang.String) java.lang.Exception(java.lang.String) javax.servlet.ServletException(java.lang.S

RE: Attribute value should be quoted

2001-08-30 Thread Dudley [EMAIL PROTECTED]
excellent -Original Message- From: David Corbin [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 30, 2001 11:51 AM To: [EMAIL PROTECTED] Subject: Re: Attribute value should be quoted Thanks. I found it, and your assessment was correct. Silly me for trusting the compiler

Re: Attribute value should be quoted

2001-08-30 Thread David Corbin
Thanks. I found it, and your assessment was correct. Silly me for trusting the compiler - Original Message - From: "Dudley Butt@i-Commerce" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 30, 2001 4:35 AM Subject: RE: Attribute value shoul

RE: Attribute value should be quoted

2001-08-30 Thread Dudley [EMAIL PROTECTED]
send a copy of your jsp, its usually a html tag just above or below the line in question -Original Message- From: David Corbin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 29, 2001 4:04 PM To: Struts User Subject: Attribute value should be quoted I'm getting the foll

Attribute value should be quoted

2001-08-29 Thread David Corbin
I'm getting the following exception from a particular JSP: org.apache.jasper.compiler.ParseException: .\AddCompany.jsp(58,36) Attribute value should be quoted at org.apache.jasper.compiler.JspReader.parseToken(JspReader.java:478)