Re: org.apache.jasper.JasperException using jsp expression inside the

2005-08-24 Thread Rahul Akolkar
On 8/24/05, Seva Popov <[EMAIL PROTECTED]> wrote: > Well, > > > > > As you see runtime expressions were quite valid in jstl 1.0 tags. They still are, but IMO in the JSP 2.0 XML syntax, it gets tricky to use them in attribute values. EL has taken over, and for good reason. So lets sprinkle s

RE: org.apache.jasper.JasperException using jsp expression inside the

2005-08-24 Thread Seva Popov
sday, August 24, 2005 4:23 PM To: Tomcat Users List Subject: Re: org.apache.jasper.JasperException using jsp expression inside the On 8/24/05, Seva Popov <[EMAIL PROTECTED]> wrote: > Hi Rahul, > > Thanks for pointing me to the implicit JSP 2.0 param object. This worked > for me per

Re: org.apache.jasper.JasperException using jsp expression inside the

2005-08-24 Thread Rahul Akolkar
On 8/24/05, Seva Popov <[EMAIL PROTECTED]> wrote: > Hi Rahul, > > Thanks for pointing me to the implicit JSP 2.0 param object. This worked > for me perfectly with the JSP 2.0 JSTL URIs: > > http://java.sun.com/JSP/Page"; > xmlns:c="http://java.sun.com/jsp/jstl/core"; > version="

RE: org.apache.jasper.JasperException using jsp expression inside the

2005-08-24 Thread Seva Popov
TED] Sent: Wednesday, August 24, 2005 2:10 PM To: Tomcat Users List Subject: Re: org.apache.jasper.JasperException using jsp expression inside the On 8/24/05, Seva Popov <[EMAIL PROTECTED]> wrote: > Hi, > > > The following line: > > "/> > > giv

Re: org.apache.jasper.JasperException using jsp expression inside the

2005-08-24 Thread Rahul Akolkar
On 8/24/05, Seva Popov <[EMAIL PROTECTED]> wrote: > Hi, > > > The following line: > > "/> > > gives me the below exception under Tomcat 5.5.9: > > org.apache.jasper.JasperException: /test.jsp(11,29) The value of > attribute "val

org.apache.jasper.JasperException using jsp expression inside the

2005-08-24 Thread Seva Popov
Hi, The following line: "/> gives me the below exception under Tomcat 5.5.9: org.apache.jasper.JasperException: /test.jsp(11,29) The value of attribute "value" associated with an element type "c:set" must not contain the '<' character. Is this

Re: org.apache.jasper.JasperException: Could not find ancestor parseTag ???

2005-03-08 Thread Rahul Akolkar
Would help if you posted appropriate snippet from v3getT1ClientV.jsp as well. -Rahul On Tue, 8 Mar 2005 11:07:04 +0100, Philippe Couas <[EMAIL PROTECTED]> wrote: > Hi, > > I have folloing error message > > org.apache.jasper.JasperException: Could not f

org.apache.jasper.JasperException: Could not find ancestor parseTag ???

2005-03-08 Thread Philippe Couas
Hi, I have folloing error message org.apache.jasper.JasperException: Could not find ancestor parseTag Could you explain my error, i don't see if i have forgot a library or missing an heritag ? cause mère javax.servlet.ServletException: Could not find ancestor parseTag

org.apache.jasper.JasperException

2004-08-09 Thread Shilpa Nalgonda
I am getting this error, what could be the reason... 2004-08-09 09:32:08 StandardWrapperValve[jsp]: Servlet.service() for servlet jsp threw exception org.apache.jasper.JasperException: File "/tags/struts-html" not found at org.apache.jasper.compiler.TagLibra

RE: [OT] Re: org.apache.jasper.JasperException: /CheckCustomer.jsp(36,67) equal symbol expected

2004-07-30 Thread Shilpa Nalgonda
ay, July 30, 2004 8:37 AM To: Tomcat Users List Subject: [OT] Re: org.apache.jasper.JasperException: /CheckCustomer.jsp(36,67) equal symbol expected Where your app goes after submitting is up to your action code. Normally there's a class that extends org.apache.struts.action.Action and impleme

[OT] Re: org.apache.jasper.JasperException: /CheckCustomer.jsp(36,67) equal symbol expected

