RE: esql insert statement

2001-12-11 Thread Christoph . Oberle
Hi Reto, your element is missing the namespace declaration for esql. Just add the following attributes xmlns:esql="http://apache.org/cocoon/SQL/v2"; xmlns:log="http://apache.org/xsp/log/2.0"; to your element. I dont know whether xmlns:log is really needed. Christoph

Re: esql insert statement

2001-12-11 Thread Hubert NEOtyk Iwaniuk
On Tue, Dec 11, 2001 at 10:18:40AM +0100, rgi wrote: > Hello cocoon-users, > > I want to insert a new record in a oracle table. I use esql and > connection pooling from cocoon2. > I have cofigured all needed things in web.xml and cocoon.conf files. > No error ocure when I start cocoon. Bu

esql insert statement

2001-12-11 Thread rgi
Hello cocoon-users, I want to insert a new record in a oracle table. I use esql and connection pooling from cocoon2. I have cofigured all needed things in web.xml and cocoon.conf files. No error ocure when I start cocoon. But when I want to insert the data, nothing happen. Only some str