From: "Torsten Curdt" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, April 26, 2002 7:32 PM
Subject: Re: Problems with XSP
> > One could, of course,
> > first run the XSP through a transformer that adds line number
> >
Torsten Curdt wrote:
> transform it once to add the line numbers. (it would be cool if the XSP
> logicsheet could already provide this. but I fear that's not possible with
> XSLT)
> ...
>
> /* line:4 */ int a = 5;
Saxon has an extension function to retrieve the line
number of the contex
> > > > I have thought about this a while ago, too. We should be able to
> > > extract
> > > > that from the exception stacktrace.
> > >
> > > Line number in Java source is already shown, correctly. The question is
> > > how to map this to XSP source line numbers.
> >
> > well, addtionally we need
: Problems with XSP
On Fri, 26 Apr 2002, Vadim Gritsenko wrote:
> > From: Graaf, Edgar de (fin) [mailto:[EMAIL PROTECTED]]
> >
> > Great...
> >
> > when I code XSP and when I make some error in the logic I get (of
> course) an
> > error. An error contains a li
On 26.Apr.2002 -- 05:24 PM, Christian Haul wrote:
> On 26.Apr.2002 -- 03:59 PM, Torsten Curdt wrote:
> > > > I have thought about this a while ago, too. We should be able to
> > > extract
> > > > that from the exception stacktrace.
> > >
> > > Line number in Java source is already shown, correctly
On 26.Apr.2002 -- 03:59 PM, Torsten Curdt wrote:
> > > I have thought about this a while ago, too. We should be able to
> > extract
> > > that from the exception stacktrace.
> >
> > Line number in Java source is already shown, correctly. The question is
> > how to map this to XSP source line numbe
> > I have thought about this a while ago, too. We should be able to
> extract
> > that from the exception stacktrace.
>
> Line number in Java source is already shown, correctly. The question is
> how to map this to XSP source line numbers.
well, addtionally we need the full classpath of the fail
> From: Torsten Curdt [mailto:[EMAIL PROTECTED]]
>
> On Fri, 26 Apr 2002, Vadim Gritsenko wrote:
> > > From: Graaf, Edgar de (fin) [mailto:[EMAIL PROTECTED]]
> > >
> > > Great...
> > >
> > > when I code XSP and when I make some error in the logic I get (of
> > course) an
> > > error. An error con
On Fri, 26 Apr 2002, Vadim Gritsenko wrote:
> > From: Graaf, Edgar de (fin) [mailto:[EMAIL PROTECTED]]
> >
> > Great...
> >
> > when I code XSP and when I make some error in the logic I get (of
> course) an
> > error. An error contains a line number. Now I have to go to the work
> > directory and
> From: Graaf, Edgar de (fin) [mailto:[EMAIL PROTECTED]]
>
> Great...
>
> when I code XSP and when I make some error in the logic I get (of
course) an
> error. An error contains a line number. Now I have to go to the work
> directory and look at the generated java file to find the error. Isn't
i
e XSP?
-Oorspronkelijk bericht-
Van: cyril vidal [mailto:[EMAIL PROTECTED]]
Verzonden: donderdag 25 april 2002 23:34
Aan: [EMAIL PROTECTED]
Onderwerp: Re: Problems with XSP
Thanks Vadim!
It's now OK...
- Original Message -
From: "Vadim Gritsenko" <[EMAIL PROTECTED]
Thanks Vadim!
It's now OK...
- Original Message -
From: "Vadim Gritsenko" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 25, 2002 11:14 PM
Subject: RE: Problems with XSP
> From: cyril vidal [mailto:[EMAIL PROTECTED]]
>
> I'
quot;Vadim Gritsenko" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, April 25, 2002 9:52 PM
> Subject: RE: Problems with XSP
>
>
> 1. Check XSP namespace. It is not correct.
> 2. Is this valid UTF-8? Or ISO-8859-1? Specify encoding in
> in
inal Message -
From: "Vadim Gritsenko" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 25, 2002 9:52 PM
Subject: RE: Problems with XSP
1. Check XSP namespace. It is not correct.
2. Is this valid UTF-8? Or ISO-8859-1? Specify encoding in
instruction.
1. Check XSP namespace. It is not correct.
2. Is this valid UTF-8? Or ISO-8859-1? Specify encoding in
instruction.
Vadim
-Original Message-
From: cyril vidal [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 25, 2002 2:41 PM
To: [EMAIL PROTECTED]
Subject: Re: Problems with XSP
I
7;ai été
visitée count() fois.
Someone could tell me where's the
error, please?
Best,
Cyril.
- Original Message -
From:
Graaf, Edgar de (fin)
To: '[EMAIL PROTECTED]'
Sent: Wednesday, April 24, 2002 11:22
AM
Subject: RE: Problems with XSP
Y
Your
XSP was not compiled because it contains some error. Then you don't have a class
and get a ClassNotFoundException.
Search
in the Tomcat work directory for compteur. Do you only find compteur_xsp.java?
Or also compteur_xsp.class?
Regards
Edgar
-Oorspronkelijk bericht-Van
On 23.Apr.2002 -- 09:54 PM, cyril vidal wrote:
>
>
You're sure you've got the right path to your file?
Chris.
--
C h r i s t i a n H a u l
[EMAIL PROTECTED]
fingerprint: 99B0 1D9D 7919 644A 4837 7D73 FEF9 6856 335A 9E08
--
Title: Re: Problems with XSP when upgrading 1.8.2 -> 2.0.2
I got only half of your mail in black berry. There should be an api to convert sax to dom and read dom into sax api. I will let you know soon.
--
Sent from my BlackBerry Wireless Handheld (www.BlackBerry.net)
Try sending plain text email. It might help - not everybody reads HTML.
Vadim
-Original Message-
From: William Bagby [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 19, 2002 11:42 AM
To: Cocoon Users Mailing List (E-mail)
Subject: Problems with XSP when upgrading 1.8.2 -> 2.0.2
Sending
55 PM
Subject: Re: problems with xsp date__cking java code?
> Hi Jan
>
> You mention cking the java code:
>
> > You can always check the Java code generated by the xsp, this sometimes
> > helps to understand the error.
>
> Can you tell us how you do that? I'm
Hi Jan
You mention cking the java code:
> You can always check the Java code generated by the xsp, this sometimes
> helps to understand the error.
Can you tell us how you do that? I'm a newbie as you might have guessed!
TIA
Denny
Uyttenhove Jan wrote:
>
> Lisa,
>
> first, java.util.Date is
Thanks Jan, that worked.
I'm new to xsp as you've probably guessed!
Lisa
-Original Message-
From: Uyttenhove Jan [mailto:[EMAIL PROTECTED]]
Sent: 13 June 2001 10:45
To: '[EMAIL PROTECTED]'
Subject: RE: problems with xsp date
Lisa,
first, java.util.D
Lisa,
first, java.util.Date is included, but java.util.Calendar isn't.
Try to include it by adding :
java.util.Calendar
second, you should put your block inside your block
So, try this:
java.util.Calendar
Calendar now =
24 matches
Mail list logo