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

2002-06-25 Thread Alexander Smirnoff
I had never tried this. Sorry. Alex. - Original Message - From: "Argyn Kuketayev" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 25, 2002 4:05 PM Subject: RE: how to make XSP to extend the abstract class? > -Original Message- &

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 t

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

2002-06-25 Thread Alexander Smirnoff
ot; <[EMAIL PROTECTED]> Sent: Tuesday, June 25, 2002 3:48 PM Subject: how to make XSP to extend the abstract 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 fro

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

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

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/

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
n.tools.javac.Main > has been deprecated. > /usr/local/jakarta-tomcat-4.0.3-LE-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

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 wa

Re: abstract class Tomcat fails

2001-09-22 Thread cib
//localhost/cocoon/a1.html to get a1.html from an xsp generation. I guess I'm not a java master yet. Thanks for your help. Cib France, Bordeaux, xml and gay pride. - Original Message - From: "Christian Haul" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "ci

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: > > >language="java" > xmlns:xsp="http://apache.org/xsp";

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 sav

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 org.apache.cocoon.generati