.
-Original Message-
From: David Smith [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 28, 2004 10:57
To: Tomcat Users List
Subject: Re: jasper exception in jsp -- please help..
Cool. I would never have suspected missing tags to cause that error.
Glad to help.
--David
Shilpa
28, 2004 10:33 AM
To: Tomcat Users List
Subject: Re: jasper exception in jsp -- please help..
Well... worth a shot. This appears to be the stock, standard
application.properties file. Got me. I even ran this snippet through
an XML validator and other than missing ... around the row for
lastname
yeah, that helped just by adding closing html and missing tags...thanks
for ur help.
-Original Message-
From: David Smith [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 28, 2004 10:33 AM
To: Tomcat Users List
Subject: Re: jasper exception in jsp -- please help..
Well... worth a shot
BillingInfo.lastName=Last Name
===
-Original Message-
From: David Smith [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 28, 2004 10:02 AM
To: Tomcat Users List
Subject: Re: jasper exception in jsp -- please help..
Hmm the jsp appears
ist
Subject: Re: jasper exception in jsp -- please help..
Hmm the jsp appears to be alright. What's in your
application.properties file for properties used in the tag?
Shilpa Nalgonda wrote:
>org.apache.jasper.JasperException: /BillingInfo.jsp(1,16) quote symbol
>expected
>
>
Hmm the jsp appears to be alright. What's in your
application.properties file for properties used in the tag?
Shilpa Nalgonda wrote:
org.apache.jasper.JasperException: /BillingInfo.jsp(1,16) quote symbol
expected
I am getting the above error, i am using struts tags in my BillingInfo.jsp.
Be
org.apache.jasper.JasperException: /BillingInfo.jsp(1,16) quote symbol
expected
I am getting the above error, i am using struts tags in my BillingInfo.jsp.
Below is my BillingInfo.jsp...
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" pr