how to make XSP to extend the abstract class?

2002-06-25 Thread Argyn Kuketayev
suppose, I've many methods which I want to share between XSP pages. I put them all in the abstract class, then make Java class (generated from XSP) to extend this abstract class. How? thanks, Argyn - Please check that your

Re: how to make XSP to extend the abstract class?

2002-06-25 Thread Alexander Smirnoff
class? suppose, I've many methods which I want to share between XSP pages. I put them all in the abstract class, then make Java class (generated from XSP) to extend this abstract class. How? thanks, Argyn - Please check that your

RE: how to make XSP to extend the abstract class?

2002-06-25 Thread Argyn Kuketayev
-Original Message- From: Alexander Smirnoff [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 25, 2002 4:13 PM To: [EMAIL PROTECTED] Subject: Re: how to make XSP to extend the abstract class? or quick and dirty way - write your own taglib like that: I have logicsheets, but I

jdk1.4 esql error (EsqlConnectionCocoon2 is an abstract class...)

2002-03-10 Thread tvon
/xsp/esql_xsp.java:264: class org.apache.cocoon.components.language.markup.xsp.EsqlConnectionCocoon2 is an abstract class. It can't be instantiated. _esql_connection = new EsqlConnectionCocoon2(); ^ Line 0, column 0: 1 error, 1 warning

RE: jdk1.4 esql error (EsqlConnectionCocoon2 is an abstract class...)

2002-03-10 Thread Vadim Gritsenko
-jdk14/work/localhost/_/cocoon- files/org/apache/cocoon/www/docs/samples/xsp/esql_xsp.java:264: class org.apache.cocoon.components.language.markup.xsp.EsqlConnectionCocoon2 is an abstract class. It can't be instantiated. _esql_connection = new EsqlConnectionCocoon2(); ^ Line 0, column 0: 1

Re: jdk1.4 esql error (EsqlConnectionCocoon2 is an abstract class...)

2002-03-10 Thread tvon
On Sun, Mar 10, 2002, Vadim Gritsenko wrote: Did I do something wrong here? Suggestions on howto get esql working? I am using TC4.0.3-LE and CC2.0.1 and jdk1.4 What's yours JAVA_HOME env variable? /usr/java/j2sdk1.4.0/

RE: jdk1.4 esql error (EsqlConnectionCocoon2 is an abstract class...)

2002-03-10 Thread Vadim Gritsenko
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Sun, Mar 10, 2002, Vadim Gritsenko wrote: Did I do something wrong here? Suggestions on howto get esql working? I am using TC4.0.3-LE and CC2.0.1 and jdk1.4 What's yours JAVA_HOME env variable? /usr/java/j2sdk1.4.0/

Re: jdk1.4 esql error (EsqlConnectionCocoon2 is an abstract class...)

2002-03-10 Thread tvon
On Sun, Mar 10, 2002, Vadim Gritsenko wrote: I am using TC4.0.3-LE and CC2.0.1 and jdk1.4 What's yours JAVA_HOME env variable? /usr/java/j2sdk1.4.0/ Forgot to ask... Did you compile Cocoon with JDK1.4? You have to do this... Ahhh. No, I did not. /me runs off to build

Re: abstract class

2001-09-22 Thread Mario Muja
Hi, if your code allows to write the result of an XSP including ESQL statements to disk, then please, please, please send us a snapshot of the code and a short example, how it can be used. Thank you very much for you help. Mario cib wrote: Hi, Thanks to many of you I've got a base for

Re: abstract class

2001-09-22 Thread Christian Haul
Cib, I'd really appreciate it if you'd care to read me responses and don't post the same question over and over. If you change your code the code as indicated it compiles OK. On 22.Sep.2001 -- 04:42 AM, cib wrote: ?xml version=1.0 encoding=ISO-8859-1? xsp:page language=java

abstract class

2001-09-21 Thread cib
Hi, Thanks to many of you I've got a base for saving the output from cocoon to a file output.txt on my disk: still a little error message bothering me. class org.apache.cocoon.www.pages.make1_xsp must be declared abstract. It does not define void generate() from class