2004-07-30 Thread David Smith
==== -Original Message- From: David Smith [mailto:[EMAIL PROTECTED] Sent: Thursday, July 29, 2004 8:01 PM To: Tomcat Users List Subject: Re: org.apache.jasper.JasperException: /CheckCustomer.jsp(36,67) equal symbol expected Ok. Cool. That&

Re: org.apache.jasper.JasperException: /CheckCustomer.jsp(36,67) equal symbol expected

2004-07-30 Thread David Smith
True, but this is way too much yelling for this early in the morning (8:30am EDT). --David Tim Funk wrote:

Re: org.apache.jasper.JasperException: /CheckCustomer.jsp(36,67) equal symbol expected

2004-07-30 Thread Tim Funk

RE: org.apache.jasper.JasperException: /CheckCustomer.jsp(36,67) equal symbol expected

2004-07-30 Thread Shilpa Nalgonda
-Original Message- From: David Smith [mailto:[EMAIL PROTECTED] Sent: Thursday, July 29, 2004 8:01 PM To: Tomcat Users List Subject: Re: org.apache.jasper.JasperException: /CheckCustomer.jsp(36,67) equal symbol expected Ok. Cool. That's what I'm using as well. Your on the

Re: org.apache.jasper.JasperException: /CheckCustomer.jsp(36,67) equal symbol expected

2004-07-29 Thread David Smith
That should get you going. --David Shilpa Nalgonda wrote: thanks, and i am using Struts -Original Message- From: David Smith [mailto:[EMAIL PROTECTED] Sent: Thursday, July 29, 2004 4:47 PM To: Tomcat Users List Subject: Re: org.apache.jasper.JasperException: /CheckCustomer.jsp(36,67) equal symbo

RE: org.apache.jasper.JasperException: /CheckCustomer.jsp(36,67) equal symbol expected

2004-07-29 Thread Shilpa Nalgonda
thanks, and i am using Struts -Original Message- From: David Smith [mailto:[EMAIL PROTECTED] Sent: Thursday, July 29, 2004 4:47 PM To: Tomcat Users List Subject: Re: org.apache.jasper.JasperException: /CheckCustomer.jsp(36,67) equal symbol expected Quick question -- are you using Struts

Re: org.apache.jasper.JasperException: /CheckCustomer.jsp(36,67) equal symbol expected

2004-07-29 Thread David Smith
56 PM To: Tomcat Users List Subject: Re: org.apache.jasper.JasperException: /CheckCustomer.jsp(36,67) equal symbol expected Well The checked attribute is without a value. You'll have to set it to something or remove it. As mentioned by Tim Funk, the checked attribute doesn't exist in the API for

RE: org.apache.jasper.JasperException: /CheckCustomer.jsp(36,67) equal symbol expected

2004-07-29 Thread Shilpa Nalgonda
--- From: David Smith [mailto:[EMAIL PROTECTED] Sent: Thursday, July 29, 2004 3:56 PM To: Tomcat Users List Subject: Re: org.apache.jasper.JasperException: /CheckCustomer.jsp(36,67) equal symbol expected Well The checked attribute is without a value. You'll have to set it to something or re

Re: org.apache.jasper.JasperException: /CheckCustomer.jsp(36,67) equal symbol expected

2004-07-29 Thread David Smith
at Users List Subject: Re: org.apache.jasper.JasperException: /CheckCustomer.jsp(36,67) equal symbol expected I bet its: -Tim Shilpa Nalgonda wrote: Hi i am getting the following error, org.apache.jasper.JasperException: /CheckCustomer.jsp(36,67) equal symbol expected at org.apache.jasper.compiler.Def

Re: org.apache.jasper.JasperException: /CheckCustomer.jsp(36,67) equal symbol expected

2004-07-29 Thread Tim Funk
2004 3:27 PM To: Tomcat Users List Subject: Re: org.apache.jasper.JasperException: /CheckCustomer.jsp(36,67) equal symbol expected I bet its: -Tim Shilpa Nalgonda wrote: Hi i am getting the following error, org.apache.jasper.JasperException: /CheckCustomer.jsp(36,67) equal symbol expected

RE: org.apache.jasper.JasperException: /CheckCustomer.jsp(36,67) equal symbol expected

2004-07-29 Thread Shilpa Nalgonda
How to resolve that? -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Thursday, July 29, 2004 3:27 PM To: Tomcat Users List Subject: Re: org.apache.jasper.JasperException: /CheckCustomer.jsp(36,67) equal symbol expected I bet its: -Tim Shilpa Nalgonda wrote: > H

Re: org.apache.jasper.JasperException: /CheckCustomer.jsp(36,67) equal symbol expected

2004-07-29 Thread Tim Funk
I bet its: -Tim Shilpa Nalgonda wrote: Hi i am getting the following error, org.apache.jasper.JasperException: /CheckCustomer.jsp(36,67) equal symbol expected at org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler. java:94) at

org.apache.jasper.JasperException: /CheckCustomer.jsp(36,67) equal symbol expected

2004-07-29 Thread Shilpa Nalgonda
Hi i am getting the following error, org.apache.jasper.JasperException: /CheckCustomer.jsp(36,67) equal symbol expected at org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler. java:94) at org.apache.jasper.compiler.ErrorDispatcher.dispatch

org.apache.jasper.JasperException: Name prototypedb is not bound in this Context

2004-07-27 Thread Shilpa Nalgonda
I am not able to set up datasource for connection pooling , i am using tomcat 4.1.3, and connection to mysql database.. following is the code to retrieve the datasource... === Context ctx

Fwd: org.apache.jasper.JasperException: Unable to compile class for JSP

2004-07-16 Thread Vladimer Shioshvili
I am trying to set up Tomcat 5.0.27 for my coworker. I mean we already installed jdk 1.4.2 and tomcat 5.0.27. Examples jsp pages work fine, but when trying to view the jsp pages in the application i put in (Mondrian) i get the org.apache.jasper.JasperException: Unable to compile class for JSP

Re: org.apache.jasper.JasperException: Unable to compile class for JSP: ANSWER

2004-05-21 Thread aiye4686
s.jar into web-inf/lib, or anywhere else, for that matter. Here is the problem: 2004-05-22 02:25:00 StandardWrapperValve[jsp]: Servlet.service() for servlet jsp threw exception org.apache.jasper.JasperException: Unable to compile class for JSP No Java compiler was found to compile the

org.apache.jasper.JasperException: Unable to compile class for JSP

2004-05-21 Thread aiye4686
ption org.apache.jasper.JasperException: Unable to compile class for JSP No Java compiler was found to compile the generated source for the JSP. This can usually be solved by copying manually $JAVA_HOME/lib/tools.jar from the JDK to the common/lib directory of the Tomcat server, followed by a Tomcat restart. If usi

org.apache.jasper.JasperException

2004-01-21 Thread RamaReddy Pottipati
Hi, I am getting following exception and found following in the log file. I would like to know that why we get the exception/error Any help will be greatly appreciated. Thanks, Rama Exception in service() method: org.apache.jasper.JasperException at

RE: org.apache.jasper.JasperException: Unable to compile class for JSP

2003-11-20 Thread Derek Mahar
Also see http://jakarta.apache.org/tomcat/faq/classnotfound.html. Derek -Original Message- From: Luis Estevens [mailto:[EMAIL PROTECTED] Sent: November 20, 2003 12:44 PM To: '[EMAIL PROTECTED]' Subject: org.apache.jasper.JasperException: Unable to compile class for JSP H

RE: org.apache.jasper.JasperException: Unable to compile class for JSP

2003-11-20 Thread Derek Mahar
m=102997632829655&w=2. Derek -Original Message- From: Luis Estevens [mailto:[EMAIL PROTECTED] Sent: November 20, 2003 12:44 PM To: '[EMAIL PROTECTED]' Subject: org.apache.jasper.JasperException: Unable to compile class for JSP Hello I have Windows2000 Server, IIS5,

org.apache.jasper.JasperException: Unable to compile class for JS P

2003-11-20 Thread Luis Estevens
o work Unfortunally i get an "org.apache.jasper.JasperException: Unable to compile class for JSP" I created a jsp file named "time.jsp" and put it into a directory named bigjava into webapp. The "Timebeanclass" witch is invoked in time.jsp and i put into a jar file with th

Re: How to read org.apache.jasper.JasperException tracebacks

2003-11-13 Thread Tim Funk
Unfortunately in tomcat 4, it doesn't delve deep enough into the nested exceptions such as Servlet exception to print the real root cause. As to finding out the real error, see line: org.apache.jsp.LMSCourseImport_jsp._jspService(LMSCourseImport_jsp.java:451) Most important is LMSCourseImport_jsp

Re: How to read org.apache.jasper.JasperException tracebacks

2003-11-13 Thread Jon Wingfield
Two/three common exceptions with that sort of message are: ClassCastException ClassNotFoundException/NoClassDefFoundError try putting scriptlets around the offending bit of jsp like this: <% try {%> <% } catch (Throwable t) { e.printStackTrace(); // or whatever logging you are using ;)

Re: How to read org.apache.jasper.JasperException tracebacks

2003-11-13 Thread Nicholas Piper
Tim, On Wed, 12 Nov 2003, Tim Funk wrote: > Typically there are 2 (or more exceptions shown). Usually the "bottom most" > exception is the one your most interested in since that what through the > real exception. The reason is because the JSP catches an exception, wraps > it in a JSPException,

Re: How to read org.apache.jasper.JasperException tracebacks

2003-11-12 Thread Tim Funk
encountered an internal error () that prevented it from fulfilling this request. exception org.apache.jasper.JasperException: org/adl/validator/contentpackage/CPValidator at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:254) at org.apache.jasper.servlet.JspServlet.serv

How to read org.apache.jasper.JasperException tracebacks

2003-11-12 Thread Nicholas Piper
uess there should be some other string between the () in the description? My project is at org.adl.* The first few lines are: type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception org.apache.jasper.Jasp

Re: org.apache.jasper.JasperException: Unable to compile class for JSP

2003-10-15 Thread Tim Funk
See the faq http://jakarta.apache.org/tomcat/faq/classnotfound.html -Tim [EMAIL PROTECTED] wrote: Hi guys! I am getting following error while trying to run a jsp page in Tomcat 4.1 and JDK 1.4. An error occurred at line: -1 in the jsp file: null Generated servlet error: [javac] Compiling

org.apache.jasper.JasperException: Unable to compile class for JSP

2003-10-15 Thread Manu . Garg
Hi guys! I am getting following error while trying to run a jsp page in Tomcat 4.1 and JDK 1.4. An error occurred at line: -1 in the jsp file: null Generated servlet error: [javac] Compiling 1 source file /usr/local/jakarta-tomcat-4.1.27/work/Standalone/localhost/test/intra_esolve/jsp/user

Re: org.apache.jasper.JasperException: Unable to compile class for JSP

2003-10-13 Thread Ilja
t; developers it runs fine on a Tomcat 4.2.x version. They don't know where > lies the problem.. > > The root-cause: > > org.apache.jasper.JasperException: Unable to compile class for JSP > at > org.apache.jasper.JspCompilationC

org.apache.jasper.JasperException: Unable to compile class for JSP

2003-10-12 Thread Ilja
cause: org.apache.jasper.JasperException: Unable to compile class for JSP at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:561) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:300)

Re: org.apache.jasper.JasperException

2003-09-29 Thread Joerg Heinicke
h one of the JSPs (I am trying to deploy BPEL specifically): org.apache.jasper.JasperException: The output format must have a '{http://xml.apache.org/xalan}content-handler' property! at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:

org.apache.jasper.JasperException

2003-09-29 Thread Nirmit Desai
All, I get this internal server error when I try to parse an XML through one of the JSPs (I am trying to deploy BPEL specifically): org.apache.jasper.JasperException: The output format must have a '{http://xml.apache.org/xalan}content-handler' property!

Re: "org.apache.jasper.JasperException: Unable to compile class for JSP" errorsafter switching from Tomcat 4.1.18LE to 4.1.27

2003-09-02 Thread Joe_Rattz
t Users List" <[EMAIL PROTECTED]> cc Subject Re: "org.apache.jasper.JasperException: Unable to compile class for JSP" errors after switching from Tomcat 4.1.18LE to 4.1.27 Ooops, ok I had one other 'significant' change that I failed to mention. I had also upgraded t

Re: "org.apache.jasper.JasperException: Unable to compile class for JSP" errorsafter switching from Tomcat 4.1.18LE to 4.1.27

2003-08-29 Thread Joe_Rattz
[EMAIL PROTECTED] 08/29/2003 02:28 PM Please respond to "Tomcat Users List" <[EMAIL PROTECTED]> To [EMAIL PROTECTED] cc Subject "org.apache.jasper.JasperException: Unable to compile class for JSP" errors after switching from Tomcat 4.1.18LE to 4.1.27 I have so

"org.apache.jasper.JasperException: Unable to compile class for JSP" errorsafter switching from Tomcat 4.1.18LE to 4.1.27

2003-08-29 Thread Joe_Rattz
I have some code that worked fine with Tomcat 4.1.18LE but now that I have upgraded to 4.1.27, I am getting the problems below. Anyone know what is going on? Thanks. org.apache.jasper.JasperException: Unable to compile class for JSP An error occurred at line: 4 in the jsp file: /forward

Need help with "org.apache.jasper.JasperException: Unable to compile class for JSP"

2003-03-29 Thread Andre Carrier
tomcat 4.1.x (I dont remember which exactly) on another server I have no problems with exactly the same application. Can anyone suggest how to fix this? Must I use a previous version of tomcat? Is this a known issue? Here is the detailed error message: org.apache.jasper.JasperException: Unable to

org.apache.jasper.JasperException: Stream closed (final)

2003-02-11 Thread Robert Veen, ten
exception org.apache.jasper.JasperException: Stream closed at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.ja va:248) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295) at org.apache.jasper.servlet.JspServlet.service(JspServlet.jav

org.apache.jasper.JasperException: Stream closed

2003-02-11 Thread Robert Veen, ten
exception org.apache.jasper.JasperException: Stream closed at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.ja va:248) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295) at org.apache.jasper.servlet.JspServlet.service(JspServlet.jav

Re: URGENT.. org.apache.jasper.JasperException: Unable to compile class for JSP

2002-12-20 Thread runu rathi
Hi Jacob, I tried to set environment variables and run the commands as shown on the link you sent. My CATALINA_HOME was earlier set to C:\Program Files\Apache Group\Tomcat 4.1\ and so I made the new variable as C:\jakarta-tomcat-4.1.12;C:\Program Files\Apache Group\Tomcat 4.1\ On a new window I

Re: URGENT.. org.apache.jasper.JasperException: Unable to compile class for JSP

2002-12-19 Thread Jacob Kjome
See http://www.mattkelli.com/tech/tomcat/ntservice.htm Jake At 09:59 PM 12/19/2002 -0800, you wrote: Thanks Holger, It did work when I changed the JVM. Now, I have Tomcat 4.1.12 and JDK1.3.1. I want to run Tomcat continuously on Win2k even wen I log off..Please guide me.. Thanks Runu __

Re: URGENT.. org.apache.jasper.JasperException: Unable to compile class for JSP

2002-12-19 Thread runu rathi
Thanks Holger, It did work when I changed the JVM. Now, I have Tomcat 4.1.12 and JDK1.3.1. I want to run Tomcat continuously on Win2k even wen I log off..Please guide me.. Thanks Runu __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sig

Re: URGENT.. org.apache.jasper.JasperException: Unable to compile class for JSP

2002-12-19 Thread Holger Klawitter
> The same application runs perfectly at another place > with exactly the same version of Tomcat.. > 4.1\work\Standalone\localhost\gradsurvey\jsp\survey\student_survey_jsp.java >:7: '.' expected > import SurveyBean; > ^ You probably have different Java VMs on each machine. AFAI

Re: URGENT.. org.apache.jasper.JasperException: Unable tocompile class for JSP

2002-12-18 Thread Becky Phaneuf
-B >>> [EMAIL PROTECTED] 12/18/02 10:51AM >>> Hi, I am having trouble running a simple application which uses JSP and Beans. The error shown is "org.apache.jasper.JasperException: Unable to compile class for JSP". The same application runs perfectly at another place

URGENT.. org.apache.jasper.JasperException: Unable to compile class for JSP

2002-12-18 Thread runu rathi
Hi, I am having trouble running a simple application which uses JSP and Beans. The error shown is "org.apache.jasper.JasperException: Unable to compile class for JSP". The same application runs perfectly at another place with exactly the same version of Tomcat.. Please see below for

urgrnt.. I am getting the org.apache.jasper.JasperException: survey/MainSurvey exception.

2002-11-22 Thread runu rathi
org.apache.jasper.JasperException: survey/MainSurvey at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:248) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:289) at org.apache.jasper.servlet.JspServlet.service

