RE: jasper jsp precompilation error

2005-09-07 Thread Ramnish Kalsi
This method was added in Servlet API version 2.3. Can you check if you are using that version ? Have a look at whats in your classpath at JSP precompilation time !!! -Original Message- From: Aaron Phillips [mailto:[EMAIL PROTECTED] Sent: 06 September 2005 23:27 To:

RE: Jasper throws ExceptionInInitializerError?!

2005-04-01 Thread Ruth, Brice
One thing I forgot to mention - when I do turn on debug for Ant, the root cause that's shown is a NullPointerException. java.lang.ExceptionInInitializerError at java.lang.Class.forName1(Native Method) at java.lang.Class.forName(Class.java:180) at

RE: Jasper throws ExceptionInInitializerError?!

2005-04-01 Thread Ruth, Brice
, it fails. What the heck?! Is this a classloader issue?! -Original Message- From: Ruth, Brice [mailto:[EMAIL PROTECTED] Sent: Friday, April 01, 2005 11:57 AM To: Tomcat Users List Subject: RE: Jasper throws ExceptionInInitializerError?! One thing I forgot to mention - when I do turn on debug

Re: Jasper throws ExceptionInInitializerError?!

2005-04-01 Thread Tim Funk
odd ... yet against tomcat4, this works fine, but tomcat5, it fails. What the heck?! Is this a classloader issue?! -Original Message- From: Ruth, Brice [mailto:[EMAIL PROTECTED] Sent: Friday, April 01, 2005 11:57 AM To: Tomcat Users List Subject: RE: Jasper throws

RE: Jasper throws ExceptionInInitializerError?!

2005-04-01 Thread Ruth, Brice
JAVA_HOME is /usr/lib/jvm/java-1.4.2-ibm. Help?! -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Friday, April 01, 2005 12:36 PM To: Tomcat Users List Subject: Re: Jasper throws ExceptionInInitializerError?! It could be conflicting versions of struts. -Tim Ruth, Brice

Re: Jasper 2 problem with core taglibs in 5.5.7?

2005-02-16 Thread Remy Maucherat
On Wed, 16 Feb 2005 16:40:25 +, David Kennedy [EMAIL PROTECTED] wrote: Hi folks, I have a Ant build which includes pre-compilation of JSPs. This has been working happily during prototyping with Tomcat 5.5.4, but has broken now that we have moved to Tomcat 5.5.7 as the latest stable build,

Re: Jasper 2 problem with core taglibs in 5.5.7?

2005-02-16 Thread David Kennedy
Remy Maucherat wrote: On Wed, 16 Feb 2005 16:40:25 +, David Kennedy [EMAIL PROTECTED] wrote: I have a Ant build which includes pre-compilation of JSPs. This has been working happily during prototyping with Tomcat 5.5.4, but has broken now that we have moved to Tomcat 5.5.7 [snip]

Re: Jasper 2 problem with core taglibs in 5.5.7?

2005-02-16 Thread David Kennedy
David Kennedy wrote: Remy Maucherat wrote: On Wed, 16 Feb 2005 16:40:25 +, David Kennedy [EMAIL PROTECTED] wrote: I have a Ant build which includes pre-compilation of JSPs. This has been working happily during prototyping with Tomcat 5.5.4, but has broken now that we have moved to Tomcat 5.5.7

Re: jasper error compiling jsp

2004-10-27 Thread Sarath PS
thanks for your replay. But i am using linux ! No i got what went wrong. Actually it a Java Error. When we use classes with out package in jsp file, Jasper will create import statement with out class name. If we are using jdk1.4 it will through error since after 1.4 Java is more strict about

RE: jasper error compiling jsp

2004-10-22 Thread Flisch, Alan
October 2004 09:43 To: Tomcat Users List Subject: Re: jasper error compiling jsp hi, Thanks for the replay . But this not an application i develop. I just want to deploy it on my tomcat. It seems the app is developed for some other container. Is there any work around to run it on tomcat

Re: jasper error compiling jsp

2004-10-22 Thread Sarath PS
point. I think getting the application fixed somehow, is your best option. -Original Message- From: Sarath PS [mailto:[EMAIL PROTECTED]] Sent: 22 October 2004 09:43 To: Tomcat Users List Subject: Re: jasper error compiling jsp hi, Thanks for the replay . But this not an application i

RE: jasper error compiling jsp

2004-10-22 Thread Flisch, Alan
I wouldn't think so. The changes necessary to the app are likely to be pretty trivial, although you never know what else might be lurking in there. -Original Message-From: Sarath PS [mailto:[EMAIL PROTECTED]Sent: 22 October 2004 11:06To: Tomcat Users ListSubject: Re: jasper

Re: jasper error compiling jsp

2004-10-22 Thread Sarath PS
never know what else might be lurking in there. -Original Message- *From:* Sarath PS [mailto:[EMAIL PROTECTED] *Sent:* 22 October 2004 11:06 *To:* Tomcat Users List *Subject:* Re: jasper error compiling jsp Thanks alan, So you say it's not possible to run

RE: jasper error compiling jsp

2004-10-22 Thread Steve Kirk
=31message=2145193 -Original Message- From: Flisch, Alan [mailto:[EMAIL PROTECTED] Sent: Friday 22 October 2004 12:23 To: Tomcat Users List Subject: RE: jasper error compiling jsp I wouldn't think so. The changes necessary to the app are likely to be pretty trivial, although you never know

RE: jasper error compiling jsp

2004-10-22 Thread Steve Kirk
Users List' Subject: RE: jasper error compiling jsp Scroll down to point 8 under Incompatibilities Between Java 2 Platform, Standard Edition, v1.4.0 and v1.3, read the second bullet. This confirms Alan's comments. http://forum.java.sun.com/thread.jsp?thread=466368 http

Re: Jasper compilation of included files

2004-10-15 Thread Tim Funk
File A should *not* be called fileA.jsp. It should be called fileA.jspf An added advanatage is you know what what all your incoded fragment files are by looking at the file name. -Tim Dave Minter wrote: I'm trying to get Jasper to pre-compile my JSP pages. I've got an Ant task (swiped from the

Re: Jasper compilation of included files

2004-10-15 Thread Michael Schuerig
On Friday 15 October 2004 13:52, Dave Minter wrote: I'm trying to get Jasper to pre-compile my JSP pages. I've got an Ant task (swiped from the manual) kicking this off, and it works pretty well up to a point. However... This application has a number of pages that are built out of JSP

Re: Jasper compilation of included files

2004-10-15 Thread Dave Minter
On Fri, 15 Oct 2004 14:11:54 +0200, Michael Schuerig [EMAIL PROTECTED] wrote: On Friday 15 October 2004 13:52, Dave Minter wrote: [snip] I've given JSP segments (fragments) a .jspf extension and that does the trick for me. See the spec JSP.1.1.8. Michael And indeed that seems to work for

Re: Jasper JSP Loading

2004-09-05 Thread Viktor Malytskyy
Hi! I guess the only way is this: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/resources.html Regards, Viktor On Sun, 05 Sep 2004 09:14:41 +0200, Massimo Ferrari [EMAIL PROTECTED] wrote: Hello, what is the best way (if there is one) to make Jasper Load JSP sources from a

RE: jasper exception in jsp -- please help..

2004-07-28 Thread Shilpa Nalgonda
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

Re: jasper exception in jsp -- please help..

2004-07-28 Thread David Smith
Hmm the jsp appears to be alright. What's in your application.properties file for properties used in the html:errors/ 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

RE: jasper exception in jsp -- please help..

2004-07-28 Thread Shilpa Nalgonda
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 html:errors/ tag? Shilpa Nalgonda wrote: org.apache.jasper.JasperException: /BillingInfo.jsp(1,16) quote symbol expected I am getting

Re: jasper exception in jsp -- please help..

2004-07-28 Thread David Smith
=== -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 to be alright. What's in your

RE: jasper exception in jsp -- please help..

2004-07-28 Thread Shilpa Nalgonda
yeah, that helped just by adding closing html and missing tr 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

Re: jasper exception in jsp -- please help..

2004-07-28 Thread David Smith
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 tr.../tr around the row

RE: jasper exception in jsp -- please help..

2004-07-28 Thread Sternbergh, Cornell
. -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

Re: jasper: out.write() for every tag

2004-04-25 Thread QM
On Sun, Apr 25, 2004 at 11:36:10AM +0200, Folke Behrens wrote: : AFAIK the javac and the jit compiler are both not allowed to optimize : this. So this must somewhat hurt performance, right? What does your profiler tell you? If you're adventurous, you could take the generated Java source and

RE: jasper exception

2004-01-23 Thread Shapira, Yoav
Howdy, I am a newbie .can any one suggest me what this exception is? Please help me to come out of this problem org.apache.jasper.JasperException: Cannot find any information on property 'nam' in a bean of type 'Name' Look at the java code of your bean class Name. What are its member

Re: Jasper compile errors and IE

2003-09-24 Thread Tim Funk
Try this: substituting the appropriate parameters telnet myserver 80 GET /mypage HTTP/1.1 Connection: close Host: myserver User-Agent: IE UA ID And see what the response is. If the repsonse looks like a valid HTTP Response - then its an IE bug. -Tim Tony Thompson wrote: I

Re: Jasper compile errors and IE

2003-09-24 Thread Tony Thompson
From the traces I have already done, I am getting back a valid HTTP response (it works with Mozilla as well). So, it looks like it is probably an IE issue. However, I don't know that there is a good reason for Jasper to shove the entire error message in the status line. Am I correct in assuming

RE: Jasper Exception

2003-09-11 Thread Shapira, Yoav
Howdy, I'm not a jasper expert, but you're asking for trouble with this interface is type design -- there's not much the compiler can do ;( http://checkstyle.sourceforge.net/config_design.html#InterfaceIsType Yoav Shapira Millennium ChemInformatics -Original Message- From: Laurent

RE : Jasper Exception

2003-09-11 Thread Laurent Michenaud
I just would like to have the real exception and not a jasper that means nothing for me. -Message d'origine- De : Shapira, Yoav [mailto:[EMAIL PROTECTED] Envoyé : jeudi 11 septembre 2003 16:46 À : Tomcat Users List Objet : RE: Jasper Exception Howdy, I'm not a jasper expert, but you're

Re: Jasper, JSPC, Ant and Precompiling JSP's

2003-08-10 Thread Mark R. Diggory
[mailto:[EMAIL PROTECTED] Sent: Monday, August 04, 2003 5:05 PM To: Tomcat Users List Subject: Re: Jasper, JSPC, Ant and Precompiling JSP's Bingo! Thats pretty tight. I hadn't thought of using regexp, but I'll give this a try, it seems pretty logical. I didn't realize someone had contributed a forEach

RE: Jasper, JSPC, Ant and Precompiling JSP's

2003-08-10 Thread Steph Richardson
/ /target -Original Message- From: Mark R. Diggory [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 10:02 PM To: Tomcat Users List Subject: Re: Jasper, JSPC, Ant and Precompiling JSP's Ah, o.k. I had misunderstood what that attribute was for in the Ant Manual. I

RE: Jasper, JSPC, Ant and Precompiling JSP's

2003-08-06 Thread Steph Richardson
: Monday, August 04, 2003 5:05 PM To: Tomcat Users List Subject: Re: Jasper, JSPC, Ant and Precompiling JSP's Bingo! Thats pretty tight. I hadn't thought of using regexp, but I'll give this a try, it seems pretty logical. I didn't realize someone had contributed a forEach task. I'd still like

Re: Jasper, JSPC, Ant and Precompiling JSP's

2003-08-04 Thread Mark R. Diggory
Thanks Ian, We actually already have a shell script that does this too. I was hoping to get some details on how to make the jspc and tomcat behaviors more consistent with each other so that I could move away from this strategy and use the compiler directly. Unfortunately, its often the case

Re: Jasper, JSPC, Ant and Precompiling JSP's

2003-08-04 Thread Mark R. Diggory
In fact, I'm curious to the status of this in 5.0 and the directions that this will take in the future, I may be willing to do a little work to add work directory compilation to the capabilities of JspC, if they do not already exist. -Mark Mark R. Diggory wrote: Thanks Ian, We actually

RE: Jasper, JSPC, Ant and Precompiling JSP's

2003-08-04 Thread Steph Richardson
the resulting class files at runtime with no problems. Regards, Steph -Original Message- From: Steph Richardson [mailto:[EMAIL PROTECTED] Sent: Friday, August 01, 2003 7:06 PM To: Tomcat Users List Subject: RE: Jasper, JSPC, Ant and Precompiling JSP's That is EXACTLY what I am

Re: Jasper, JSPC, Ant and Precompiling JSP's

2003-08-04 Thread Mark R. Diggory
individually. Tomcat seems to accept all the resulting class files at runtime with no problems. Regards, Steph -Original Message- From: Steph Richardson [mailto:[EMAIL PROTECTED] Sent: Friday, August 01, 2003 7:06 PM To: Tomcat Users List Subject: RE: Jasper, JSPC, Ant and Precompiling

RE: Jasper, JSPC, Ant and Precompiling JSP's

2003-08-01 Thread Steph Richardson
That is EXACTLY what I am trying to do today. I've tooled around in the ant code, and it seems this is more of a jasper issue than an ant one, because ant passes a long list of files to jasper, with the unwanted pathnames that end up as part of your package name. I'm pretty sure if you used

RE: Jasper - including unbalanced jsp fragment

2003-07-19 Thread Craig Berry
A quick clarification -- this actually only causes problems on server-side taglib items, like Struts html taglib. So the problem occurs when I have html:html in Header.inc but the close tag is elsewhere. I would think that Jasper would be combining the text pieces into one file before the

Re: Jasper, Java, and X11 Dependencies

2003-07-19 Thread Bill Barker
Tomcat out-of-the-box has absolutely zero X11 dependencies. It must be something in your webapp. There are two ways to deal with this: 1) If you are using a 1.4.x JVM, you could try running it as 'headless'. 2) Install Xvfb, to provide a virtual X11 server. Greg Zoller [EMAIL PROTECTED] wrote

RE: Jasper Error wrong version of Object.class (48.0 , should be 47.0)

2003-04-03 Thread Robert Priest
and configuring it as a servlet in tomcat. -Original Message- From: Robert Priest Sent: Tuesday, April 01, 2003 5:06 PM To: 'Tomcat Users List' Subject: RE: Jasper Error wrong version of Object.class (48.0 , should be 47.0) Thanks for the reply. I just downloaded 1.4.1_ -Original

RE: Jasper Error wrong version of Object.class (48.0 , should be 47.0)

2003-04-01 Thread Shapira, Yoav
Howdy, Make sure you're using: - The JDK (not JRE) - The right version of the JDK (preferably the latest stable version) - An OS that has the patches required for the JDK, if any This was a known bug in JDK 1.4.0b92 or something like that: search the BugParade on java.sun.com. Yoav Shapira

RE: Jasper Error wrong version of Object.class (48.0 , should be 47.0)

2003-04-01 Thread Robert Priest
, if any Running Windows 2000 Service Pack 3 Is it possible that some other jar could be interfering (reaching)? e -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 01, 2003 3:27 PM To: Tomcat Users List Subject: RE: Jasper Error wrong version

RE: Jasper Error wrong version of Object.class (48.0 , should be 47.0)

2003-04-01 Thread Robert Priest
Thanks for the reply. I just downloaded 1.4.1_ -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 01, 2003 3:27 PM To: Tomcat Users List Subject: RE: Jasper Error wrong version of Object.class (48.0 , should be 47.0) Howdy, Make sure you're using

RE: Jasper Error wrong version of Object.class (48.0 , should be 47.0)

2003-04-01 Thread Ralph Einfeldt
Is it possible that you have a tools.jar in the tomcat classpath that is older than j2sdk1.4.1_01 ? (AFAIK some versions of tomcat where delivered with tools.jar) -Original Message- From: Robert Priest [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 01, 2003 10:22 PM To: [EMAIL

SOLVED: Re: Jasper Compilation - Vol. 2 (continued from WebappPrecompilation using Ant and Jasper howto)

2003-03-24 Thread johannes . fiala
hi all, I've now found the solutions using some threads in this forum, but want to share the complete solution here: *) jspc-task: all *.jsp files in /jsp will be compiled into the /src directory *) merge-descriptors-task: /jsp/web-template.xml will be used for merging the temporary webinc.xml

Re: Jasper and big html files

2003-01-20 Thread Veniamin Fichin
Hello, Nome! I have a problem with both Jasper and Jasper2. If I have a huge piece of HTML inserted between two statements, the generated out.println() on the compiled code outputs just the first 8192 characters. I tried to play with the 'largefile' option in the /conf/web.xml: May be

Re: Jasper vs Jasper2

2003-01-17 Thread Craig R. McClanahan
On Thu, 16 Jan 2003, Will Hartung wrote: Date: Thu, 16 Jan 2003 09:11:05 -0800 From: Will Hartung [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Jasper vs Jasper2 Hi all, Just for clarity, if you will. I hear

Re: Jasper vs Jasper2

2003-01-17 Thread Peter Lin
I'll chime in on this, since I've done quite a bit of benchmarking and testing with jasper jasper2. Kin-man, jan, remy and everyone else have made great strides in improving jasper2 performance. jasper1 had serious problems with tags, because it generated deeply nested try/catch blocks. That

Re: Jasper redistribution issues

2002-10-22 Thread Bill Barker
Tomcat (including Jasper) are distributed with the Apache License http://www.apache.org/LICENSE. In particular, you are free to bundle Jasper, subject to the rules in the license. Eugene Zhuravlev [EMAIL PROTECTED] wrote in message news:003601c279eb$f6f015c0$2301a8c0;Labs.IntelliJ.Net... Hello,

RE: Jasper and java source package problem

2002-10-09 Thread John Trollinger
That is the correct behavior. When you goto a JSP page through the browser it will do the same thing. The spec leaves the package naming to the implementation -Original Message- From: Khamsouk Souvanlasy [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 08, 2002 9:34 PM To: Tomcat

Re: Jasper and java source package problem

2002-10-09 Thread Khamsouk Souvanlasy
But surely if you have two files with the same name in different directories they will conflict and cause a compilation error if they have the same package name? I.e. /messageboard/search.jsp /mail/search.jsp Will create the .java files: com/mycompany/jsp/messageboard/search.java with package

RE: Jasper and java source package problem

2002-10-09 Thread John Trollinger
]] Sent: Wednesday, October 09, 2002 7:45 AM To: Tomcat Users List Subject: Re: Jasper and java source package problem But surely if you have two files with the same name in different directories they will conflict and cause a compilation error if they have the same package name? I.e

Re: Jasper complains when parsing valid TLD (was: Can't deploy CustomTag Library ... )

2002-10-09 Thread Mark R. Diggory
Hmmm, this definitly looks like a booger in Forte's TLD generation code... I'll have to *go bug them* for awhile now! Thank you Jan, -M. Jan Luehe wrote: Mark, So, on 4.1.* with logging cranked way up, I've been seeing errors that Jasper encountered a TEI class when the tld already has

Re: Jasper complains when parsing valid TLD (was: Can't deploy CustomTag Library ... )

2002-10-09 Thread Mark R. Diggory
If anyone was concered about this issue, it looks like the Forte fixed this issue and my taglibraries are old and need to be updated to include the chages. Mark R. Diggory wrote: Hmmm, this definitly looks like a booger in Forte's TLD generation code... I'll have to *go bug them* for

Re: Jasper and java source package problem

2002-10-09 Thread Justin Ruthenbeck
It's been a while since I scripted this all out (I'm using a script to do this part instead of an ant task), so I went back to see how ours works with regard to recursion on directories. Turns out we run jspc for each jsp file in each directory, passing the correct value for the package with

Re: Jasper and java source package problem

2002-10-08 Thread Justin Ruthenbeck
I've seen this as well and worked around it by compiling each directory (mail, messageboard, etc) with separate calls to jspc (and changing the target package name). Would love it if I missed a built-in way to handle this, but I couldn't find it either. justin At 06:34 PM 10/8/2002, you

Re: Jasper and java source package problem

2002-10-08 Thread Khamsouk Souvanlasy
Hi, I thought of doing this as well, however when you need to compile the root directory wouldn't it also compile the others as well? Or would you compile the root first then the other directories again separately? Thanks, Kam On 10/9/02 11:02, Justin Ruthenbeck [EMAIL PROTECTED] wrote:

Re: Jasper complains when parsing valid TLD (was: Can't deploy Custom Tag Library ... )

2002-10-08 Thread Jan Luehe
Mark, So, on 4.1.* with logging cranked way up, I've been seeing errors that Jasper encountered a TEI class when the tld already has a variable? Very wierd error. Here's an example of a tag in my taglib, if anyone sees anything wrong with this please let me know, it is still valid against

Re: Jasper Exception

2002-10-01 Thread micael
The error page should tell you why it cannot be compiled. Read the bottom part. At 09:15 AM 10/1/2002 +0200, you wrote: I've installed Tomcat 4.1.12 with jsdk 1.4.0_02 on windows 2000. When I try to connect to the index.jsp default page I get the next error:

Re: Jasper Exception

2002-10-01 Thread Alvaro Armenteros
The error page doesn't give me any information except the list of nested exceptions. It doesn't display the root cause It seems like it couldn't read the jsp file ( error at line : -1 ¿¿??) This file is the default index file which comes with the tomcat distribution. I've been using tomcat 4.0

Re: Jasper Bug, or just a rule I wasn't aware of?

2002-09-20 Thread Craig R. McClanahan
On Fri, 20 Sep 2002, Jeff wrote: Date: Fri, 20 Sep 2002 13:01:50 -0400 From: Jeff [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Jasper Bug, or just a rule I wasn't aware of? Is there an official rule against creating a

Re: Jasper 2, production configuration, problem with development=false

2002-09-19 Thread Glenn Nielsen
I found this bug last week after Tomcat 4.1.10 was released. The bug fix will be available in the Tomcat 4.1.11 release or you can get it from the nightly build. Regards, Glenn Erick Todd wrote: I am trying to follow the docs for the production configuration of jasper 2. In the web.xml

Re: jasper (in tomcat 4.1.10) and jsp 1.2

2002-09-18 Thread Eugene Zhuravlev
in advance - Best regards, Eugene Zhuravlev JetBrains Inc. / IntelliJ Software, http://www.intellij.com Develop with pleasure! - Original Message - From: Remy Maucherat [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: 15 September, 2002 00:40 Subject: Re: jasper (in tomcat

Re: jasper (in tomcat 4.1.10) and jsp 1.2

2002-09-18 Thread Craig R. McClanahan
On Thu, 19 Sep 2002, Eugene Zhuravlev wrote: Date: Thu, 19 Sep 2002 01:44:10 +0400 From: Eugene Zhuravlev [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED], Eugene Zhuravlev [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: jasper (in tomcat 4.1.10

RE: jasper tag pool 3.3

2002-03-27 Thread Arnaud Heritier
you'd better post this query on the dev list. arnaud -Message d'origine- De: peter lin [SMTP:[EMAIL PROTECTED]] Date: mercredi 27 mars 2002 13:53 A:Tomcat Users List Objet:jasper tag pool 3.3 Does anyone know who wrote the tag pool implementation for TC3.3? I am

Re: Jasper error

2002-01-22 Thread RSEQUEIRA
Debby Dart [EMAIL PROTECTED] on 01/21/2002 07:08:32 PM Please respond to Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] cc: Subject: Jasper error I'm a newbie to Tomcat and JSP and fairly new to Java. While running a test script with Tomcat 4.0, I get

Re: Jasper error

2002-01-22 Thread dderry
Debby, You need to import org.apache.jsp.UserData to use it in that manner. (%@ page import=org.apache.jsp.UserData %). the useBean declaration creates a scripting variable named user, and does not require the import. But at line 3 (UserData user = null;) you are declaring a different variable

RE: Jasper error

2002-01-22 Thread Justin Rowles
I have looked at most of the documentation I can find and tried to use web.xml - going to this list with such a basic question is a last resort. Firstly well done - a decent effort with the docs is something to be congratulated upon. Class org.apache.jsp.UserData not found. This is the

RE: Jasper error

2002-01-22 Thread Debby Dart
Thanks for all the great response - but I'm still confused about what the WEB-INF\classes directory is for if packages have to be used. Debby -Original Message- From: Justin Rowles [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 22, 2002 5:21 AM To: 'Tomcat Users List' Subject: RE

RE: Jasper error

2002-01-22 Thread Randy Layman
12:15 PM To: 'Tomcat Users List' Subject: RE: Jasper error Thanks for all the great response - but I'm still confused about what the WEB-INF\classes directory is for if packages have to be used. Debby -Original Message- From: Justin Rowles [mailto:[EMAIL PROTECTED]] Sent

Re: Jasper error

2002-01-21 Thread Dave Whitla
You have to import the UserData class. %@ page import=java.sql.Timestamp % - Original Message - From: Debby Dart [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Tuesday, January 22, 2002 11:08 AM Subject: Jasper error I'm a newbie to Tomcat and JSP and fairly new

Re: Jasper error

2002-01-21 Thread Dave Whitla
Woops - Original Message - From: Dave Whitla [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, January 22, 2002 11:09 AM Subject: Re: Jasper error You have to import the UserData class. %@ page import=java.sql.Timestamp % Ignore the above

Re: Jasper error

2002-01-21 Thread Dave Whitla
It would seem that the default package within the Jasper compiler is org.apache.jsp. Use a fully qualified class name and this will work. eg com.mycompany.testapp.UserData Your path to the UserData class file below WEB-INF would be /com/mycompany/testapp/UserData.class Class

RE: Jasper !!!

2002-01-11 Thread Randy Layman
Explicitly import non-packaged classes. -Original Message- From: Chris Duprat [mailto:[EMAIL PROTECTED]] Sent: Friday, January 11, 2002 8:26 AM To: [EMAIL PROTECTED] Subject: Jasper !!! Hi! Jasper is unable to compile because packages are not found in import!! Not found

RE: Jasper !!!

2002-01-11 Thread Mike Curwen
Are they jar'd ? - try putting them in the classes/lib directory. Are they zip'd ? - change the extension to jar Do you have a code sample? -Original Message- From: Chris Duprat [mailto:[EMAIL PROTECTED]] Sent: Friday, January 11, 2002 7:26 AM To: [EMAIL PROTECTED] Subject: Jasper !!!

Re: Jasper !!!

2002-01-11 Thread Chris Duprat
classes are not jared, I would have put it in the lib directory. My classes are well packaged, following the java name hierarchy. This webapps was working well on jswdk. Hi! Jasper is unable to compile because packages are not found in import!! Not found packages are in the directory :

Re: Jasper !!!

2002-01-11 Thread Chris Duprat
in My JSP I put an directive %@ page import=org.user.* % This package is in WEB-INF/classes and Jasper can't find it - Original Message - From: Chris Duprat [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, January 11, 2002 2:25 PM Subject: Jasper !!! Hi! Jasper is unable to

RE: Jasper !!!

2002-01-11 Thread Emir Alikadic
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 -Original Message- From: Chris Duprat [mailto:[EMAIL PROTECTED]] Sent: January 11, 2002 12:11 PM To: Tomcat Users List Subject: Re: Jasper !!! in My JSP I put an directive %@ page import=org.user.* % This package is in WEB-INF

Re: Jasper !!!

2002-01-11 Thread Chris Duprat
Emir, I've already done that. That's why I don't understand why Jasper can't find this package. I wonder if it could be a bug, in this case there would be more post. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list:

RE: jasper directory missing in distribution

2001-10-27 Thread Joel P. Worrall
[mailto:craigmcc@localhost]On Behalf Of Craig R. McClanahan Sent: Thursday, October 25, 2001 8:30 PM To: Tomcat User List (E-mail); [EMAIL PROTECTED] Subject: Re: jasper directory missing in distribution On Thu, 25 Oct 2001, Joel P. Worrall wrote: Date: Thu, 25 Oct 2001 09:34:24 -0400 From: Joel P

Re: jasper directory missing in distribution

2001-10-26 Thread Craig R. McClanahan
On Thu, 25 Oct 2001, Joel P. Worrall wrote: Date: Thu, 25 Oct 2001 09:34:24 -0400 From: Joel P. Worrall [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED], [EMAIL PROTECTED] To: Tomcat User List (E-mail) [EMAIL PROTECTED] Subject: jasper directory missing in distribution Is it my imagination

Re: jasper: weird behaviour

2001-08-08 Thread Jeff Kilbride
You might be interested in this post from Tomcat-dev. --jeff --- Hi All! Different encodings support in Servlet/JSP is an ancient well-known problem. The setCharacterEncoding() method of HttpServletRequest allows to change request encoding before reading parameters.

RE: jasper exeption

2001-08-06 Thread Paul Foxton
you're probably missing a ';' a few lines further up in your code, something like that. Check you code again or post the rest. cheers, Paul -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 06 August 2001 10:12 To: [EMAIL PROTECTED] Subject: jasper

RE: Antwort: RE: jasper exeption

2001-08-06 Thread Paul Foxton
PROTECTED] Subject: Antwort: RE: jasper exeption this is my code - nothing wrong with it : p % If (1 2) {% hallo % } % /p so the jasper exeption error is even worng

Antwort: RE: jasper exception

2001-08-06 Thread bastian . wagner
-- An: '[EMAIL PROTECTED]' [EMAIL PROTECTED] cc: Thema:RE: jasper exception Java / JSP is case-sensitive. You're starting your If with a capital I. Alison. ___ This email is confidential

Re: Antwort: RE: jasper exeption

2001-08-06 Thread Hari
% If( 1 2) { % If should be if -- Check this. Hari. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, August 06, 2001 2:51 PM Subject: Antwort: RE: jasper exeption this is my code - nothing wrong with it : p % If (1 2

RE: jasper errors

2001-07-18 Thread Hochberg, Lincoln
Solved. The problem was that I had that java was running from jdk1.1. As soon as I mapped it to jdk1.3 everything worked fine. Linc Lincoln Hochberg http://www.mlb.com/ 212-485-3721 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] -Original Message- From: Hochberg,

RE: jasper

2001-06-28 Thread Jann VanOver
Tomcat's JSP engine -Original Message- From: alex chang [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 28, 2001 1:29 PM To: [EMAIL PROTECTED] Subject: jasper forgive me if this is a silly question, but what's jasper? -alex __ Do You

Re: Jasper / JSPC config question

2001-03-05 Thread Craig R. McClanahan
Alan Vogt wrote: Hi all: I've got Tomcat 4.0 loaded up. All the servlet stuff works beautifully. But I haven't been able to compile any JSP's. I get "class not found" errors for routine classes such as java.security.PrivilegedAction... I can move these "missing" classes into a new

Re: Jasper question

2001-02-20 Thread [EMAIL PROTECTED]
Try this: SampleGood.jsp - % // A calendar object is created to get an integer value // of the current day of the week java.util.Calendar thisCal = java.util.Calendar.getInstance(); int day = thisCal.get(thisCal.DAY_OF_WEEK); % % switch (day) { case 1: %

RE: Jasper JSP error

2001-01-29 Thread Per Olesen
Hi, Found the answer to my own problem. Maybe I should just read the JSP-spec more closely. The flush-attribute is apparently mandatory, but weblogic does not check this. Regards, Per Olesen -- Per Olesen, Systems Architect @ Nordija ApS, www.nordija.com Phone: (+45)23389581, email: [EMAIL