org.apache.jasper.JasperException: Unable to compile class for JSP

2002-11-13 Thread Pedro Salazar
ERROR [org.jboss.web.localhost.Engine] ErrorDispatcherValve[localhost]: Exception Processing ErrorPage[exceptionType=java.lang.Exception, location=/errorpage.jsp] org.apache.jasper.JasperException: Unable to compile class for JSP An error occurred at line: -1 in the jsp file: null Generated servlet

Re: org.apache.jasper.JasperException: Unable to compile (class jsp.MoniBeannot found)

2002-04-25 Thread Steve D George
ond toSubject: Re: org.apache.jasper.JasperException: Unable to "Tomcat Users compile (class jsp.MoniBean not found)

Re: org.apache.jasper.JasperException: Unable to compile (class jsp.MoniBeannot found)

2002-04-25 Thread Todd Kaplinger
Users List <[EMAIL PROTECTED]>, taglibs-user-help ><[EMAIL PROTECTED]>, "steve.lloyd" ><[EMAIL PROTECTED]> >Subject: org.apache.jasper.JasperException: Unable to compile (class >jsp.MoniBean not found) >Date: Thu, 25 Apr 2002 12:08:24 +0100

org.apache.jasper.JasperException: Unable to compile (class jsp.MoniBean not found)

2002-04-25 Thread chuck amadi
Error: 500 Location: /volapp/jsp/registerProcess.jsp *Internal Servlet Error:* org.apache.jasper.JasperException: Unable to compile /home/chucka/tomcat/work/DEFAULT/volapp/jsp/registerProcess_1.java:76: Class jsp.MoniBean not found. MoniBean formHandler = null

Re: org.apache.jasper.JasperException: Unable to compile classfor JSP

2002-02-18 Thread Larry Meadors
Probably the wrong servlet.jar. I would look there first... >>> [EMAIL PROTECTED] 02/18/02 01:07PM >>> Running a web application on Tomcat 3.3 and trying to move to Tomcat 4.0.2 and now get these errors. org.apache.jasper.JasperException: Unable to compile class for J

RE: org.apache.jasper.JasperException: Unable to compile class for JSP

2002-02-18 Thread Randy Layman
y, February 18, 2002 3:08 PM > To: [EMAIL PROTECTED] > Subject: org.apache.jasper.JasperException: Unable to compile > class for > JSP > > > Hi, > > Running a web application on Tomcat 3.3 and trying to move to > Tomcat 4.0.2 and now get these errors. >

org.apache.jasper.JasperException: Unable to compile class for JSP

2002-02-18 Thread john bell
Hi, Running a web application on Tomcat 3.3 and trying to move to Tomcat 4.0.2 and now get these errors. org.apache.jasper.JasperException: Unable to compile class for JSP C:\ApacheTomcat\jakarta-tomcat-4.0.2\work\localhost\coffee\jsp\control\homecont$jsp.java:8: Class or interface

org.apache.jasper.JasperException: Unable to compile class for JSPC......

2001-07-03 Thread Jacob Thomas
My classpath contains a jar file which through its manifest file includes other jar files (aka download extensions). However, Japser is not able to access these download extension classes and therefore gives the org.apache.jasper.JasperException: Unable to compile class for JSPC.. message

RE: org.apache.jasper.JasperException: Unable to compile class fo r JSP

2001-03-15 Thread Randy Layman
Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 14, 2001 6:33 PM > To: [EMAIL PROTECTED] > Subject: RE: org.apache.jasper.JasperException: Unable to > compile class > fo r JSP > > > Since you didn't prov

RE: org.apache.jasper.JasperException: Unable to compile class for JSP

2001-03-14 Thread guyr
ailto:[EMAIL PROTECTED]] Sent: Monday, March 12, 2001 8:28 PM To: [EMAIL PROTECTED] Subject: org.apache.jasper.JasperException: Unable to compile class for JSP Hi, I have a simple server-side java class named DBWriter (with no package name) I am using it in a jsp file like this <%DBWriter dbw

org.apache.jasper.JasperException: Unable to compile class for JSP

2001-03-12 Thread Mandar Joshi
ve jsp _ Error: 500 Location: /examples/jsp/dates/mydate.jsp Internal Servlet Error: org.apache.jasper.JasperException: Unable to compile class for JSPD:\tomcat\work\localhost_8080%2Fexamples\_0002fjsp_0002fdates_0002fmydate _0002ejspmydate_jsp_0.java:87:

what does mean : org.apache.jasper.JasperException: Unable to find settermethod for attribute: class

2000-11-10 Thread Laurent . Mirguet
Hello, When I try to compile my JSPs, I get this message : org.apache.jasper.JasperException: Unable to find setter method for attribute: class                 at org.apache.jasper.compiler.TagBeginGenerator.generateSetters(TagBeginGenerator.java:185)                 at